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:
Victor 2024-04-11 23:45:44 -05:00
parent 72d86e4c52
commit 4d5f908817
Failed to generate hash of commit
7 changed files with 64 additions and 65 deletions

View file

@ -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__)

View file

@ -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__)

View file

@ -1,6 +1,5 @@
{
"nontree_targets": [
"barbellboards",
"planck"
"barbellboards"
]
}