aboutsummaryrefslogtreecommitdiffstats
path: root/users/csc027/csc027.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/csc027/csc027.h')
-rw-r--r--users/csc027/csc027.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/users/csc027/csc027.h b/users/csc027/csc027.h
new file mode 100644
index 000000000..96bf7dc0e
--- /dev/null
+++ b/users/csc027/csc027.h
@@ -0,0 +1,29 @@
+#pragma once
+
+#include "quantum.h"
+#include "defines.h"
+
+enum custom_keycodes {
+ // Layer Keycodes
+ LOWER = SAFE_RANGE,
+ RAISE,
+
+
+ MC_first,
+
+ // Macro Keycodes
+ CUSTOM_MACROS(CUSTOM_ENUM, DROP, COMMA_DELIM),
+
+ MC_last
+};
+
+enum custom_layers {
+ _QW = 0, // Qwerty
+ _RS, // Raise
+ _LW, // Lower
+ _MS, // Mouse
+ _GT, // Git
+ _CN, // Convenience
+ _GW, // Guild Wars 2
+ _CS // Counter-Strike: Global Offensive
+};