diff options
Diffstat (limited to 'layouts/community/ortho_4x12/drashna/config.h')
| -rw-r--r-- | layouts/community/ortho_4x12/drashna/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/drashna/config.h b/layouts/community/ortho_4x12/drashna/config.h index 0bb6a4f50..cbd5bb460 100644 --- a/layouts/community/ortho_4x12/drashna/config.h +++ b/layouts/community/ortho_4x12/drashna/config.h | |||
| @@ -14,6 +14,15 @@ | |||
| 14 | #define RGBLIGHT_EFFECT_BREATHE_CENTER 1 | 14 | #define RGBLIGHT_EFFECT_BREATHE_CENTER 1 |
| 15 | #endif // RGBLIGHT_ENABLE | 15 | #endif // RGBLIGHT_ENABLE |
| 16 | 16 | ||
| 17 | #ifdef RGB_MATRIX_ENABLE | ||
| 18 | #define RGB_MATRIX_KEYPRESSES // reacts to keypresses (will slow down matrix scan by a lot) | ||
| 19 | // #define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (not recommened) | ||
| 20 | // #define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects | ||
| 21 | #define RGB_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended | ||
| 22 | // #define RGB_MATRIX_SKIP_FRAMES 1 // number of frames to skip when displaying animations (0 is full effect) if not defined defaults to 1 | ||
| 23 | // #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255 | ||
| 24 | // #define EECONFIG_RGB_MATRIX (uint32_t *)16 | ||
| 25 | #endif | ||
| 17 | 26 | ||
| 18 | #if defined(KEYBOARD_lets_split_rev2) | 27 | #if defined(KEYBOARD_lets_split_rev2) |
| 19 | #define USE_SERIAL | 28 | #define USE_SERIAL |
