15 lines
362 B
C
15 lines
362 B
C
|
#pragma once
|
||
|
|
||
|
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||
|
#define LOCKING_SUPPORT_ENABLE
|
||
|
/* Locking resynchronize hack */
|
||
|
#define LOCKING_RESYNC_ENABLE
|
||
|
|
||
|
/* ws2812 RGB LED */
|
||
|
#define RGB_DI_PIN D4
|
||
|
#define RGBLED_NUM 1 // Number of LEDs
|
||
|
|
||
|
#define RGBLIGHT_HUE_STEP 6
|
||
|
#define RGBLIGHT_SAT_STEP 4
|
||
|
#define RGBLIGHT_VAL_STEP 4
|