Helix rev2: remove 4 rows option (#20667)
This commit is contained in:
@@ -96,7 +96,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
|
||||
@@ -232,9 +231,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
RGBOFF,_______, _______, _______, _______, _______, _______
|
||||
)
|
||||
};
|
||||
#else
|
||||
#error "undefined keymaps"
|
||||
#endif
|
||||
|
||||
void set_mac_mode(bool enable) {
|
||||
if(enable){
|
||||
|
||||
Reference in New Issue
Block a user