]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add Function level EECONFIG code for EEPROM (#3084)
authorDrashna Jaelre <drashna@live.com>
Tue, 2 Oct 2018 00:53:14 +0000 (17:53 -0700)
committerJack Humbert <jack.humb@gmail.com>
Tue, 2 Oct 2018 00:53:14 +0000 (20:53 -0400)
commite885c793bcffcba03e18e93e41120b21cdfb6b75
tree9018aab46625ff555b32190dd3e141a39f2ef872
parent4318797d198b58bb807b3e436c7d8924d8b4a6fe
Add Function level EECONFIG code for EEPROM (#3084)

* Add Function level EEPROM configuration

Add kb and user functions for EEPROM, and example of how to use it.

* Bug fixes and demo

* Additional cleanup

* Add EEPROM reset macro to example

* Forgot init function in list

* Move eeconfig_init_quantum function to quantum.c and actually set default layer

* See if removing weak quantum function fixes issue

* Fix travis compile error

* Remove ifdef blocks from EECONFIG so settings are always set

* Fix for ARM EEPROM updates

* Fix merge issues

* Fix potential STM32 EEPROM issues
docs/custom_quantum_functions.md
keyboards/ergodox_ez/keymaps/rgb_layer/config.h [new file with mode: 0644]
keyboards/ergodox_ez/keymaps/rgb_layer/keymap.c [new file with mode: 0644]
quantum/quantum.c
tmk_core/common/eeconfig.c
tmk_core/common/eeconfig.h