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/quefrency | |
parent | dba814876413c0e14b2aada3d1ea1d7c380f2760 (diff) |
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/quefrency')
-rw-r--r-- | keyboards/keebio/quefrency/keymaps/drashna_ms/config.h | 1 | ||||
-rw-r--r-- | keyboards/keebio/quefrency/rev1/config.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/keebio/quefrency/keymaps/drashna_ms/config.h b/keyboards/keebio/quefrency/keymaps/drashna_ms/config.h index ec2a2ea164..089c8cf79e 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/>. #define RGBLIGHT_SPLIT #undef RGBLED_NUM #define RGBLED_NUM 17 + #undef RGBLED_SPLIT #define RGBLED_SPLIT { 9, 8 } #define RGBLIGHT_SLEEP #endif diff --git a/keyboards/keebio/quefrency/rev1/config.h b/keyboards/keebio/quefrency/rev1/config.h index e9379ab2ff..b675071874 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/>. #define RGB_DI_PIN D3 #define RGBLIGHT_ANIMATIONS #define RGBLED_NUM 16 // Number of LEDs +#define RGBLED_SPLIT { 8, 8 } // Set 65% column (option 1) and Macro (option 2) on by default #define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x60 |