diff options
Diffstat (limited to 'keyboards/mechlovin/hannah60rgb/rev1/config.h')
| -rw-r--r-- | keyboards/mechlovin/hannah60rgb/rev1/config.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/mechlovin/hannah60rgb/rev1/config.h b/keyboards/mechlovin/hannah60rgb/rev1/config.h new file mode 100644 index 000000000..20873e716 --- /dev/null +++ b/keyboards/mechlovin/hannah60rgb/rev1/config.h | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #define PRODUCT_ID 0x6001 | ||
| 4 | #define DEVICE_VER 0x0001 | ||
| 5 | #define PRODUCT Hannah60 RGB | ||
| 6 | |||
| 7 | #define RGB_DI_PIN A15 | ||
| 8 | #ifdef RGB_MATRIX_ENABLE | ||
| 9 | # define DRIVER_LED_TOTAL 72 | ||
| 10 | # define RGB_MATRIX_KEYPRESSES // reacts to keypresses | ||
| 11 | # define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (instead of keypresses) | ||
| 12 | # define RGB_MATRIX_FRAMEBUFFER_EFFECTS | ||
| 13 | # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects | ||
| 14 | # define RGB_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended | ||
| 15 | # define RGB_MATRIX_LED_FLUSH_LIMIT 16 // limits in milliseconds how frequently an animation will update the LEDs. 16 (16ms) is equivalent to limiting to 60fps (increases keyboard responsiveness) | ||
| 16 | # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 255 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255 | ||
| 17 | # define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_CYCLE_PINWHEEL // Sets the default mode, if none has been set | ||
| 18 | #endif \ No newline at end of file | ||
