Moving to userspace
This commit is contained in:
11
dgvigil/definitions/layers.h
Normal file
11
dgvigil/definitions/layers.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum {
|
||||
_BASE,
|
||||
_NAV,
|
||||
_NUM,
|
||||
_SYM,
|
||||
_FUN,
|
||||
_MUS,
|
||||
_MOUSE
|
||||
} layers_t;
|
||||
Reference in New Issue
Block a user