From 47ad8cb9a1550415825c320c5b92070557ca149b Mon Sep 17 00:00:00 2001 From: Louis Orleans Date: Mon, 11 Sep 2017 21:34:50 -0700 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=20Revert=20"=F0=9F=9A=A8=20RGB"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9ceabfb267f8daedaad929231229c703abc12ec4. --- keyboards/ergodox_infinity/config.h | 8 -------- keyboards/ergodox_infinity/rules.mk | 10 +++++----- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/keyboards/ergodox_infinity/config.h b/keyboards/ergodox_infinity/config.h index e20efb8400..094761e0b4 100644 --- a/keyboards/ergodox_infinity/config.h +++ b/keyboards/ergodox_infinity/config.h @@ -77,14 +77,6 @@ along with this program. If not, see . #define VISUALIZER_USER_DATA_SIZE 16 -// ws2812 options -#define RGB_DI_PIN F6 // pin the DI on the ws2812 is hooked-up to -#define RGBLIGHT_ANIMATIONS // run RGB animations -#define RGBLED_NUM 6 // number of LEDs -#define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue -#define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation -#define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness) - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/ergodox_infinity/rules.mk b/keyboards/ergodox_infinity/rules.mk index d42d20d2d4..cb11152556 100644 --- a/keyboards/ergodox_infinity/rules.mk +++ b/keyboards/ergodox_infinity/rules.mk @@ -75,15 +75,15 @@ VISUALIZER_ENABLE = yes LCD_ENABLE = yes BACKLIGHT_ENABLE = yes LCD_BACKLIGHT_ENABLE = yes -MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. +MIDI_ENABLE = no +RGBLIGHT_ENABLE = no LCD_DRIVER = st7565 -LCD_WIDTH = 128 +LCD_WIDTH = 128 LCD_HEIGHT = 32 LED_DRIVER = is31fl3731c -LED_WIDTH = 7 +LED_WIDTH = 7 LED_HEIGHT = 7 -LAYOUTS = ergodox ergodox_80 +LAYOUTS = ergodox ergodox_80 \ No newline at end of file