1
0
Fork 0

Helix rev2: remove 4 rows option (#20667)

This commit is contained in:
Ryan 2023-05-04 10:14:08 +10:00 committed by GitHub
parent 13e139779e
commit d579d82cac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 124 additions and 584 deletions

View file

@ -97,7 +97,6 @@ enum custom_keycodes {
LT(_RAISE,KC_ENT), KC_SPC, KC_RGUI, KC_RALT, KC_APP, KC_LOWER, KC_LOWER
#define GRV__QUOT KC_GRV, KC_QUOT
#if MATRIX_ROWS == 10 // HELIX_ROWS == 5
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Qwerty */
@ -372,11 +371,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)
};
#else
#error "undefined keymaps"
#endif
int current_default_layer;
layer_state_t default_layer_state_set_user(layer_state_t state) {