summaryrefslogtreecommitdiffstats
path: root/keyboards/keycapsss
Commit message (Expand)AuthorAgeFilesLines
* kimiko: mirror encoder pins between halves (#21728)Charles Strahan2023-09-213-7/+18
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-12/+13
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
* OLED: driver naming cleanups (#21710)Ryan2023-08-154-6/+0
* Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2023-06-252-20/+3
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-242-3/+3
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-5/+4
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-161-1/+0
* Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan2023-06-151-1/+0
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-062-1/+3
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-271-1/+0
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-152-3/+1
* Clean up trailing commas from info.json (#20812)Ryan2023-05-092-2/+2
* Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648)Ryan2023-05-012-3/+2
* Encodermap direction define. (#20454)Nick Brassel2023-04-151-1/+1
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-100/+65
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-065-5/+7
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-294-271/+196
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-2/+0
* Remove more empty headers (#20155)Ryan2023-03-178-127/+0
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-164-41/+2
* Move matrix config to info.json, part 8 (#20030)Ryan2023-03-116-30/+15
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-16/+16
* Move encoder config to data driven (#19923)Ryan2023-02-269-37/+29
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-172-2/+3
* Remove matrix size defines (#19581)Ryan2023-02-173-12/+0
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-171-6/+0
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-17/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-086-18/+6
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-071-4/+0
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-5/+0
* Debounce defines cleanup (#19742)Ryan2023-02-033-9/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-313-3/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-4/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-4/+2
* Update use of legacy keycodes (#19120)Joel Challis2022-11-221-3/+3
* Remove .noci functionality (#19122)Joel Challis2022-11-212-0/+0
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-1/+1
* Remove legacy Debug keycode (#18769)Ryan2022-10-191-1/+1
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-162-2/+2
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-152-24/+20
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-261-1/+0
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-2/+2
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-2/+2
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-201-0/+4
|\
| * [Keyboard] Fix compilation issues for keycapsss kimiko (#18112)Drashna Jaelre2022-08-201-0/+4
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-2011-46/+29
|\|