diff options
author | Joel Challis <git@zvecr.com> | 2023-12-28 17:07:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 17:07:40 +0000 |
commit | 9e50faedae5c9c7e8a138050773b06d810505908 (patch) | |
tree | 161e20703b7dbbcd87a415eb7e4d2f3c7f1b1e6e /keyboards/cannonkeys/bastion75/config.h | |
parent | 73f962766ef2bab5f179be995638f8859e4ecc01 (diff) |
Remove incorrect use of WS2812_PIO_USE_PIO1 (#22771)
Diffstat (limited to 'keyboards/cannonkeys/bastion75/config.h')
-rw-r--r-- | keyboards/cannonkeys/bastion75/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/cannonkeys/bastion75/config.h b/keyboards/cannonkeys/bastion75/config.h index 0b93d1434b..640aa33134 100644 --- a/keyboards/cannonkeys/bastion75/config.h +++ b/keyboards/cannonkeys/bastion75/config.h @@ -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 |