jlj-qmk/tmk_core/common
Drashna Jaelre e885c793bc 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
2018-10-01 20:53:14 -04:00
..
arm_atsam CTRL keyboard bootloader_jump support 2018-09-28 23:09:53 -04:00
avr Zeal60/Zeal65/M60-A implementation (#3879) 2018-09-13 14:37:13 -04:00
chibios Fix emulated EEPROM start address on STM32F303 (#3819) 2018-08-31 07:37:13 -07:00
mbed
test
action_code.h
action_layer.c Add user level to default_layer_state_set 2018-10-01 12:58:46 -04:00
action_layer.h Add user level to default_layer_state_set 2018-10-01 12:58:46 -04:00
action_macro.c
action_macro.h
action_tapping.c
action_tapping.h
action_util.c
action_util.h
action.c Make PREVENT_STUCK_MODIFIERS the default (#3107) 2018-09-17 13:48:02 -04:00
action.h Make PREVENT_STUCK_MODIFIERS the default (#3107) 2018-09-17 13:48:02 -04:00
backlight.c
backlight.h
bootloader.h
bootmagic.c
bootmagic.h
command.c
command.h
debug.c
debug.h
eeconfig.c Add Function level EECONFIG code for EEPROM (#3084) 2018-10-01 20:53:14 -04:00
eeconfig.h Add Function level EECONFIG code for EEPROM (#3084) 2018-10-01 20:53:14 -04:00
eeprom.h
host_driver.h
host.c
host.h
keyboard.c
keyboard.h
keycode.h
led.h
magic.c
magic.h
matrix.h
mousekey.c
mousekey.h
nodebug.h
print.c
print.h Massdrop keyboard updates for SEND_STRING, syscalls, stdio, debug prints, Auto Shift (#3973) 2018-09-28 21:32:15 -04:00
progmem.h
raw_hid.h
report.c
report.h
sendchar_null.c
sendchar_uart.c
sendchar.h
sleep_led.h
suspend.h
timer.h
uart.c
uart.h
util.c
util.h
virtser.h
wait.h