summaryrefslogtreecommitdiff
path: root/keyboards/work_louder/work_board
AgeCommit message (Expand)AuthorFilesLines
2025-02-17Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24915)Joel Challis2-3/+1
2024-11-20Backward compatibility for new RGB keycode handling (#24490)Ryan1-0/+2
2024-10-12Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan4-25/+3
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel3-247/+0
2024-07-17Remove pointless `RGB_MATRIX_LED_COUNT`s (#24133)Ryan1-1/+0
2024-06-29Relocate work_louder VIA logic (#24011)Joel Challis4-17/+22
2024-06-23Migrate RGB Matrix layout for two boards (#23963)Ryan2-20/+55
2024-05-24Update GPIO macros in keymaps (#23792)Ryan1-6/+6
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan1-6/+6
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis4-0/+0
2024-03-12Fixup work_board (#23266)jack8-55/+31
2024-02-01Migrate lighting defaults to info.json (#22920)Joel Challis2-1/+3
2024-01-16Migrate RGB Matrix config to info.json - TUVW (#22910)Joel Challis2-58/+38
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan1-1/+1
2023-12-05Rework RGBLight driver system (#22529)Ryan1-0/+1
2023-11-27Remove userspace keymaps (#22544)Joel Challis6-304/+0
2023-08-23Move RGBLight animations to data driven (#21635)Ryan2-10/+11
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-08-23Simplfy RGB/LED matrix effect logic (#21703)Joel Challis1-14/+14
2023-07-06Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan1-2/+2
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan1-3/+0
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan4-12/+6
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2-2/+2
2023-05-31[Keymap] Drashna Keymap updates for 0.21.0 (#21073)Drashna Jaelre2-25/+6
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2-1/+3
2023-05-01Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648)Ryan2-3/+2
2023-04-15Encodermap direction define. (#20454)Nick Brassel3-3/+3
2023-04-15Move remaining `LAYOUT`s to data driven (#20422)Ryan2-135/+105
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2-1/+3
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2-1/+3
2023-04-05Merge remote-tracking branch 'origin/master' into developQMK Bot3-0/+105
2023-04-05Add peterfalken userspace & keymaps (#19897)Luis Garcia3-0/+105
2023-04-03Add core/fallback encoder behaviour (#20320)jack1-14/+0
2023-03-11Move matrix config to info.json, part 5 (#20003)Ryan2-19/+5
2023-02-26Move encoder config to data driven (#19923)Ryan2-5/+5
2023-02-23VIA Protocol 12 + fixes (#19916)Nick Brassel1-5/+5
2023-02-17Remove matrix size defines (#19581)Ryan1-4/+0
2023-02-17Remove unused RGBLight defines from config.h (#19859)Ryan1-7/+0
2023-02-15Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+4
2023-02-15Fixup work_board VIA keymap (reduce firmware size) (#19850)jack1-0/+4
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2-6/+2
2023-02-07Remove unused Bootmagic row/col defines from config.h (#19761)Ryan1-4/+0
2023-02-06Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan1-5/+0
2023-02-05Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan1-5/+0
2023-02-03Debounce defines cleanup (#19742)Ryan1-3/+0
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan1-3/+0
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan1-21/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-1/+0
2023-01-11Merge remote-tracking branch 'origin/master' into developDrashna Jael're2-24/+119
2023-01-10[Keyboard] Work Louder updates for via v3 (#19555)Drashna Jaelre2-24/+119