diff options
| author | Danny <nooges@users.noreply.github.com> | 2020-08-12 11:37:34 -0400 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
| commit | ea43bc8972d254e75062ac20472b156fd3d92ddc (patch) | |
| tree | 10c8c3d3a7ef4f9649db8f944ca8ee1e4e3dd4f2 /keyboards/keebio/fourier | |
| parent | dba814876413c0e14b2aada3d1ea1d7c380f2760 (diff) | |
| download | qmk_firmware-ea43bc8972d254e75062ac20472b156fd3d92ddc.tar.gz qmk_firmware-ea43bc8972d254e75062ac20472b156fd3d92ddc.zip | |
Keebio RGB wiring update (#7754)
* Change RGB wiring for Levinson
* Update RGB wiring for Iris
* Update RGB wiring for Nyquist
* Update RGB wiring for Quefrency
* Update RGB wiring for Viterbi
* Update RGB wiring for Fourier
* Update RGB wiring for BFO
* Handle redefinition of RGBLED_SPLIT
Diffstat (limited to 'keyboards/keebio/fourier')
| -rw-r--r-- | keyboards/keebio/fourier/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/keebio/fourier/config.h b/keyboards/keebio/fourier/config.h index a0e85a3b1..b9db50aac 100644 --- a/keyboards/keebio/fourier/config.h +++ b/keyboards/keebio/fourier/config.h | |||
| @@ -65,6 +65,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | #define RGB_DI_PIN D3 | 65 | #define RGB_DI_PIN D3 |
| 66 | #define RGBLIGHT_ANIMATIONS | 66 | #define RGBLIGHT_ANIMATIONS |
| 67 | #define RGBLED_NUM 14 // Number of LEDs | 67 | #define RGBLED_NUM 14 // Number of LEDs |
| 68 | #define RGBLED_SPLIT { 7, 7 } | ||
| 68 | 69 | ||
| 69 | /* | 70 | /* |
| 70 | * Feature disable options | 71 | * Feature disable options |
