summaryrefslogtreecommitdiffstats
path: root/quantum/template/avr/config.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-08-03 19:00:06 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-03 19:00:06 +0200
commitec26684491dc23cbc6ad186e0fe2003874febd36 (patch)
treec14482ddb211cf9dc3ac80e7064e456a0dc4728a /quantum/template/avr/config.h
parentac46378ac62c4365b5b67e306522df77027355ea (diff)
downloadqmk_firmware-ec26684491dc23cbc6ad186e0fe2003874febd36.tar.gz
qmk_firmware-ec26684491dc23cbc6ad186e0fe2003874febd36.tar.xz
Update templates used for new_project.sh (#3558)
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/>.
// #define BACKLIGHT_BREATHING
// #define BACKLIGHT_LEVELS 3
+// #define RGB_DI_PIN E2
+// #ifdef RGB_DI_PIN
+// #define RGBLIGHT_ANIMATIONS
+// #define RGBLED_NUM 16
+// #define RGBLIGHT_HUE_STEP 8
+// #define RGBLIGHT_SAT_STEP 8
+// #define RGBLIGHT_VAL_STEP 8
+// #endif
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCING_DELAY 5