summaryrefslogtreecommitdiff
path: root/quantum/keycode_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/keycode_config.h')
-rw-r--r--quantum/keycode_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keycode_config.h b/quantum/keycode_config.h
index d7e334fdc8..a2cb025ed2 100644
--- a/quantum/keycode_config.h
+++ b/quantum/keycode_config.h
@@ -37,7 +37,7 @@ typedef union {
37 bool nkro : 1; 37 bool nkro : 1;
38 bool swap_lctl_lgui : 1; 38 bool swap_lctl_lgui : 1;
39 bool swap_rctl_rgui : 1; 39 bool swap_rctl_rgui : 1;
40 bool oneshot_disable : 1; 40 bool oneshot_enable : 1;
41 }; 41 };
42} keymap_config_t; 42} keymap_config_t;
43 43