REMOVE Colemak-DH
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 24s

This commit is contained in:
2025-02-13 09:06:53 -06:00
parent 3c73c7283f
commit 57c0688921
4 changed files with 7 additions and 31 deletions

View File

@@ -2,11 +2,10 @@
typedef enum {
_QWERTY, // 0
_COLEMAKDH,
_NAV, // 2
_NUM, //3
_SYM, // 4
_FUN, // 5
_MUS, // 6
_NAV, // 1
_NUM, //2
_SYM, // 3
_FUN, // 4
_MUS, // 5
_MOUSE // 7
} layers_t;