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) | |
| download | qmk_firmware-2773082d9d1dd3f28ae2b4e43543bd235ec6f81c.tar.gz qmk_firmware-2773082d9d1dd3f28ae2b4e43543bd235ec6f81c.zip | |
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 c4fc053ea..9932cd2d6 100644 --- a/keyboards/montsinger/rebound/rev4/config.h +++ b/keyboards/montsinger/rebound/rev4/config.h | |||
| @@ -60,6 +60,10 @@ diode) | |||
| 60 | /* Locking resynchronize hack */ | 60 | /* Locking resynchronize hack */ |
| 61 | #define LOCKING_RESYNC_ENABLE | 61 | #define LOCKING_RESYNC_ENABLE |
| 62 | 62 | ||
| 63 | /* ws2812 RGB LED */ | ||
| 64 | #define RGB_DI_PIN B6 | ||
| 65 | #define RGBLED_NUM 17 | ||
| 66 | |||
| 63 | /* Bootmagic Lite key configuration */ | 67 | /* Bootmagic Lite key configuration */ |
| 64 | // #define BOOTMAGIC_LITE_ROW 0 | 68 | // #define BOOTMAGIC_LITE_ROW 0 |
| 65 | // #define BOOTMAGIC_LITE_COLUMN 0 | 69 | // #define BOOTMAGIC_LITE_COLUMN 0 |
