diff options
Diffstat (limited to 'keyboards/projectkb/alice/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/projectkb/alice/keymaps/default/keymap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/projectkb/alice/keymaps/default/keymap.c b/keyboards/projectkb/alice/keymaps/default/keymap.c index bad22f9ae..a56f24f3f 100644 --- a/keyboards/projectkb/alice/keymaps/default/keymap.c +++ b/keyboards/projectkb/alice/keymaps/default/keymap.c | |||
@@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
16 | */ | 16 | */ |
17 | #include QMK_KEYBOARD_H | 17 | #include QMK_KEYBOARD_H |
18 | 18 | ||
19 | extern keymap_config_t keymap_config; | ||
20 | 19 | ||
21 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | 20 | // Each layer gets a name for readability, which is then used in the keymap matrix below. |
22 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | 21 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. |
@@ -42,4 +41,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
42 | _______, _______, _______, _______, _______, _______, RESET | 41 | _______, _______, _______, _______, _______, _______, RESET |
43 | ) | 42 | ) |
44 | }; | 43 | }; |
45 | |||