From fa1a59e7f843f07b333b573384584e360d1d3c75 Mon Sep 17 00:00:00 2001 From: Kyle McCreery Date: Sun, 10 Oct 2021 16:30:00 -0400 Subject: Changing RGB default to on so it plays well with VIA's QMK lighting section and adding the B9 init workaround to obe.c so the I2C EEPROM will initialize correctly since we are using B9 for caps lock indicator. (#14677) --- keyboards/mechwild/obe/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/mechwild/obe/config.h') diff --git a/keyboards/mechwild/obe/config.h b/keyboards/mechwild/obe/config.h index 9cbc012637..03ff968787 100644 --- a/keyboards/mechwild/obe/config.h +++ b/keyboards/mechwild/obe/config.h @@ -62,7 +62,7 @@ along with this program. If not, see . #define LED_CAPS_LOCK_PIN B9 /* RGB settings, uncomment this define to enable RGB */ -//#define RGB_DI_PIN A0 +#define RGB_DI_PIN A0 #ifdef RGB_DI_PIN # define RGBLED_NUM 10 # define RGBLIGHT_HUE_STEP 8 -- cgit v1.2.3