qmk_firmware/tmk_core/common/avr
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
..
bootloader_size.c Updates bootloader settings, adds file size check (#2029) 2017-11-27 23:08:21 -05:00
bootloader.c Fix compile issues for atmega328p 2018-05-20 21:30:14 -07:00
sleep_led.c Generate API docs from source code comments (#2491) 2018-03-22 02:50:38 -04:00
suspend_avr.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' 2015-04-10 01:32:04 +09:00
suspend.c Fix RG Sleep issues for Teensy Controllers 2018-09-11 13:05:17 -07:00
timer_avr.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' 2015-04-10 01:32:04 +09:00
timer.c Generate API docs from source code comments (#2491) 2018-03-22 02:50:38 -04:00
xprintf.h Added User Print - A "light" console out option (#8) 2016-09-07 23:50:58 -05:00
xprintf.S Normalize line endings 2016-08-27 18:40:50 +03:00