Skip to content

Commit

Permalink
Keebio RGB wiring update (#7754)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nooges authored and noroadsleft committed Aug 27, 2020
1 parent 14b12d0 commit f2b5274
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions keyboards/keebio/bfo9000/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* ws2812 RGB LED */
#define RGB_DI_PIN B4
#define RGBLED_NUM 20 // Number of LEDs
#define RGBLED_SPLIT { 10, 10 }

/*
* Feature disable options
Expand Down
1 change: 1 addition & 0 deletions keyboards/keebio/fourier/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN D3
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 14 // Number of LEDs
#define RGBLED_SPLIT { 7, 7 }

/*
* Feature disable options
Expand Down
1 change: 1 addition & 0 deletions keyboards/keebio/iris/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* ws2812 RGB LED */
#define RGB_DI_PIN D3
#define RGBLED_NUM 12 // Number of LEDs
#define RGBLED_SPLIT { 6, 6 }
#define RGBLIGHT_ANIMATIONS
2 changes: 1 addition & 1 deletion keyboards/keebio/levinson/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* ws2812 RGB LED */
#define RGB_DI_PIN D3

#define RGBLED_NUM 12 // Number of LEDs
#define RGBLED_SPLIT { 6, 6 }

/* Backlight LEDs */
#define BACKLIGHT_PIN C6
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keebio/levinson/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* ws2812 RGB LED */
#define RGB_DI_PIN D3

#define RGBLED_NUM 12 // Number of LEDs
#define RGBLED_SPLIT { 6, 6 }

/* Backlight LEDs */
#define BACKLIGHT_PIN B5
Expand Down
4 changes: 2 additions & 2 deletions keyboards/keebio/nyquist/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* ws2812 RGB LED */
#define RGB_DI_PIN D3

#define RGBLED_NUM 16 // Number of LEDs
#define RGBLED_NUM 12
#define RGBLED_SPLIT { 6, 6 }

/*
* Feature disable options
Expand Down
4 changes: 2 additions & 2 deletions keyboards/keebio/nyquist/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* ws2812 RGB LED */
#define RGB_DI_PIN D3

#define RGBLED_NUM 16 // Number of LEDs
#define RGBLED_NUM 12
#define RGBLED_SPLIT { 6, 6 }

/* Backlight LEDs */
#define BACKLIGHT_PIN B6
Expand Down
1 change: 1 addition & 0 deletions keyboards/keebio/quefrency/keymaps/drashna_ms/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions keyboards/keebio/quefrency/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions keyboards/keebio/viterbi/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* ws2812 RGB LED */
#define RGB_DI_PIN D3
#define RGBLED_NUM 14
#define RGBLED_SPLIT { 7, 7 }
1 change: 1 addition & 0 deletions keyboards/keebio/viterbi/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* ws2812 RGB LED */
#define RGB_DI_PIN D3
#define RGBLED_NUM 14
#define RGBLED_SPLIT { 7, 7 }

/* Backlight LEDs */
#define BACKLIGHT_PIN B6
Expand Down

0 comments on commit f2b5274

Please sign in to comment.