forked from forks/qmk_firmware
8 lines
74 B
C
8 lines
74 B
C
enum layers {
|
|
WORKMAN = 0,
|
|
RNAV,
|
|
NAV,
|
|
SYMBOLS,
|
|
FN,
|
|
};
|