summaryrefslogtreecommitdiff
path: root/keyboards/keycapsss/kimiko
AgeCommit message (Expand)AuthorFilesLines
2026-01-11Remove binary symbols from keymaps (#25947)Joel Challis2-4/+4
2025-09-21Custom oled fonts cleanup (#25665)Ryan6-247/+1
2025-09-09Migrate `g_led_config` to DD (K2) (#25602)Jack Sangdahl2-83/+65
2025-01-20Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24835)Joel Challis1-1/+0
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan1-5/+5
2024-08-29Fix wrong OLED code for a few keyboards (#24344)jack2-214/+2
2024-08-25Update Underglow keycodes (#23765)Ryan1-5/+5
2024-07-23Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)Joel Challis2-2/+6
2024-07-20Remove instances of MASTER_LEFT. (#24163)Dasky1-5/+0
2024-05-22Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 2 (#23769)James Young2-5/+6
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2-2/+2
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis4-2/+0
2024-01-31[Keyboard] Add Kimiko Rev2 (#21719)Ben15-533/+664
2023-09-21kimiko: mirror encoder pins between halves (#21728)Charles Strahan3-7/+18
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-08-15OLED: driver naming cleanups (#21710)Ryan2-4/+0
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan2-4/+1
2023-06-15Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan1-1/+0
2023-06-06Move `RGBLED_SPLIT` to data driven (#21113)Ryan2-1/+3
2023-04-15Encodermap direction define. (#20454)Nick Brassel1-1/+1
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan2-100/+65
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan3-4/+4
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan4-41/+2
2023-03-11Move matrix config to info.json, part 8 (#20030)Ryan2-6/+5
2023-02-26Move encoder config to data driven (#19923)Ryan2-7/+5
2023-02-17Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2-2/+3
2023-02-17Remove matrix size defines (#19581)Ryan1-4/+0
2023-02-08Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan1-17/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2-6/+2
2023-02-03Debounce defines cleanup (#19742)Ryan1-3/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-1/+0
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan2-2/+2
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre1-12/+10
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 Challis1-2/+2
2022-08-20[Keyboard] Fix compilation issues for keycapsss kimiko (#18112)Drashna Jaelre1-0/+4
2022-08-20Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)Ryan3-28/+6
2022-07-02Added oriaj3 keymap with Matrix RGB support for Kimiko keyboard. (#17103)Jairo Ramírez Ávila7-74/+832
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis1-2/+2
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan1-2/+1
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan1-2/+0
2021-11-02[Core] Change OLED task function to be boolean (#14864)Drashna Jaelre1-1/+2
2021-09-12Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan1-1/+0
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan1-2/+0
2021-08-24[Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222-2/+3
2021-08-06Remove Full Bootmagic (#13846)James Young1-1/+1
2021-05-21Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre1-1/+2
2021-02-28Keycapsss Kimiko rev1: Configurator bugfix (#11992)James Young1-243/+65
2021-01-10[Keyboard] Add Kimiko keyboard (#11458)Ben14-0/+1200