From 141a52982e9d6d5bc290b831713b6d4f400fbf83 Mon Sep 17 00:00:00 2001 From: sparkyman215 <4030760+sparkyman215@users.noreply.github.com> Date: Thu, 1 Mar 2018 14:13:28 -0500 Subject: update ymdk96 files --- keyboards/ymd96/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'keyboards/ymd96/config.h') diff --git a/keyboards/ymd96/config.h b/keyboards/ymd96/config.h index e0a2aa138..8a0668ac9 100644 --- a/keyboards/ymd96/config.h +++ b/keyboards/ymd96/config.h @@ -31,10 +31,13 @@ along with this program. If not, see . #define MATRIX_COLS 15 #define DIODE_DIRECTION ROW2COL -#define RGBLED_NUM 20 +#define RGB_DI_PIN C4 +#define RGBLED_NUM 18 #define RGBLIGHT_ANIMATIONS +#define RGBLIGHT_VAL_STEP 20 #define NO_UART 1 +#define BOOTLOADHID_BOOTLOADER 1 /* key combination for command */ #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) -- cgit v1.2.3