Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 24s
12 lines
135 B
C
12 lines
135 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
_QWERTY, // 0
|
|
_NAV, // 1
|
|
_NUM, //2
|
|
_SYM, // 3
|
|
_FUN, // 4
|
|
_MUS, // 5
|
|
_MOUSE // 7
|
|
} layers_t;
|