summaryrefslogtreecommitdiffstats
path: root/keyboards/kakunpc
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-2422-38/+22
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-1822-11/+11
|
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-1622-14/+28
|
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-066-10/+2
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-2715-11/+12
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* TheDogKeyboard Layout Macro Addition (#20689)James Young2023-05-033-135/+287
| | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_fullsize_ansi * enable Community Layout support * refactor default keymap for readability
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-870/+539
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-156-225/+277
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-126-164/+106
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0622-11/+33
|
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-054-84/+15
|
* Move split layouts to data driven (#20290)Ryan2023-04-015-144/+107
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-295-110/+57
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-2313-29/+0
|
* Remove more empty headers (#20155)Ryan2023-03-1711-178/+0
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-164-73/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Adjust offset for some layouts (#20075)Ryan2023-03-131-293/+69
|
* Move matrix config to info.json, part 8 (#20030)Ryan2023-03-1118-151/+53
|
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+0
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-175-13/+6
|
* Remove matrix size defines (#19581)Ryan2023-02-179-36/+0
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-177-62/+0
|
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-113-36/+6
|
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-089-47/+0
| | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0822-66/+22
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-0713-52/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-0613-65/+0
|
* Remove `IS_HOST_LED_ON` and migrate usages (#19753)Ryan2023-02-065-15/+20
|
* Debounce defines cleanup (#19742)Ryan2023-02-0313-39/+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-0313-39/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-3013-273/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3113-13/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-2813-56/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-106-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 .noci functionality (#19122)Joel Challis2022-11-218-0/+0
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-167-8/+8
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-153-4/+4
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-1515-159/+81
|
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-132-3/+3
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-102-3/+3
| | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-064-6/+0
| | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-206-29/+13
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)Ryan2022-08-206-29/+13
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-0613-13/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-0318-69/+58
|\|
| * Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-0318-69/+58
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-194-4/+4
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-1513-30/+0
| | | | (#16655)
* Remove `matrix_key_count()` (#16603)Ryan2022-03-103-36/+0
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`