Fixed arrow up and rgb config
This commit is contained in:
parent
684c381aee
commit
58139f87e4
4 changed files with 11 additions and 12 deletions
9
keyboards/tada68/keymaps/rgb/config.h
Executable file
9
keyboards/tada68/keymaps/rgb/config.h
Executable file
|
@ -0,0 +1,9 @@
|
|||
#include "../../config.h"
|
||||
|
||||
/* WS2812B RGB Underglow LED */
|
||||
#define RGB_DI_PIN F5 // See readme.md for wiring your led's
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
#define RGBLED_NUM 16 // Number of LEDs. Change this to match your use case.
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
Loading…
Add table
Add a link
Reference in a new issue