]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ergodox/drashna_glow/config.h
a10c4bb297c71d9a7125f96c31f844817e533dc3
[qmk_firmware.git] / layouts / community / ergodox / drashna_glow / config.h
1 #pragma once
2
3 #include "../drashna/config.h"
4
5 #undef PRODUCT
6 #define PRODUCT         DrashnaDox - Hacked ErgoDox EZ Glow
7
8 #undef DEBOUNCE
9 #define DEBOUNCE 5
10
11 #ifdef RGB_MATRIX_ENABLE
12 // #define RGB_MATRIX_KEYPRESSES // reacts to keypresses (will slow down matrix scan by a lot)
13 // #define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (not recommened)
14 // #define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects
15 #define RGB_DISABLE_WHEN_USB_SUSPENDED  true// turn off effects when suspended
16 // #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
17 // #define EECONFIG_RGB_MATRIX (uint32_t *)16
18 #endif
19
20 #undef DEBOUNCE
21 #define DEBOUNCE 1