aboutsummaryrefslogtreecommitdiff
path: root/quantum/template/avr/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/template/avr/config.h')
-rw-r--r--quantum/template/avr/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h
index 6715b22cb..caa72af0c 100644
--- a/quantum/template/avr/config.h
+++ b/quantum/template/avr/config.h
@@ -52,6 +52,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
52// #define BACKLIGHT_BREATHING 52// #define BACKLIGHT_BREATHING
53// #define BACKLIGHT_LEVELS 3 53// #define BACKLIGHT_LEVELS 3
54 54
55// #define RGB_DI_PIN E2
56// #ifdef RGB_DI_PIN
57// #define RGBLIGHT_ANIMATIONS
58// #define RGBLED_NUM 16
59// #define RGBLIGHT_HUE_STEP 8
60// #define RGBLIGHT_SAT_STEP 8
61// #define RGBLIGHT_VAL_STEP 8
62// #endif
55 63
56/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 64/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
57#define DEBOUNCING_DELAY 5 65#define DEBOUNCING_DELAY 5