summaryrefslogtreecommitdiffstats
path: root/keyboards/kbdfans/odin/soldered
Commit message (Collapse)AuthorAgeFilesLines
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-2/+1
| | | | (#16655)
* Fix info.json for kbdfans/odin/{rgb,soldered} (#15750)Sergey Vlasov2022-01-051-5/+113
| | | | | | | | | | | | | | * 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.
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
|
* [Keyboard] add odin keyboard (#15150)moyi46812021-11-2910-0/+253
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>