summaryrefslogtreecommitdiffstats
path: root/keyboards/miuni32
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-10-22 19:26:19 +0200
committerJack Humbert <jack.humb@gmail.com>2018-10-22 20:55:57 +0200
commit7e99d869deb57251dc15620beff34d5fd53066e4 (patch)
treeed27b00c76ffc6ac799fa56c2c3e89672094ba0e /keyboards/miuni32
parent00b6f14821f44ead75504e28d7fed26791cb2875 (diff)
downloadqmk_firmware-7e99d869deb57251dc15620beff34d5fd53066e4.tar.gz
qmk_firmware-7e99d869deb57251dc15620beff34d5fd53066e4.tar.xz
Remove all of the deprecated RGB defines
Fixes #3641
Diffstat (limited to 'keyboards/miuni32')
-rw-r--r--keyboards/miuni32/config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/miuni32/config.h b/keyboards/miuni32/config.h
index 9f26b2291..a56a818f5 100644
--- a/keyboards/miuni32/config.h
+++ b/keyboards/miuni32/config.h
@@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6060
#define DEVICE_VER 0x0001
-#define MANUFACTURER Bigtuna.io
+#define MANUFACTURER Bigtuna.io
#define PRODUCT Miuni32
#define DESCRIPTION A custom keyboard for writers
@@ -48,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL
-
+
// #define BACKLIGHT_PIN B7
// #define BACKLIGHT_BREATHING
// #define BACKLIGHT_LEVELS 3
@@ -159,9 +159,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
-#define RGBLIGHT_TIMER
+
#define RGB_DI_PIN D0 // The pin your RGB strip is wired to
-#define RGBLIGHT_TIMER // Require for fancier stuff (not compatible with audio)
#define RGBLED_NUM 7 // Number of LEDs
#define RGBLIGHT_ANIMATIONS
#define RGBLIGHT_HUE_STEP 10