]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add Suspend functions (#3112)
authorDrashna Jaelre <drashna@live.com>
Sun, 3 Jun 2018 21:57:35 +0000 (14:57 -0700)
committerJack Humbert <jack.humb@gmail.com>
Sun, 3 Jun 2018 21:57:35 +0000 (17:57 -0400)
commitcb91320d6d8836dd13db19bd2434abe2e7cadc20
treebf0d08f1560a3928ef21ca80d4ac953d09dd71c7
parent692a77c2dd8a369f6ae6efa22270d1bdeb551f0b
Add Suspend functions (#3112)

* Add suspend functions

* Disable RGB code if it's disabled

* Add suspend code to ChibiOS for future compatibility

* Add keyboard_init functions

* Change where references so it will compile

* Wrong command chained in wake up kb function

* Fix non-feature file changes

* Add documentation

* Re-add matrix init docs

* add rgblight code to example

* Remove keyboard init stuff for separate PR
docs/custom_quantum_functions.md
tmk_core/common/avr/suspend.c
tmk_core/common/chibios/suspend.c
tmk_core/common/suspend.h