mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-01 05:07:26 +06:00
8 lines
74 B
C
8 lines
74 B
C
|
enum layers {
|
||
|
WORKMAN = 0,
|
||
|
RNAV,
|
||
|
NAV,
|
||
|
SYMBOLS,
|
||
|
FN,
|
||
|
};
|