aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kabedon
Commit message (Collapse)AuthorAgeFilesLines
* Migrate `usb.force_nkro` to `host.default.nkro` (#25468)Joel Challis2025-07-101-2/+6
|
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-243-3/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-233-3/+0
|
* Remove empty `url` fields (#25181)Joel Challis2025-04-222-2/+0
|
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-256-151/+0
|
* Update Underglow keycodes (#23765)Ryan2024-08-256-8/+8
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate `led_update_kb` implementations to DD (#23985)Joel Challis2024-06-252-8/+4
|
* Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 1 (#23768)James Young2024-05-222-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affects: - `kabedon/kabedon98e` - `kagizaraya/chidori` - `kagizaraya/halberd` - `kagizaraya/miniaxe` - `kagizaraya/scythe` - `kakunpc/angel17/alpha` - `kakunpc/angel17/rev1` - `kakunpc/angel64/alpha` - `kakunpc/angel64/rev1` - `kakunpc/business_card/alpha` - `kakunpc/business_card/beta` - `kakunpc/choc_taro` - `kakunpc/rabbit_capture_plan` - `kakunpc/suihankey/alpha` - `kakunpc/suihankey/rev1` - `kakunpc/suihankey/split/alpha` - `kakunpc/suihankey/split/rev1` - `kakunpc/thedogkeyboard` - `kapcave/arya` - `kapcave/gskt00` - `kapcave/paladin64` - `kapl/rev1` - `kb58` - `kb_elmo/aek2_usb` - `kb_elmo/m0110a_usb` - `kb_elmo/m0116_usb` - `kbdclack/kaishi65` - `kbdfans/bella/soldered` - `kbdfans/bounce/pad` - `kbdfans/jm60` - `kbdfans/kbd19x` - `kbdfans/kbd4x` - `kbdfans/kbd66` - `kbdfans/kbd67/hotswap` - `kbdfans/kbd67/mkii_soldered` - `kbdfans/kbd6x` - `kbdfans/kbd75/rev1` - `kbdfans/kbd75/rev2` - `kbdfans/kbd8x` - `kbdfans/kbd8x_mk2` - `kbdfans/kbdpad/mk2` - `kbdfans/maja_soldered` - `kbdfans/niu_mini` - `kbdfans/phaseone` - `kbdmania/kmac` - `kbdmania/kmac_pad` - `kc60`
* Update GPIO API usage in keyboard code (#23361)Ryan2024-05-031-1/+1
|
* Migrate features from rules.mk to data driven - IJK (#23276)Joel Challis2024-03-156-39/+30
|
* WS2812 PWM: prefix for DMA defines (#23111)Ryan2024-03-021-2/+2
| | | | | * WS2812 PWM: prefix for DMA defines * Add backward compatibility defines
* Migrate dynamic_keymap.layer_count < 4 where requried (#22091)Joel Challis2024-01-092-2/+3
| | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove config.h which only set DYNAMIC_KEYMAP_LAYER_COUNT (#22034)Joel Challis2023-09-172-20/+3
|
* Move RGBLight animations to data driven (#21635)Ryan2023-08-236-54/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix layout offsets for a handful of boards (#21636)Ryan2023-07-311-114/+114
|
* Fix encoder map declarations (#21435)Joel Challis2023-07-032-2/+2
|
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-244-6/+4
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove encoder in-matrix workaround code (#20389)jack2023-06-197-78/+22
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-186-3/+9
|
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-272-2/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* `info.json` whitespace cleanups (#20651)Ryan2023-05-022-14/+14
|
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-012-3/+2
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-128-421/+363
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-066-3/+7
|
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-2/+4
|
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-1/+3
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-232-4/+0
|
* Remove trailing zeroes in info.json layouts (#20156)Ryan2023-03-172-9/+9
|
* Remove more empty headers (#20155)Ryan2023-03-171-17/+0
|
* Fix layout macro keys with no matrix position (#20033)Ryan2023-03-131-1/+1
|
* Move matrix config to info.json, part 8 (#20030)Ryan2023-03-106-19/+15
|
* Move encoder config to data driven (#19923)Ryan2023-02-253-8/+10
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-173-12/+0
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-162-3/+3
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-086-18/+6
|
* Debounce defines cleanup (#19742)Ryan2023-02-033-8/+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
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-303-3/+0
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-156-6/+6
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-153-9/+33
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-036-25/+21
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Provide better config defaults for bluepill boards (#16909)Joel Challis2022-04-211-28/+0
|
* Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel2022-02-022-19/+11
| | | | | | | | | | | | | | | | | * Don't make EEPROM size assumptions with dynamic keymaps. * Add support for checking against emulated flash, error out if someone attempts to build a board without specifying EEPROM size. * Reorder defines so that MCU is considered last. * Refactor EEPROM definitions for simplicity. * Fix max sizing of kabedon/kabedon980. * Fix max sizing of mechlovin/olly/jf. * Fix unit tests. * Review comments, add messages with values during build failures.
* Fix up build options comments (#15463)Ryan2021-12-132-2/+2
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-093-6/+3
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-013-6/+0
|
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
* KabeDon98E Refactor (#14778)James Young2021-10-125-234/+225
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-123-3/+0
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-123-9/+0
|