aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/drashna.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/drashna.h')
-rw-r--r--users/drashna/drashna.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h
index 0a3d0f632..ca55198e3 100644
--- a/users/drashna/drashna.h
+++ b/users/drashna/drashna.h
@@ -36,7 +36,11 @@ enum userspace_layers {
36 _COLEMAK, 36 _COLEMAK,
37 _DVORAK, 37 _DVORAK,
38 _WORKMAN, 38 _WORKMAN,
39 _MODS, 39 _NORMAN,
40 _MALTRON,
41 _EUCALYN,
42 _CARPLAX,
43 _MODS, /* layer 8 */
40 _GAMEPAD, 44 _GAMEPAD,
41 _DIABLO, 45 _DIABLO,
42 _MACROS, 46 _MACROS,
@@ -76,6 +80,7 @@ typedef union {
76 bool is_overwatch :1; 80 bool is_overwatch :1;
77 bool nuke_switch :1; 81 bool nuke_switch :1;
78 uint8_t unicode_mod :4; 82 uint8_t unicode_mod :4;
83 bool swapped_numbers :1;
79 }; 84 };
80} userspace_config_t; 85} userspace_config_t;
81 86