qmk-firmware/tmk_core/common/avr
Drashna Jaelre cc5c6b449a Add kb and user level keyboard initialization functions (#3113)
* Add suspend functions

* Disable RGB code if it's disabled

* 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 suspend code

* Clean up docs

* Fix docs

* Fix suspend code

* more doc fixes

* change function to startup_* rather than keyboard_init_

* fix spelling error

* fix up docs to finish removing keyboard_init

* Use Pre and Post init functions

* Update Documenation

* Remove changes to my keymap and userspace code

* Cleanup

* Revert changes to extra files

* Forgot a semicolon

* Make sure all protocols call keyboard_setup

* Cleanup functions

* Unset startup_user

* Remove changes from division keyboard

* Readd startup_user function

* Remove all to startup_user

* Update docs/custom_quantum_functions.md

Co-Authored-By: drashna <drashna@live.com>

* Update docs/custom_quantum_functions.md

Co-Authored-By: drashna <drashna@live.com>

* Add suggestion line

* Rebase fixes

* Update documentation to be more useful/accurate

* Cleanup of documentation

* Fix spacing inconsistency

* Revert unexpected change to keymap
2019-02-14 20:18:54 -08:00
..
bootloader.c Fix compile issues for atmega328p 2018-05-20 21:30:14 -07:00
bootloader_size.c Updates bootloader settings, adds file size check (#2029) 2017-11-27 23:08:21 -05:00
sleep_led.c Generate API docs from source code comments (#2491) 2018-03-22 02:50:38 -04:00
suspend.c Add kb and user level keyboard initialization functions (#3113) 2019-02-14 20:18:54 -08:00
suspend_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
timer_avr.h Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' 2015-04-10 01:32:04 +09:00
xprintf.S Normalize line endings 2016-08-27 18:40:50 +03:00
xprintf.h Added User Print - A "light" console out option (#8) 2016-09-07 23:50:58 -05:00