1
0

Update keymap.c

This commit is contained in:
mexsistor
2020-09-21 02:05:18 -05:00
committed by GitHub
parent dfe1265dbf
commit 6066be1fbe

View File

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