summaryrefslogtreecommitdiffstats
path: root/keyboards/kkatano
Commit message (Collapse)AuthorAgeFilesLines
* kkatano Bakeneko 65 V3 Layout Additions (#20706)James Young2023-05-044-80/+334
| | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_65_ansi_blocker_split_bs * add LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_tsangan_split_bs * add LAYOUT_65_ansi_blocker_tsangan * enable Community Layout support
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-3/+3
|
* Move 60% layouts to data driven (#20477)Ryan2023-04-272-255/+194
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-152-101/+68
|
* Move TKL layouts to data driven (#20337)Ryan2023-04-058-309/+304
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-042-347/+272
|
* Remove more empty headers (#20155)Ryan2023-03-174-68/+0
|
* Adjust offset for some layouts (#20075)Ryan2023-03-131-1/+75
|
* Move matrix config to info.json, part 8 (#20030)Ryan2023-03-1112-102/+30
|
* Remove matrix size defines (#19581)Ryan2023-02-176-24/+0
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-173-48/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0812-36/+12
|
* Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2023-02-073-15/+0
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-076-24/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-066-30/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-036-18/+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 unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-036-18/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-306-126/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-316-6/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-283-12/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1010-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-155-5/+5
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-153-36/+0
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-066-6/+0
|
* Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-0312-42/+36
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-157-7/+7
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-156-24/+0
| | | | (#16655)
* [Keyboard] move @kkatano 's keyboards to kkatano user folder (#15684)peepeetee2022-01-3054-0/+2515