diff options
Diffstat (limited to 'keyboards/wheatfield/blocked65/keymaps/walker/config.h')
-rw-r--r-- | keyboards/wheatfield/blocked65/keymaps/walker/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/wheatfield/blocked65/keymaps/walker/config.h b/keyboards/wheatfield/blocked65/keymaps/walker/config.h new file mode 100644 index 000000000..e7c26d1d0 --- /dev/null +++ b/keyboards/wheatfield/blocked65/keymaps/walker/config.h @@ -0,0 +1,9 @@ +#pragma once + +#define RGB_DI_PIN E2 +#define RGBLIGHT_ANIMATIONS +#undef RGBLED_NUM +#define RGBLED_NUM 72 +#define RGBLIGHT_HUE_STEP 8 +#define RGBLIGHT_SAT_STEP 8 +#define RGBLIGHT_VAL_STEP 8 |