Update keycodes.h for qwerty and colmak

This commit is contained in:
2024-05-02 20:52:40 -05:00
committed by GitHub
parent 98f879ee45
commit 824ea2a75b

View File

@@ -34,6 +34,8 @@ enum {
M_PASS2, M_PASS2,
M_PASS3, M_PASS3,
M_PASS4, M_PASS4,
QWERTY,
COLEMAK,
CUSTOM_KEYCODE_END CUSTOM_KEYCODE_END
}; };