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

@@ -43,7 +43,6 @@ enum custom_keycodes {
#define ML_RAIE MO(_RAI_E)
#define ML_ADJ MO(_ADJUST)
#if MATRIX_ROWS == 10 // HELIX_ROWS == 5
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Qwerty JIS Normal
* ,-----------------------------------------. ,-----------------------------------------.
@@ -193,10 +192,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
};
#else
#error "undefined keymaps"
#endif
#if defined(SSD1306OLED) || defined(OLED_ENABLE)
char keylog[24] = {};
const char code_to_name[60] = {