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
|
@ -219,7 +219,7 @@ enum keycodes {
|
|||
KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, \
|
||||
TR_MOUA, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, TR_QUOT, \
|
||||
KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, TR_COMM, TR_DOT, TR_MINS, \
|
||||
TR_BTN1, _BASE_L4________, _BASE_R4________, KC_MUTE
|
||||
TR_BTN1, _BASE_L4________, _BASE_R4________, KC_MUTE
|
||||
|
||||
|
||||
#define LAYER_COLEMAK_DH \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue