summaryrefslogtreecommitdiffstats
path: root/keyboards/ai03/orbit/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-121-68/+70
|
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-111-1/+12
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-261-0/+3
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-171-0/+3
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: A (#17781)Ryan2022-07-261-1/+7
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-3/+1
|
* Add Configurator support for ai03/orbit (#5863)zvecr2019-05-161-0/+88
| | | | | | * Add Configurator support for ai03/orbit * Add Configurator support for ai03/orbit - align with documented KLE
* [Keyboard] Add Orbit keyboard (#5306)ai032019-03-101-0/+0
* Get things working except indicators * Attempt to get things working * hmm * Compiles but doesn't run * Make data transfer work * Get all indicators working * Remove old transport * Prepare for pullreq * Revert keymap from testing to production * Final error checking for pull request * Remove autogenerated is_command from config.h * Rewrite pin toggles using qmk functions