diff options
Diffstat (limited to 'quantum/keycode_config.h')
-rw-r--r-- | quantum/keycode_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keycode_config.h b/quantum/keycode_config.h index c41c08706c..6216eefc90 100644 --- a/quantum/keycode_config.h +++ b/quantum/keycode_config.h @@ -18,4 +18,4 @@ typedef union { }; } keymap_config_t; -keymap_config_t keymap_config;
\ No newline at end of file +extern keymap_config_t keymap_config; |