Moving to userspace

This commit is contained in:
2023-11-18 18:42:23 -06:00
parent 97194ed23b
commit a6e6716a24
13 changed files with 246 additions and 49 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
typedef enum {
_BASE,
_NAV,
_NUM,
_SYM,
_FUN,
_MUS,
_MOUSE
} layers_t;