summaryrefslogtreecommitdiffstats
path: root/keyboards/hub20/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-181-0/+3
|
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-271-64/+78
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-081-0/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-0/+3
|
* Move matrix config to info.json, part 2 (#19987)Ryan2023-03-101-0/+5
|
* Move encoder config to data driven (#19923)Ryan2023-02-261-0/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: H (#17821)Ryan2022-07-281-0/+6
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* [Keyboard] Add LED matrix and 2 layouts to hub20 (#12505)peepeetee2021-06-191-0/+50
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* remove keyboard_folder from info.jsonZach White2021-02-271-1/+0
|
* [Keyboard] Add Hub20 keyboard (#11497)Josh Johnson2021-01-131-0/+36
* add Hub20 support * Keymap formatting cleanup Co-authored-by: Ryan <fauxpark@gmail.com> * Delete bootloader_defs.h as no longer required * Correct make / flashing example Co-authored-by: Ryan <fauxpark@gmail.com> * Update rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>