Skip to content

Commit

Permalink
Remove incorrect use of WS2812_PIO_USE_PIO1 (qmk#22771)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Dec 28, 2023
1 parent 73f9627 commit 9e50fae
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 78 deletions.
2 changes: 0 additions & 2 deletions keyboards/abatskeyboardclub/nayeon/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once


/* RGB Matrix setup */
#define RGB_MATRIX_LED_COUNT 2
#define WS2812_PIO_USE_PIO1 // Force the usage of PIO1 peripheral, by default the WS2812 implementation uses the PIO0 peripheral
2 changes: 0 additions & 2 deletions keyboards/cannonkeys/bastion60/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@

#define BACKLIGHT_PWM_DRIVER PWMD3
#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_A

#define WS2812_PIO_USE_PIO1
2 changes: 0 additions & 2 deletions keyboards/cannonkeys/bastion65/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define BACKLIGHT_PWM_DRIVER PWMD3
#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_A

#define WS2812_PIO_USE_PIO1
2 changes: 0 additions & 2 deletions keyboards/cannonkeys/bastion75/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define BACKLIGHT_PWM_DRIVER PWMD3
#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_A

#define WS2812_PIO_USE_PIO1
1 change: 0 additions & 1 deletion keyboards/controllerworks/city42/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#pragma once

#define WS2812_PIO_USE_PIO1
#define RGB_MATRIX_LED_COUNT 42

#define SPI_SCK_PIN GP18
Expand Down
1 change: 0 additions & 1 deletion keyboards/jels/jels60/v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#pragma once

#define WS2812_PIO_USE_PIO1
#define RGBLIGHT_DEFAULT_VAL 0

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
Expand Down
20 changes: 0 additions & 20 deletions keyboards/kwstudio/scorpio/config.h

This file was deleted.

19 changes: 0 additions & 19 deletions keyboards/lxxt/config.h

This file was deleted.

1 change: 0 additions & 1 deletion keyboards/saevus/cor_tkl/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* RGB Matrix setup */
#define RGB_MATRIX_LED_COUNT 2
#define WS2812_PIO_USE_PIO1 // Force the usage of PIO1 peripheral, by default the WS2812 implementation uses the PIO0 peripheral
1 change: 0 additions & 1 deletion keyboards/skeletonkbd/frost68/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#pragma once

#define WS2812_PIO_USE_PIO1
#define RGB_MATRIX_LED_COUNT 68

#define RGB_MATRIX_SLEEP
Expand Down
21 changes: 0 additions & 21 deletions keyboards/smoll/pw88/config.h

This file was deleted.

6 changes: 0 additions & 6 deletions keyboards/tweetydabird/chameleon/config.h

This file was deleted.

0 comments on commit 9e50fae

Please sign in to comment.