summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/consolekeyboard
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-238-112/+16
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-248-12/+8
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-188-4/+4
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-168-4/+12
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-274-4/+0
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-128-207/+119
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-068-4/+12
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-234-8/+0
* Remove more empty headers (#20155)Ryan2023-03-174-64/+0
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-118-64/+20
* Remove matrix size defines (#19581)Ryan2023-02-174-16/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-088-24/+8
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-314-4/+0
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-154-17/+1
* Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-308-28/+28
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-094-8/+4
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-014-8/+0
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-054-4/+4
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-124-4/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-124-8/+0
* Remove Full Bootmagic (#13846)James Young2021-08-064-4/+4
* New Variants of Console Keyboard (#11973)gazeddy2021-02-2837-8/+791
* Added ConsoleKeyboard (#11950)gazeddy2021-02-219-0/+243