mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-10 13:38:25 +00:00
Update keymap.c
This commit is contained in:
parent
dfe1265dbf
commit
6066be1fbe
@ -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,);
|
||||||
|
|
||||||
);
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user