Skip to content

Commit

Permalink
fix boards broken by the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Apr 30, 2021
1 parent 6f13b3d commit 2082aa7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion keyboards/labyrinth75/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define BACKLIGHT_LEVELS 3
//#define BACKLIGHT_BREATHING

#define RGB_DI_PIN B0 //D5 could also be the other pin maybe
#define RGB_DI_PIN B0 // D5 could also be the other pin maybe
//#ifdef RGB_DI_PIN
#define RGBLED_NUM 6
//# define RGBLIGHT_HUE_STEP 8
Expand Down
4 changes: 2 additions & 2 deletions keyboards/leafcutterlabs/bigknob/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define ENCODER_RESOLUTION 4 //default/suggested

/* ws2812 RGB LED */
#define RGB_DI_PIN C7 //D3 - underglow C7 - backlight
#define RGB_DI_PIN C7 // D3 - underglow C7 - backlight
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 5 // Number of LEDs
#define RGBLED_NUM 5 // Number of LEDs
2 changes: 1 addition & 1 deletion keyboards/monstargear/xo87/rgb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define MATRIX_COLS 16

#define BACKLIGHT_PIN F5
#define MATRIX_ROW_PINS { E6,E7, E3, B0, B1 ,A2}//
#define MATRIX_ROW_PINS { E6,E7, E3, B0, B1 ,A2}
#define MATRIX_COL_PINS { C5,C3,C1,E1,D6,D2,B7,B3,F6,F7,F3,A5,A1,E2,C7,A6 }
#define UNUSED_PINS
#define DIODE_DIRECTION ROW2COL
Expand Down
2 changes: 1 addition & 1 deletion keyboards/sam/sg81m/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

#define DIODE_DIRECTION COL2ROW

#define RGB_DI_PIN E6 //reserved pin for potential underglow rgb
#define RGB_DI_PIN E6 // reserved pin for potential underglow rgb
#ifdef RGB_DI_PIN
#define RGBLED_NUM 10
#define RGBLIGHT_HUE_STEP 8
Expand Down

0 comments on commit 2082aa7

Please sign in to comment.