summaryrefslogtreecommitdiffstats
path: root/keyboards/kbdfans/odin/rgb/info.json
Commit message (Collapse)AuthorAgeFilesLines
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
|
* KBDfans Odin RGB Touch-Up (#20694)James Young2023-05-031-120/+123
| | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * info.json: correct layout data * rename LAYOUT_all to LAYOUT
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-151-100/+119
|
* 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 8 (#20030)Ryan2023-03-111-0/+5
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-031-2/+8
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Fix info.json for kbdfans/odin/{rgb,soldered} (#15750)Sergey Vlasov2022-01-051-5/+106
| | | | | | | | | | | | | | * kbdfans/odin/*: Reformat info.json to be human-readable Apply `qmk format-json` to the `info.json` files for `kbdfans/odin/rgb` and `kbdfans/odin/soldered; no actual content changes. * kbdfans/odin/*: Fix key ordering in info.json The order of key entries in `info.json` did not match the order of layout macro arguments (apparently the keys in the cursor block, which are shifted down by 0.25u with respect to the rest of keys, were treated as separate rows). Fix the order to make the configurator produce proper keymaps.
* [Keyboard] add odin keyboard (#15150)moyi46812021-11-291-0/+10
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>