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)
This commit is contained in:
parent
06124f9885
commit
fa1a59e7f8
3 changed files with 8 additions and 2 deletions
|
@ -62,7 +62,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue