]> git.donarmstrong.com Git - qmk_firmware.git/commit
Allow overriding of all functions in wonderland.c (#7198)
authorYan-Fa Li <yanfali@gmail.com>
Fri, 22 Nov 2019 20:55:45 +0000 (12:55 -0800)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2019 20:55:45 +0000 (12:55 -0800)
commite62ab7e259d4f33c639a9433264c1cbfb6381cb5
tree0506398d1b45c55c3eeafd30c92b459d8920c6b5
parent0270d4d5a17690ddf85676a1d4721d06fc690739
Allow overriding of all functions in wonderland.c (#7198)

* f

* Allow overriding of all functions in wonderland.c

 - needed for custom LED functions in keymap.c

* Example of layer indication via LEDs

optimize

* Use newer led_update_kb and led_update_user hooks

 - these allow overriding without use of __attribute((weak))__

* Update led documentation a bit

 - clarify some of the wording around how  to use led_update_user

* Update led_update_user example

* Update audio example to be complete

* trailing spaces smh

* spaces

* spaces

* smh

* Less code is good

* Update docs/custom_quantum_functions.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update docs/custom_quantum_functions.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update docs/custom_quantum_functions.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update docs/custom_quantum_functions.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update docs/custom_quantum_functions.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update docs/custom_quantum_functions.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
docs/custom_quantum_functions.md
keyboards/maartenwut/wonderland/keymaps/default/keymap.c
keyboards/maartenwut/wonderland/wonderland.c