aboutsummaryrefslogtreecommitdiffstats
path: root/users/bcat/bcat.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/bcat/bcat.h')
-rw-r--r--users/bcat/bcat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/bcat/bcat.h b/users/bcat/bcat.h
new file mode 100644
index 000000000..1ea05e5fa
--- /dev/null
+++ b/users/bcat/bcat.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "quantum.h"
+
+enum user_keycodes {
+ MC_ALTT = SAFE_RANGE,
+ KEYMAP_SAFE_RANGE,
+};