diff options
Diffstat (limited to 'keyboards/ein_60/config.h')
-rw-r--r-- | keyboards/ein_60/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/ein_60/config.h b/keyboards/ein_60/config.h index 457f0a5013..d59cc7f724 100644 --- a/keyboards/ein_60/config.h +++ b/keyboards/ein_60/config.h @@ -17,12 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once - -#define MATRIX_ROW_PINS { F1, F2, F3, F4 } -#define MATRIX_COL_PINS { A3, A2, A1, A0, F6, F5, F0, E0, E1, C0, C1, C2, C3 } - -#define DIODE_DIRECTION COL2ROW - #ifdef OLED_ENABLE # define OLED_DISPLAY_128X64 # define OLED_TIMEOUT 450000 @@ -36,7 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #endif #define RGB_DI_PIN E7 -#ifdef RGB_DI_PIN # define RGBLED_NUM 38 # define RGBLIGHT_HUE_STEP 4 # define RGBLIGHT_SAT_STEP 8 @@ -53,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. # define RGBLIGHT_EFFECT_RGB_TEST # define RGBLIGHT_EFFECT_ALTERNATING # define RGBLIGHT_EFFECT_TWINKLE -#endif #ifdef RGB_MATRIX_ENABLE # define RGB_MATRIX_LED_COUNT 38 |