aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mint60
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-11-20 14:31:36 -0800
committerJoel Challis <git@zvecr.com>2019-11-20 22:31:36 +0000
commite6b9980bd45c186f7360df68c24b6e05a80c10dc (patch)
treecc133302bbfac2aa774842e62df27ae8b5d6d81d /keyboards/mint60
parent46606e1ea572aaa85f3063db8ff1f93eeb97d6ac (diff)
downloadqmk_firmware-e6b9980bd45c186f7360df68c24b6e05a80c10dc.tar.gz
qmk_firmware-e6b9980bd45c186f7360df68c24b6e05a80c10dc.zip
Remove keymap_config extern from default keymaps (#7399)
* Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mint60')
-rw-r--r--keyboards/mint60/keymaps/default/keymap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/mint60/keymaps/default/keymap.c b/keyboards/mint60/keymaps/default/keymap.c
index fde64d8de..0c65f73c7 100644
--- a/keyboards/mint60/keymaps/default/keymap.c
+++ b/keyboards/mint60/keymaps/default/keymap.c
@@ -19,7 +19,6 @@
19#include "split_util.h" 19#include "split_util.h"
20#endif 20#endif
21 21
22extern keymap_config_t keymap_config;
23 22
24#ifdef RGBLIGHT_ENABLE 23#ifdef RGBLIGHT_ENABLE
25//Following line allows macro to read current RGB settings 24//Following line allows macro to read current RGB settings