summaryrefslogtreecommitdiff
path: root/keyboards/work_louder/work_board/work_board.c
AgeCommit message (Collapse)Author
2023-04-03Add core/fallback encoder behaviour (#20320)jack
2022-10-04Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-08-19[Keyboard] Update Work Louder keyboards (#18109)Drashna Jaelre
2022-02-06Add layout change callbacks to VIA (#16087)Drashna Jaelre
* Add layout change callbacks to VIA * Update worklouder example
2021-11-02[Core] Change OLED task function to be boolean (#14864)Drashna Jaelre
* [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
2021-09-02[Keyboard] Work Louder board fixup (#14247)Drashna Jaelre
* [Keyboard] Add some last minute tweaks to Work board * Additional fixes * Fix rgb pin * Fix ws2812 hackery * additional led tweaks * Add indicator LEDs * fix bootmagic settings * Fix up RGB stuff * Limit power draw for entire board * fixup lights and such * change LED order on loop * Fix indicators if via is not enabled * Enable Sleep for rgb matrix * Even more LED tweaks * Final tweaks? * Tweak keycodes
2021-08-24[Core] Refactor OLED to allow easy addition of other types (#13454)Xelus22
* add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
2021-06-10[Keyboard] Add Loop, Nano and Work boards from Work Louder (#12756)Drashna Jaelre