Update keymap.c

This commit is contained in:
mexsistor 2020-09-21 02:05:18 -05:00 committed by GitHub
parent dfe1265dbf
commit 6066be1fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,7 @@ enum keyboard_layers{
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_BASE] = LAYOUT( /* Base */ [_BASE] = LAYOUT( /* Base */
KC_A, KC_B, KC_C, KC_A, KC_B, KC_C,
KC_D, KC_E KC_D, KC_E,);
);
}; };