diff options
Diffstat (limited to 'keyboards/rgbkb/sol/rev1/config.h')
| -rw-r--r-- | keyboards/rgbkb/sol/rev1/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/rgbkb/sol/rev1/config.h b/keyboards/rgbkb/sol/rev1/config.h index 51c4bbb65..3cfc3eef9 100644 --- a/keyboards/rgbkb/sol/rev1/config.h +++ b/keyboards/rgbkb/sol/rev1/config.h | |||
| @@ -26,6 +26,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 26 | #define PRODUCT Sol | 26 | #define PRODUCT Sol |
| 27 | #define DESCRIPTION "An RGB, split, ortho-esque keyboard" | 27 | #define DESCRIPTION "An RGB, split, ortho-esque keyboard" |
| 28 | 28 | ||
| 29 | /* ws2812 RGB LED */ | ||
| 30 | #define RGB_DI_PIN B3 | ||
| 31 | |||
| 29 | #ifdef LED_MIRRORED | 32 | #ifdef LED_MIRRORED |
| 30 | #define RGBLED_NUM 35 | 33 | #define RGBLED_NUM 35 |
| 31 | #else | 34 | #else |
| @@ -34,3 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | #define DRIVER_LED_TOTAL RGBLED_NUM | 37 | #define DRIVER_LED_TOTAL RGBLED_NUM |
| 35 | 38 | ||
| 36 | #define RGB_MATRIX_CENTER { 112, 35 } | 39 | #define RGB_MATRIX_CENTER { 112, 35 } |
| 40 | |||
| 41 | // Encoder support | ||
| 42 | #define ENCODERS_PAD_A { D2 } | ||
| 43 | #define ENCODERS_PAD_B { D6 } | ||
