aboutsummaryrefslogtreecommitdiff
path: root/users/curry/curry.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/curry/curry.h')
-rw-r--r--users/curry/curry.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/users/curry/curry.h b/users/curry/curry.h
index 985453c49..a9de9ae51 100644
--- a/users/curry/curry.h
+++ b/users/curry/curry.h
@@ -21,7 +21,6 @@
21/* Define layer names */ 21/* Define layer names */
22enum userspace_layers { 22enum userspace_layers {
23 _QWERTY = 0, 23 _QWERTY = 0,
24 _NUMLOCK = 0,
25 _COLEMAK, 24 _COLEMAK,
26 _DVORAK, 25 _DVORAK,
27 _MODS, 26 _MODS,
@@ -45,10 +44,7 @@ typedef union {
45 uint32_t raw; 44 uint32_t raw;
46 struct { 45 struct {
47 bool rgb_layer_change :1; 46 bool rgb_layer_change :1;
48 bool is_overwatch :1;
49 bool nuke_switch :1; 47 bool nuke_switch :1;
50 uint8_t unicode_mod :4;
51 bool swapped_numbers :1;
52 bool rgb_matrix_idle_anim :1; 48 bool rgb_matrix_idle_anim :1;
53 }; 49 };
54} userspace_config_t; 50} userspace_config_t;