diff options
author | Drashna Jaelre <drashna@live.com> | 2019-11-20 14:31:36 -0800 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-11-20 22:31:36 +0000 |
commit | e6b9980bd45c186f7360df68c24b6e05a80c10dc (patch) | |
tree | cc133302bbfac2aa774842e62df27ae8b5d6d81d /keyboards/treadstone32/keymaps/default/keymap.c | |
parent | 46606e1ea572aaa85f3063db8ff1f93eeb97d6ac (diff) | |
download | qmk_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/treadstone32/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/treadstone32/keymaps/default/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/treadstone32/keymaps/default/keymap.c b/keyboards/treadstone32/keymaps/default/keymap.c index a7b908c9d..b49e55f27 100644 --- a/keyboards/treadstone32/keymaps/default/keymap.c +++ b/keyboards/treadstone32/keymaps/default/keymap.c | |||
@@ -1,7 +1,6 @@ | |||
1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
2 | #include "keymap_jp.h" | 2 | #include "keymap_jp.h" |
3 | 3 | ||
4 | extern keymap_config_t keymap_config; | ||
5 | 4 | ||
6 | #ifdef RGBLIGHT_ENABLE | 5 | #ifdef RGBLIGHT_ENABLE |
7 | //Following line allows macro to read current RGB settings | 6 | //Following line allows macro to read current RGB settings |