diff options
author | drashna <drashna@live.com> | 2017-11-10 19:58:53 -0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-10 22:58:53 -0500 |
commit | 0533362e8205957493d52d4356aa20537a151118 (patch) | |
tree | 106e6feb82d31192ce349f68b4763c5a3d71dcaa /keyboards/handwired/woodpad/keymaps/drashna/config.h | |
parent | 4df4fa7c265e1e5c9b262851a704db7755971229 (diff) |
Cleaned uppersonal userspace and keymaps (#1998)
* Cleanup of keymaps
* Remove Tap Dance from Orthodox keymap
* Cleaned up userspace and keymaps
* Added sample (template)userspace files to my folder
Diffstat (limited to 'keyboards/handwired/woodpad/keymaps/drashna/config.h')
-rw-r--r-- | keyboards/handwired/woodpad/keymaps/drashna/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/handwired/woodpad/keymaps/drashna/config.h b/keyboards/handwired/woodpad/keymaps/drashna/config.h index be1e4df598..780192cf3c 100644 --- a/keyboards/handwired/woodpad/keymaps/drashna/config.h +++ b/keyboards/handwired/woodpad/keymaps/drashna/config.h @@ -28,13 +28,13 @@ #ifdef RGBLIGHT_ENABLE #define RGB_DI_PIN D3 -#define RGBLED_NUM 7 // Number of LEDs +#define RGBLED_NUM 14 // Number of LEDs #define RGBLIGHT_ANIMATIONS #define RGBLIGHT_HUE_STEP 12 #define RGBLIGHT_SAT_STEP 12 #define RGBLIGHT_VAL_STEP 12 -#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2 -#define RGBLIGHT_EFFECT_SNAKE_LENGTH 2 +#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 4 +#define RGBLIGHT_EFFECT_SNAKE_LENGTH 3 #define RGBLIGHT_EFFECT_BREATHE_CENTER 1 #endif // RGBLIGHT_ENABLE |