diff options
Diffstat (limited to 'keyboards/xd96/config.h')
-rw-r--r-- | keyboards/xd96/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/xd96/config.h b/keyboards/xd96/config.h index 799b835df0..cf6fec1b96 100644 --- a/keyboards/xd96/config.h +++ b/keyboards/xd96/config.h @@ -47,6 +47,10 @@ /* COL2ROW, ROW2COL */ //#define DIODE_DIRECTION COL2ROW +#define LED_NUM_LOCK_PIN C6 +#define LED_CAPS_LOCK_PIN B6 +#define LED_PIN_ON_STATE 0 + #define BACKLIGHT_PIN B5 #define BACKLIGHT_LEVELS 10 // #define BACKLIGHT_BREATHING |