summaryrefslogtreecommitdiff
path: root/keyboards/matrix
AgeCommit message (Expand)AuthorFilesLines
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis4-4/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis4-4/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis8-8/+0
2025-04-19Remove `bluefruit_le_read_battery_voltage` function (#25129)Joel Challis1-1/+0
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan5-22/+4
2024-10-12Rename RGB/HSV structs: keyboard-level code (#24476)Ryan1-18/+18
2024-10-12Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan3-4/+4
2024-10-06WS2812 API rework (#24364)Ryan7-101/+31
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel6-164/+0
2024-08-25Update Underglow keycodes (#23765)Ryan12-12/+12
2024-07-26Refactor use of `matrix_scan_kb` (#24200)Joel Challis1-2/+1
2024-07-15Merge remote-tracking branch 'origin/master' into developQMK Bot3-133/+154
2024-07-15`matrix/noah`: move RGB Matrix LED config to data driven (#24117)Ryan3-133/+154
2024-07-11bad_kb_funcs1zvecr1-0/+1
2024-06-22Migrate `led_update_kb` implementations to DD (#23980)Joel Challis5-87/+11
2024-06-05Fixup build failures. (#23869)Nick Brassel1-6/+6
2024-05-12Change all RGB mode keycodes to short aliases (#23691)Ryan1-2/+2
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan10-10/+10
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan5-26/+26
2024-04-25Migrate build target markers to keyboard.json - Misc (#23609)Joel Challis10-59/+17
2024-04-23Data-Driven Keyboard Conversions: M, Part 1 (#23590)James Young8-59/+35
2024-04-03Remove `quantum.h` includes from keyboard code (#23394)Ryan1-0/+4
2024-03-30Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)Ryan4-23/+6
2024-03-18Add init function to RGBLight driver struct (#23076)Ryan2-0/+2
2024-03-15Migrate features from rules.mk to data drive - LMN (#23277)Joel Challis8-48/+36
2024-01-16i2c: rename read/write register functions (#22905)Ryan3-11/+11
2024-01-16Migrate RGB Matrix config to info.json - M (#22908)Joel Challis2-51/+46
2023-12-20Merge remote-tracking branch 'upstream/master' into developfauxpark1-59/+0
2023-12-18Update keyboard LED driver configs (#22638)Ryan1-1/+1
2023-12-18Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)Nick Brassel1-59/+0
2023-12-12Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)Ryan1-5/+5
2023-12-05Rework RGBLight driver system (#22529)Ryan6-17/+26
2023-11-26Improve and Cleanup Shutdown callbacks (#21060)Drashna Jaelre2-12/+3
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis2-2/+0
2023-11-01Relocate LED driver init code (#22365)Ryan2-9/+3
2023-10-22Add `_flush()` functions to LED drivers (#22308)Ryan1-1/+1
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan3-6/+6
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan2-2/+2
2023-10-04Update ISSI LED types (#22099)Ryan2-2/+2
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan2-3/+3
2023-09-13is31fl3731: driver naming cleanups (#21918)Ryan2-2/+2
2023-09-04Clean up RGB LED type (#21859)Ryan3-3/+3
2023-08-23Move RGBLight animations to data driven (#21635)Ryan16-131/+104
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan2-28/+28
2023-08-15rgblight: driver selection cleanups (#21558)Ryan2-1/+1
2023-07-02Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan1-4/+4
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan8-13/+8
2023-06-18Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan1-6/+0
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan16-11/+19
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan6-3/+7