summaryrefslogtreecommitdiff
path: root/keyboards/kiwikey
AgeCommit message (Collapse)AuthorFilesLines
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis1-1/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis1-1/+0
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel7-129/+0
2024-08-25Update Underglow keycodes (#23765)Ryan4-8/+8
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-05-22Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 3 (#23770)James Young6-104/+17
Affects: - `kindakeyboards/conone65` - `kinesis` - `kingly_keys/ave/ortho` - `kingly_keys/ave/staggered` - `kingly_keys/little_foot` - `kingly_keys/romac` - `kingly_keys/romac_plus` - `kingly_keys/ropro` - `kingly_keys/smd_milk` - `kingly_keys/soap` - `kira/kira75` - `kisakeyluxury/qtz` - `kiserdesigns/madeline` - `kiwikeebs/macro` - `kiwikeebs/macro_v2` - `kiwikey/borderland` - `kiwikey/kawii9` - `kiwikey/wanderland` - `kkatano/bakeneko60` - `kkatano/bakeneko65/rev2` - `kkatano/bakeneko65/rev3` - `kkatano/bakeneko80` - `kkatano/wallaby` - `kkatano/yurei` - `knops/mini` - `kona_classic` - `kopibeng/mnk60_stm32` - `kopibeng/mnk65` - `kopibeng/mnk65_stm32` - `kopibeng/mnk88` - `kopibeng/typ65` - `kopibeng/xt60` - `kopibeng/xt60_singa` - `kopibeng/xt65` - `kopibeng/xt8x` - `kprepublic/bm16s` - `kprepublic/bm40hsrgb/rev1` - `kprepublic/bm65hsrgb/rev1` - `kprepublic/bm68hsrgb/rev1` - `kprepublic/bm980hsrgb` - `kprepublic/cospad` - `ktec/daisy` - `kumaokobo/kudox/columner` - `kumaokobo/kudox/rev1` - `kumaokobo/kudox/rev2` - `kumaokobo/kudox/rev3` - `kumaokobo/kudox_full/rev1` - `kumaokobo/kudox_game/rev1` - `kumaokobo/kudox_game/rev2` - `kumaokobo/pico/65keys` - `kumaokobo/pico/70keys` - `kv/revt` - `kwub/bloop` - `ky01`
2024-05-17Delete trivial keymap readmes (#23714)Ryan2-2/+0
2024-05-12Change all RGB mode keycodes to short aliases (#23691)Ryan2-4/+4
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan4-4/+4
2024-04-20Data-Driven Keyboard Conversions: K, Part 5 (#23569)James Young4-29/+17
2024-03-15Migrate features from rules.mk to data driven - IJK (#23276)Joel Challis2-12/+10
2023-11-27Remove userspace keymaps (#22544)Joel Challis3-106/+0
2023-08-23Move RGBLight animations to data driven (#21635)Ryan6-36/+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
2023-08-15OLED: driver naming cleanups (#21710)Ryan1-1/+0
2023-06-25Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2-2/+3
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan6-9/+6
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan6-3/+7
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan4-3/+3
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan3-3/+0
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan3-100/+77
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan6-3/+9
2023-04-05Move Alice and Ergodox layouts to data driven (#20340)Ryan2-210/+157
2023-04-03Add core/fallback encoder behaviour (#20320)jack1-14/+0
2023-03-29Move ortho & numpad layouts to data driven (#20183)Ryan2-47/+11
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-23Remove `RGB_DI_PIN` ifdefs (#20218)Ryan1-2/+0
2023-03-17Remove more empty headers (#20155)Ryan2-34/+0
2023-03-11Move matrix config to info.json, part 8 (#20030)Ryan6-51/+15
2023-02-26Move encoder config to data driven (#19923)Ryan2-3/+5
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-26Move backlight config to data driven (#19910)Ryan2-3/+4
2023-02-22Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan1-1/+0
2023-02-17Remove matrix size defines (#19581)Ryan3-12/+0
2023-02-17Move LED indicator config to data driven (#19800)Ryan2-5/+5
2023-02-17Remove unused RGBLight defines from config.h (#19859)Ryan3-22/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan6-18/+6
2023-02-07Remove unused Bootmagic row/col defines from config.h (#19761)Ryan3-12/+0
2023-02-06Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan3-15/+0
2023-02-03Debounce defines cleanup (#19742)Ryan3-9/+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)Ryan3-9/+0
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan3-63/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel3-3/+0
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel1-2/+2
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-10-22Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan1-1/+1
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan2-2/+2
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan2-2/+2
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2-24/+20
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis1-1/+1
2022-08-20Merge remote-tracking branch 'origin/master' into developDrashna Jael're1-1/+1
2022-08-20RESET -> QK_BOOT keyboard readme (#18110)Joel Challis1-1/+1
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel3-3/+0
2022-08-03Move keyboard USB IDs and strings to data driven: K (#17846)Ryan6-21/+18
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis6-6/+6