summaryrefslogtreecommitdiffstats
path: root/keyboards/helix/rev2/keymaps/froggy
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-05-04 10:14:08 +1000
committerGitHub <noreply@github.com>2023-05-04 10:14:08 +1000
commitd579d82cacd9c69634790d9a9de5edeeaa19226f (patch)
tree46e824810ec745a021fd3b7c1cdb8061da20d87f /keyboards/helix/rev2/keymaps/froggy
parent13e139779e646388d13a5070c4e28893522e5be6 (diff)
Helix rev2: remove 4 rows option (#20667)
Diffstat (limited to 'keyboards/helix/rev2/keymaps/froggy')
-rw-r--r--keyboards/helix/rev2/keymaps/froggy/keymap.c5
-rw-r--r--keyboards/helix/rev2/keymaps/froggy/rules.mk1
2 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/helix/rev2/keymaps/froggy/keymap.c b/keyboards/helix/rev2/keymaps/froggy/keymap.c
index ae96f576af..8463365f59 100644
--- a/keyboards/helix/rev2/keymaps/froggy/keymap.c
+++ b/keyboards/helix/rev2/keymaps/froggy/keymap.c
@@ -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
diff --git a/keyboards/helix/rev2/keymaps/froggy/rules.mk b/keyboards/helix/rev2/keymaps/froggy/rules.mk
index 044e29443c..048ecefff3 100644
--- a/keyboards/helix/rev2/keymaps/froggy/rules.mk
+++ b/keyboards/helix/rev2/keymaps/froggy/rules.mk
@@ -11,7 +11,6 @@ SPLIT_KEYBOARD = yes
# Helix Spacific Build Options
# you can uncomment and edit follows 7 Variables
# jp: 以下の7つの変数を必要に応じて編集し、コメントアウトをはずします。
-HELIX_ROWS = 5 # Helix Rows is 4 or 5
OLED_ENABLE = yes # OLED_ENABLE
LOCAL_GLCDFONT = yes # use each keymaps "helixfont.h" insted of "common/glcdfont.c"
LED_BACK_ENABLE = yes # LED backlight (Enable WS2812 RGB underlight.)