Age | Commit message (Collapse) | Author |
|
|
|
|
|
* Fix BACKLIGHT_CAPS_LOCK warning
* align defs
|
|
* Align location of host led logic
* Move more
* align ifdefs
* Fix up includes
* Move callback defs
* Convert comment to build message
|
|
|
|
* First pass
* Add config options to docs
* Update some wording
* Slight tidy up of backlight caps logic
* Init pin to correct state
* Move init location
* Reverse default state
|
|
* redoes matrix pins, abstracts backlight code for B5,6,7
* slimming down keyboard stuff, backlight breathing implemented
* don't call backlight init when no pin
* cleans up user/kb/quantum calls, keyboard files
* fix pvc atomic
* replaces CHANNEL with correct var in breathing
* removes .hexs, updates readmes, updates template
* cleans-up clueboards, readmes to lowercase
* updates readme
|
|
Warning reductions
|
|
__attribute__ ((weak)) added to led_set
|
|
Fixed extra semicolons.
|
|
Fixed LED indicator function calls to match how the matrix init function
calls are formatted.
|
|
|
|
|