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 c41c08706..6216eefc9 100644 --- a/quantum/keycode_config.h +++ b/quantum/keycode_config.h | |||
| @@ -18,4 +18,4 @@ typedef union { | |||
| 18 | }; | 18 | }; |
| 19 | } keymap_config_t; | 19 | } keymap_config_t; |
| 20 | 20 | ||
| 21 | keymap_config_t keymap_config; \ No newline at end of file | 21 | extern keymap_config_t keymap_config; |
