qmk_firmware/tmk_core/common
Drashna Jaelre 32ff7be266 Fix RG Sleep issues for Teensy Controllers
Appearenly, teensy controllers have some issues with waking up.  If the rgblight is called "too soon", it will cause the controller to lock up, intermittently. Adding a 10 ms
delay seems to fix this issue, as it lets it have enough time to handle things properly.

This has been tested extensively on my Ergodox EZ, and can be seen in the @drashna userspace, under the "suspend_wakeup_init_user" function.
2018-09-11 13:05:17 -07:00
..
arm_atsam CTRL and ALT updates 2018-09-05 11:14:31 -07:00
avr Fix RG Sleep issues for Teensy Controllers 2018-09-11 13:05:17 -07:00
chibios Fix emulated EEPROM start address on STM32F303 (#3819) 2018-08-31 07:37:13 -07:00
mbed
test
action.c fix mousekey call 2018-09-03 16:59:32 -07:00
action.h
action_code.h
action_layer.c
action_layer.h
action_macro.c
action_macro.h
action_tapping.c
action_tapping.h
action_util.c
action_util.h
backlight.c
backlight.h
bootloader.h
bootmagic.c
bootmagic.h
command.c
command.h
debug.c
debug.h
eeconfig.c STM32 EEPROM Emulation (#3741) 2018-08-29 16:14:49 -04:00
eeconfig.h STM32 EEPROM Emulation (#3741) 2018-08-29 16:14:49 -04:00
eeprom.h
host.c
host.h
host_driver.h
keyboard.c Integrating Peter Fleury's HD44780 LCD library (#3209) 2018-07-15 13:31:45 -04:00
keyboard.h
keycode.h Tidy up keycode.h (#3666) 2018-08-16 12:12:48 -04:00
led.h
magic.c
magic.h
matrix.h add col type defines 2018-07-20 23:09:25 -04:00
mousekey.c Diagonal micro move fix 2018-06-28 22:10:53 -04:00
mousekey.h
nodebug.h
print.c
print.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
progmem.h
raw_hid.h
report.c
report.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
sendchar.h
sendchar_null.c
sendchar_uart.c
sleep_led.h
suspend.h Add Suspend functions (#3112) 2018-06-03 17:57:35 -04:00
timer.h
uart.c
uart.h
util.c
util.h
virtser.h
wait.h