summaryrefslogtreecommitdiff
path: root/users/curry/curry.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/curry/curry.h')
-rw-r--r--users/curry/curry.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/users/curry/curry.h b/users/curry/curry.h
index ee4a736835..7a9e6c9eb6 100644
--- a/users/curry/curry.h
+++ b/users/curry/curry.h
@@ -25,10 +25,18 @@
/* Define layer names */
enum userspace_layers {
- _QWERTY = 0,
+#if defined(ENABLE_QWERTY)
+ _QWERTY,
+#endif
+#if defined(ENABLE_COLEMAK)
_COLEMAK,
+#endif
+#if defined(ENABLE_DVORAK)
_DVORAK,
+#endif
+#if defined(ENABLE_WORKMAN)
_WORKMAN,
+#endif
_MODS,
_LOWER,
_RAISE,