mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-05 11:20:35 -04:00
Fixed a bunch of stuff
- the layout wrapper is case sensitive, had K37 when it should be k37 - fixed whitespace formatting in several files - removed planck from qmk_nontree.json
This commit is contained in:
parent
72d86e4c52
commit
4d5f908817
7 changed files with 64 additions and 65 deletions
|
@ -12,7 +12,7 @@ LAYOUT_rollow_wrapper ( \
|
|||
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, \
|
||||
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, \
|
||||
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, \
|
||||
k32, k33, k34, k35, k36, K37 \
|
||||
k32, k33, k34, k35, k36, k37 \
|
||||
)
|
||||
|
||||
#define ROLLOW(...) LAYOUT_3x5_3_keymap(__VA_ARGS__)
|
||||
|
|
|
@ -12,7 +12,7 @@ LAYOUT_swoop_wrapper ( \
|
|||
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, \
|
||||
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, \
|
||||
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, \
|
||||
k32, k33, k34, k35, k36, K37 \
|
||||
k32, k33, k34, k35, k36, k37 \
|
||||
)
|
||||
|
||||
#define SWOOP(...) LAYOUT_3x5_3_keymap(__VA_ARGS__)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"nontree_targets": [
|
||||
"barbellboards",
|
||||
"planck"
|
||||
"barbellboards"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue