1
0
Fork 0
This commit is contained in:
jack 2022-06-10 01:45:31 -06:00 committed by GitHub
parent 7c097ee6b4
commit d8ace624c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 11 deletions

View file

@ -15,13 +15,6 @@
*/
#include QMK_KEYBOARD_H
enum custom_layers {
_BASE,
_L1,
_L2,
_L3,
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS,