summaryrefslogtreecommitdiff
path: root/keyboards/basekeys
AgeCommit message (Expand)AuthorFilesLines
2025-06-28Configure boards to use development_board - ABC (#25417)Joel Challis2-4/+2
2024-10-12Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan3-19/+19
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel7-314/+0
2024-08-25Update Underglow keycodes (#23765)Ryan3-14/+14
2024-07-23Migrate split.soft_serial_pin to split.serial.pin 0-H (#24155)Joel Challis2-2/+6
2024-07-20Remove instances of MASTER_LEFT. (#24163)Dasky2-28/+0
2024-05-20Remove RGB keycodes from boards with no RGB config (#23709)Ryan3-34/+26
2024-05-12Change all RGB mode keycodes to short aliases (#23691)Ryan7-39/+39
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan1-1/+1
2024-04-11Data-Driven Keyboard Conversions: B (#23425)James Young9-123/+119
2024-03-14Migrate features from rules.mk to DD (#23247)Joel Challis2-14/+10
2024-01-09Migrate dynamic_keymap.layer_count < 4 where requried (#22091)Joel Challis1-3/+0
2024-01-04Migrate RGB Matrix config to info.json - B (#22806)Joel Challis2-66/+48
2023-12-20Merge remote-tracking branch 'upstream/master' into developfauxpark3-219/+0
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan1-1/+1
2023-12-18Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)Nick Brassel3-219/+0
2023-08-23Move RGBLight animations to data driven (#21635)Ryan4-30/+26
2023-08-15OLED: driver naming cleanups (#21710)Ryan1-1/+0
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan4-6/+2
2023-06-24Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354)Ryan2-4/+5
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan4-2/+2
2023-06-06Move `RGBLED_SPLIT` to data driven (#21113)Ryan2-2/+2
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan4-4/+6
2023-05-02`info.json` whitespace cleanups (#20651)Ryan2-6/+6
2023-04-15Move remaining `LAYOUT`s to data driven (#20422)Ryan4-224/+607
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan3-51/+87
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan4-3/+6
2023-03-17Remove trailing zeroes in info.json layouts (#20156)Ryan1-3/+3
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan6-77/+0
2023-03-11Move matrix config to info.json, part 4 (#20001)Ryan6-22/+15
2023-02-26Move encoder config to data driven (#19923)Ryan2-4/+7
2023-02-17Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan4-6/+6
2023-02-17Remove matrix size defines (#19581)Ryan3-12/+0
2023-02-17Move Bootmagic config to data driven (#19860)Ryan2-4/+3
2023-02-08Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan1-18/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan6-18/+6
2023-02-03Debounce defines cleanup (#19742)Ryan3-7/+0
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan1-3/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2-2/+0
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan2-2/+2
2022-12-12[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y7-7/+7
2022-11-21Remove .noci functionality (#19122)Joel Challis1-0/+0
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan8-9/+9
2022-10-15Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2-2/+20
2022-10-13Remove legacy keycodes, part 4 (#18683)Ryan8-23/+23
2022-09-26Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan1-1/+0
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan1-2/+2
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis2-2/+2
2022-08-14Merge remote-tracking branch 'origin/master' into developDrashna Jael're4-16/+14
2022-08-14Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan4-16/+14