Skip to content

Commit

Permalink
use new-style OLKB layout macro naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft committed Sep 20, 2019
1 parent 3da69f6 commit 601fda9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keyboards/subatomic/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
]
},

"LAYOUT_subatomic_mit": {
"LAYOUT_ortho_5x14_1x2uC": {
"key_count": 69,
"layout": [
{"label":"k00", "x":0, "y":0},
Expand Down Expand Up @@ -156,7 +156,7 @@
]
},

"LAYOUT_subatomic_dit": {
"LAYOUT_ortho_5x14_2x2u": {
"key_count": 68,
"layout": [
{"label":"k00", "x":0, "y":0},
Expand Down
4 changes: 2 additions & 2 deletions keyboards/subatomic/subatomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* │▓▓▓│▓▓▓│▓▓▓│▓▓▓│▓▓▓│▓▓▓│ │▓▓▓│▓▓▓│▓▓▓│▓▓▓│▓▓▓│▓▓▓│
* └───┴───┴───┴───┴───┴───┴───────┴───┴───┴───┴───┴───┴───┘
*/
#define LAYOUT_subatomic_mit( \
#define LAYOUT_ortho_5x14_1x2uC( \
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, \
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, \
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, \
Expand Down Expand Up @@ -74,7 +74,7 @@
* │▓▓▓│▓▓▓│▓▓▓│▓▓▓│▓▓▓│ │ │▓▓▓│▓▓▓│▓▓▓│▓▓▓│▓▓▓│
* └───┴───┴───┴───┴───┴───────┴───────┴───┴───┴───┴───┴───┘
*/
#define LAYOUT_subatomic_dit( \
#define LAYOUT_ortho_5x14_2x2u( \
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, \
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, \
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, \
Expand Down

0 comments on commit 601fda9

Please sign in to comment.