Update keymap.c

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

View File

@ -15,6 +15,8 @@
*/
#include QMK_KEYBOARD_H
#include QMK_KEYBOARD_H
// Keyboard Layers
enum keyboard_layers{
_BASE = 0,
@ -24,7 +26,9 @@ 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
),
};