diff options
author | Rossman360 <53881724+Rossman360@users.noreply.github.com> | 2020-07-16 16:20:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 06:20:02 +1000 |
commit | 2773082d9d1dd3f28ae2b4e43543bd235ec6f81c (patch) | |
tree | 96667c33247c95587871db7429e0e7fbbb53e626 /keyboards | |
parent | 19b70b2737517b08beebe28ad5b2d084c9f59bf3 (diff) |
add default Rebound lighting settings (#9740)
* cleaning up
* deleting to undelete
* add rebound lighting settings
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/montsinger/rebound/rev4/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/montsinger/rebound/rev4/config.h b/keyboards/montsinger/rebound/rev4/config.h index c4fc053ea9..9932cd2d67 100644 --- a/keyboards/montsinger/rebound/rev4/config.h +++ b/keyboards/montsinger/rebound/rev4/config.h @@ -60,6 +60,10 @@ diode) /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE +/* ws2812 RGB LED */ +#define RGB_DI_PIN B6 +#define RGBLED_NUM 17 + /* Bootmagic Lite key configuration */ // #define BOOTMAGIC_LITE_ROW 0 // #define BOOTMAGIC_LITE_COLUMN 0 |