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
28 changed files with 124 additions and 584 deletions

View File

@@ -71,7 +71,6 @@ enum macro_keycodes {
//Macros
#define M_SAMPLE M(KC_SAMPLEMACRO)
#if MATRIX_ROWS == 10 // HELIX_ROWS == 5
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Base
@@ -178,10 +177,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, KC_PDOT, KC_COMM, _______, _______, _______
)
};
#else
#error "undefined keymaps"
#endif
#ifdef AUDIO_ENABLE