mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-30 12:47:37 +06:00
ace372d90d
Co-authored-by: Nick Brassel <nick@tzarc.org>
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
|