diff options
Diffstat (limited to 'keyboards/c39')
| -rw-r--r-- | keyboards/c39/keymaps/drashna/config.h | 2 | ||||
| -rw-r--r-- | keyboards/c39/keymaps/drashna/rules.mk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/c39/keymaps/drashna/config.h b/keyboards/c39/keymaps/drashna/config.h index 5d53fe54b..789b7cc14 100644 --- a/keyboards/c39/keymaps/drashna/config.h +++ b/keyboards/c39/keymaps/drashna/config.h | |||
| @@ -10,3 +10,5 @@ | |||
| 10 | 10 | ||
| 11 | #define RGB_DI_PIN B10 | 11 | #define RGB_DI_PIN B10 |
| 12 | #define RGBLED_NUM 15 | 12 | #define RGBLED_NUM 15 |
| 13 | |||
| 14 | #define SOLENOID_PIN B11 | ||
diff --git a/keyboards/c39/keymaps/drashna/rules.mk b/keyboards/c39/keymaps/drashna/rules.mk index d216f6abe..6ebd15a18 100644 --- a/keyboards/c39/keymaps/drashna/rules.mk +++ b/keyboards/c39/keymaps/drashna/rules.mk | |||
| @@ -18,3 +18,5 @@ AUDIO_ENABLE = yes # Audio output on port C6 | |||
| 18 | RGBLIGHT_ENABLE = yes # RGB Enable / Disable | 18 | RGBLIGHT_ENABLE = yes # RGB Enable / Disable |
| 19 | 19 | ||
| 20 | RGBLIGHT_STARTUP_ANIMATION = yes | 20 | RGBLIGHT_STARTUP_ANIMATION = yes |
| 21 | |||
| 22 | HAPTIC_ENABLE = SOLENOID | ||
