summaryrefslogtreecommitdiff
path: root/keyboards/basekeys
AgeCommit message (Collapse)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
* Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel7-314/+0
2024-08-25Update Underglow keycodes (#23765)Ryan3-14/+14
Co-authored-by: Nick Brassel <nick@tzarc.org>
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
Converts configuration definitions and rules to data-driven where applicable. Renames `info.json` to `keyboard.json` in instances where `rules.mk` can be safely deleted. Affects: - `bacca70` - `baguette` - `baion_808` - `bajjak` - `bandominedoni` - `bantam44` - `barleycorn_smd` - `barracuda` - `basekeys/slice/rev1` - `basekeys/slice/rev1_rgb` - `basekeys/trifecta` - `basketweave` - `bastardkb/dilemma/4x6_4` - `bbrfkr/dynamis` - `bear_face` - `beatervan` - `bemeier/bmek` - `biacco42/ergo42` - `biacco42/meishi` - `biacco42/meishi2` - `binepad/bn003` - `binepad/bn009/r1` - `binepad/bnr1` - `bioi/g60` - `bioi/g60ble` - `bioi/morgan65` - `bioi/s65` - `blackplum` - `blank/blank01` - `blank_tehnologii/manibus` - `blockey` - `bluebell/swoop` - `boardrun/bizarre` - `boardrun/classic` - `boardsource/equals/48` - `boardsource/equals/60` - `boardwalk` - `bop` - `boston` - `boston_meetup/2019` - `box75` - `bpiphany/four_banger` - `bpiphany/frosty_flake` - `bpiphany/ghost_squid` - `bpiphany/hid_liber` - `bpiphany/kitten_paw` - `bpiphany/tiger_lily` - `bpiphany/unloved_bastard` - `bt66tech/bt66tech60` - `bubble75/hotswap` - `budgy` - `buildakb/potato65` - `buildakb/potato65hs` - `buildakb/potato65s` - `buzzard`
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
Co-authored-by: Nick Brassel <nick@tzarc.org>
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
* Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
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
Co-authored-by: Nick Brassel <nick@tzarc.org>
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
Co-authored-by: Joel Challis <git@zvecr.com>
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan4-4/+6
Co-authored-by: Nick Brassel <nick@tzarc.org>
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
Co-authored-by: Nick Brassel <nick@tzarc.org>
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
Co-authored-by: Nick Brassel <nick@tzarc.org>
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
* Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan6-18/+6
2023-02-03Debounce defines cleanup (#19742)Ryan3-7/+0
* Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
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
* Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
2022-11-21Remove .noci functionality (#19122)Joel Challis1-0/+0
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan8-9/+9
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
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
* `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
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