summaryrefslogtreecommitdiffstats
path: root/keyboards/gray_studio/hb85/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move matrix config to info.json, part 1 (#19985)Ryan2023-03-051-0/+5
|
* Move backlight config to data driven (#19910)Ryan2023-02-261-0/+3
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-171-0/+5
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: G (#17818)Ryan2022-07-271-1/+7
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-3/+1
|
* [Keyboard] HB85 Refactor/Layout Addition (#5451)MechMerlin2019-03-201-0/+24
* introduce stt layout with K(row)(col) * set bootmagic to lite * Rename the original LAYOUT to LAYOUT_all Introduce the STT layout In additional the whole matrix was changed to support the K(row)(col) notation. * rename LAYOUT to LAYOUT_all * add QMK Configurator support * stt keymap based on mrpetrov's default configuration on the hb85 he lent me * update readme * introduce basic and aop layouts along with QMK Configurator support for them * add a new line * add EEP_RST to layer 1 as it is needed to get rgb underglow to work * add documentation on how to reset the eeprom on the board * put contributors names where appropriate