Helix rev2: remove 4 rows option (#20667)
This commit is contained in:
parent
13e139779e
commit
d579d82cac
28 changed files with 124 additions and 584 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue