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 | |
| 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
| -rw-r--r-- | keyboards/keebio/bfo9000/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/fourier/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rev2/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/levinson/rev1/config.h | 2 | ||||
| -rw-r--r-- | keyboards/keebio/levinson/rev2/config.h | 2 | ||||
| -rw-r--r-- | keyboards/keebio/nyquist/rev1/config.h | 4 | ||||
| -rw-r--r-- | keyboards/keebio/nyquist/rev2/config.h | 4 | ||||
| -rw-r--r-- | keyboards/keebio/quefrency/keymaps/drashna_ms/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/quefrency/rev1/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/viterbi/rev1/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/viterbi/rev2/config.h | 1 |
11 files changed, 13 insertions, 6 deletions
diff --git a/keyboards/keebio/bfo9000/config.h b/keyboards/keebio/bfo9000/config.h index 0b279bc34..671575536 100644 --- a/keyboards/keebio/bfo9000/config.h +++ b/keyboards/keebio/bfo9000/config.h | |||
| @@ -53,6 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | /* ws2812 RGB LED */ | 53 | /* ws2812 RGB LED */ |
| 54 | #define RGB_DI_PIN B4 | 54 | #define RGB_DI_PIN B4 |
| 55 | #define RGBLED_NUM 20 // Number of LEDs | 55 | #define RGBLED_NUM 20 // Number of LEDs |
| 56 | #define RGBLED_SPLIT { 10, 10 } | ||
| 56 | 57 | ||
| 57 | /* | 58 | /* |
| 58 | * Feature disable options | 59 | * Feature disable options |
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 |
diff --git a/keyboards/keebio/iris/rev2/config.h b/keyboards/keebio/iris/rev2/config.h index 4ead367d3..c3da1321c 100644 --- a/keyboards/keebio/iris/rev2/config.h +++ b/keyboards/keebio/iris/rev2/config.h | |||
| @@ -60,4 +60,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | /* ws2812 RGB LED */ | 60 | /* ws2812 RGB LED */ |
| 61 | #define RGB_DI_PIN D3 | 61 | #define RGB_DI_PIN D3 |
| 62 | #define RGBLED_NUM 12 // Number of LEDs | 62 | #define RGBLED_NUM 12 // Number of LEDs |
| 63 | #define RGBLED_SPLIT { 6, 6 } | ||
| 63 | #define RGBLIGHT_ANIMATIONS | 64 | #define RGBLIGHT_ANIMATIONS |
diff --git a/keyboards/keebio/levinson/rev1/config.h b/keyboards/keebio/levinson/rev1/config.h index 5b23f18c1..a8854b135 100644 --- a/keyboards/keebio/levinson/rev1/config.h +++ b/keyboards/keebio/levinson/rev1/config.h | |||
| @@ -51,8 +51,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 51 | 51 | ||
| 52 | /* ws2812 RGB LED */ | 52 | /* ws2812 RGB LED */ |
| 53 | #define RGB_DI_PIN D3 | 53 | #define RGB_DI_PIN D3 |
| 54 | |||
| 55 | #define RGBLED_NUM 12 // Number of LEDs | 54 | #define RGBLED_NUM 12 // Number of LEDs |
| 55 | #define RGBLED_SPLIT { 6, 6 } | ||
| 56 | 56 | ||
| 57 | /* Backlight LEDs */ | 57 | /* Backlight LEDs */ |
| 58 | #define BACKLIGHT_PIN C6 | 58 | #define BACKLIGHT_PIN C6 |
diff --git a/keyboards/keebio/levinson/rev2/config.h b/keyboards/keebio/levinson/rev2/config.h index e8e7294dd..5b1ae6fe1 100644 --- a/keyboards/keebio/levinson/rev2/config.h +++ b/keyboards/keebio/levinson/rev2/config.h | |||
| @@ -51,8 +51,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 51 | 51 | ||
| 52 | /* ws2812 RGB LED */ | 52 | /* ws2812 RGB LED */ |
| 53 | #define RGB_DI_PIN D3 | 53 | #define RGB_DI_PIN D3 |
| 54 | |||
| 55 | #define RGBLED_NUM 12 // Number of LEDs | 54 | #define RGBLED_NUM 12 // Number of LEDs |
| 55 | #define RGBLED_SPLIT { 6, 6 } | ||
| 56 | 56 | ||
| 57 | /* Backlight LEDs */ | 57 | /* Backlight LEDs */ |
| 58 | #define BACKLIGHT_PIN B5 | 58 | #define BACKLIGHT_PIN B5 |
diff --git a/keyboards/keebio/nyquist/rev1/config.h b/keyboards/keebio/nyquist/rev1/config.h index 75fa43b58..0822f91ad 100644 --- a/keyboards/keebio/nyquist/rev1/config.h +++ b/keyboards/keebio/nyquist/rev1/config.h | |||
| @@ -56,8 +56,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 56 | 56 | ||
| 57 | /* ws2812 RGB LED */ | 57 | /* ws2812 RGB LED */ |
| 58 | #define RGB_DI_PIN D3 | 58 | #define RGB_DI_PIN D3 |
| 59 | 59 | #define RGBLED_NUM 12 | |
| 60 | #define RGBLED_NUM 16 // Number of LEDs | 60 | #define RGBLED_SPLIT { 6, 6 } |
| 61 | 61 | ||
| 62 | /* | 62 | /* |
| 63 | * Feature disable options | 63 | * Feature disable options |
diff --git a/keyboards/keebio/nyquist/rev2/config.h b/keyboards/keebio/nyquist/rev2/config.h index 9775113c6..2810bde7a 100644 --- a/keyboards/keebio/nyquist/rev2/config.h +++ b/keyboards/keebio/nyquist/rev2/config.h | |||
| @@ -53,8 +53,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | 53 | ||
| 54 | /* ws2812 RGB LED */ | 54 | /* ws2812 RGB LED */ |
| 55 | #define RGB_DI_PIN D3 | 55 | #define RGB_DI_PIN D3 |
| 56 | 56 | #define RGBLED_NUM 12 | |
| 57 | #define RGBLED_NUM 16 // Number of LEDs | 57 | #define RGBLED_SPLIT { 6, 6 } |
| 58 | 58 | ||
| 59 | /* Backlight LEDs */ | 59 | /* Backlight LEDs */ |
| 60 | #define BACKLIGHT_PIN B6 | 60 | #define BACKLIGHT_PIN B6 |
diff --git a/keyboards/keebio/quefrency/keymaps/drashna_ms/config.h b/keyboards/keebio/quefrency/keymaps/drashna_ms/config.h index ec2a2ea16..089c8cf79 100644 --- a/keyboards/keebio/quefrency/keymaps/drashna_ms/config.h +++ b/keyboards/keebio/quefrency/keymaps/drashna_ms/config.h | |||
| @@ -29,6 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 29 | #define RGBLIGHT_SPLIT | 29 | #define RGBLIGHT_SPLIT |
| 30 | #undef RGBLED_NUM | 30 | #undef RGBLED_NUM |
| 31 | #define RGBLED_NUM 17 | 31 | #define RGBLED_NUM 17 |
| 32 | #undef RGBLED_SPLIT | ||
| 32 | #define RGBLED_SPLIT { 9, 8 } | 33 | #define RGBLED_SPLIT { 9, 8 } |
| 33 | #define RGBLIGHT_SLEEP | 34 | #define RGBLIGHT_SLEEP |
| 34 | #endif | 35 | #endif |
diff --git a/keyboards/keebio/quefrency/rev1/config.h b/keyboards/keebio/quefrency/rev1/config.h index e9379ab2f..b67507187 100644 --- a/keyboards/keebio/quefrency/rev1/config.h +++ b/keyboards/keebio/quefrency/rev1/config.h | |||
| @@ -55,6 +55,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 55 | #define RGB_DI_PIN D3 | 55 | #define RGB_DI_PIN D3 |
| 56 | #define RGBLIGHT_ANIMATIONS | 56 | #define RGBLIGHT_ANIMATIONS |
| 57 | #define RGBLED_NUM 16 // Number of LEDs | 57 | #define RGBLED_NUM 16 // Number of LEDs |
| 58 | #define RGBLED_SPLIT { 8, 8 } | ||
| 58 | 59 | ||
| 59 | // Set 65% column (option 1) and Macro (option 2) on by default | 60 | // Set 65% column (option 1) and Macro (option 2) on by default |
| 60 | #define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x60 | 61 | #define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x60 |
diff --git a/keyboards/keebio/viterbi/rev1/config.h b/keyboards/keebio/viterbi/rev1/config.h index 12a61448d..131bf8fbc 100644 --- a/keyboards/keebio/viterbi/rev1/config.h +++ b/keyboards/keebio/viterbi/rev1/config.h | |||
| @@ -51,3 +51,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 51 | /* ws2812 RGB LED */ | 51 | /* ws2812 RGB LED */ |
| 52 | #define RGB_DI_PIN D3 | 52 | #define RGB_DI_PIN D3 |
| 53 | #define RGBLED_NUM 14 | 53 | #define RGBLED_NUM 14 |
| 54 | #define RGBLED_SPLIT { 7, 7 } | ||
diff --git a/keyboards/keebio/viterbi/rev2/config.h b/keyboards/keebio/viterbi/rev2/config.h index 0b78604d8..83de01f32 100644 --- a/keyboards/keebio/viterbi/rev2/config.h +++ b/keyboards/keebio/viterbi/rev2/config.h | |||
| @@ -50,6 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 50 | /* ws2812 RGB LED */ | 50 | /* ws2812 RGB LED */ |
| 51 | #define RGB_DI_PIN D3 | 51 | #define RGB_DI_PIN D3 |
| 52 | #define RGBLED_NUM 14 | 52 | #define RGBLED_NUM 14 |
| 53 | #define RGBLED_SPLIT { 7, 7 } | ||
| 53 | 54 | ||
| 54 | /* Backlight LEDs */ | 55 | /* Backlight LEDs */ |
| 55 | #define BACKLIGHT_PIN B6 | 56 | #define BACKLIGHT_PIN B6 |
