summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/eeconfig.h
AgeCommit message (Collapse)AuthorFilesLines
2018-08-29STM32 EEPROM Emulation (#3741)yiancar1-0/+16
* STM32 EEPROM Emulation - Added EEPROM emulation libaries from libmaple and Arduino_STM32. https://github.com/rogerclarkmelbourne/Arduino_STM32 and https://github.com/leaflabs/libmaple. - Renamed teensy EEPROM library and added conditional selection of library. - Remapped EEPROM memory map for 16 byte blocks (as is with STM32f3xx MCUs). - Added EEPROM initialization in main.c of Chibios. - Added EEPROM format to clear the emulated pages when EEPROM is marked as invalid. * Fixed ifdef
2017-08-13Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ↵That-Canadian1-0/+2
it was overwritting the old EECONFIG_HANDEDNESS address (10), so it is now on a non-conflicting addres (14). Updated MiniDox split_util.h and eeprom files to reflect this change. I recommend adding this to any split board that used these files, my changes will not effect them currently.
2017-07-27Add support for GeminiPR steno protocol.Joe Wasson1-0/+1
This protocol breaks out "duplicate" keys into their own entry in the packet so that more complicated logic can be done on the software side, including support for additional languages and alternative theories.
2016-11-10Keep unicode's input_mode through a power cycleZach Nielsen1-0/+1
2016-06-21reduces rgblight warnings, integrates completely (#428)Jack Humbert1-0/+1
2016-04-22Update functions used to write to EEPROMEric Tang1-5/+5
2016-04-16audio enable stored in eepromJack Humbert1-0/+6
2015-04-09Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk1-0/+75