summaryrefslogtreecommitdiffstats
path: root/keyboards/subatomic/info.json
Commit message (Collapse)AuthorAgeFilesLines
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-2/+0
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-291-207/+219
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-111-0/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-261-0/+3
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2022-08-041-0/+6
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-5/+0
|
* [Keyboard] Subatomic refactor (#3194)noroadsleft2019-09-251-0/+233
* Refactor: matrix * New readme file * Configurator support * change info.json to debug linting * use an enum to manage the layers * readme cleanup file header, docs links * use #pragma once in keyboard header file * use new-style OLKB layout macro naming scheme * fix layout macro references in keymap.c * correct Keyboard Maintainer