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/yosino58 | |
| 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/yosino58')
| -rw-r--r-- | keyboards/yosino58/keymaps/default/keymap.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/yosino58/keymaps/default/keymap.c b/keyboards/yosino58/keymaps/default/keymap.c index 79b507569..2f55dc8e1 100644 --- a/keyboards/yosino58/keymaps/default/keymap.c +++ b/keyboards/yosino58/keymaps/default/keymap.c | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | #include "ssd1306.h" | 7 | #include "ssd1306.h" |
| 8 | #endif | 8 | #endif |
| 9 | 9 | ||
| 10 | extern keymap_config_t keymap_config; | ||
| 11 | 10 | ||
| 12 | #ifdef RGBLIGHT_ENABLE | 11 | #ifdef RGBLIGHT_ENABLE |
| 13 | //Following line allows macro to read current RGB settings | 12 | //Following line allows macro to read current RGB settings |
| @@ -85,9 +84,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 85 | * |------+------+------+------+------+------| |------+------+------+------+------+------| | 84 | * |------+------+------+------+------+------| |------+------+------+------+------+------| |
| 86 | * | | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | | | 85 | * | | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | | |
| 87 | * |------+------+------+------+------+------| |------+------+------+------+------+------| | 86 | * |------+------+------+------+------+------| |------+------+------+------+------+------| |
| 88 | * | F1 | F2 | F3 | F4 | F5 | F6 | | | ª | | | | | | 87 | * | F1 | F2 | F3 | F4 | F5 | F6 | | | ª | | | | | |
| 89 | * |------+------+------+------+------+------| |------+------+------+------+------+------| | 88 | * |------+------+------+------+------+------| |------+------+------+------+------+------| |
| 90 | * | F7 | F8 | F9 | F10 | F11 | F12 |-------.-------. ,---------------| © | « | ¨ | | | | | 89 | * | F7 | F8 | F9 | F10 | F11 | F12 |-------.-------. ,---------------| © | « | ¨ | | | | |
| 91 | * `-----------------------------------------/ / / \ \ \----------------------------------------' | 90 | * `-----------------------------------------/ / / \ \ \----------------------------------------' |
| 92 | * | | | /-------/ Space / \ Enter \-------\ | | | | 91 | * | | | /-------/ Space / \ Enter \-------\ | | | |
| 93 | * | | |/ / / \ \ RAISE \ | | | | 92 | * | | |/ / / \ \ RAISE \ | | | |
| @@ -334,4 +333,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 334 | } | 333 | } |
| 335 | return true; | 334 | return true; |
| 336 | } | 335 | } |
| 337 | |||
