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
No known key found for this signature in database
GPG key ID: 645A98F35E754E79
7 changed files with 64 additions and 65 deletions

View file

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