~ruther/qmk_firmware

9e50faedae5c9c7e8a138050773b06d810505908 — Joel Challis 1 year, 5 months ago 73f9627
Remove incorrect use of WS2812_PIO_USE_PIO1 (#22771)

12 files changed, 0 insertions(+), 78 deletions(-)

M keyboards/abatskeyboardclub/nayeon/config.h
M keyboards/cannonkeys/bastion60/config.h
M keyboards/cannonkeys/bastion65/config.h
M keyboards/cannonkeys/bastion75/config.h
M keyboards/controllerworks/city42/config.h
M keyboards/jels/jels60/v2/config.h
D keyboards/kwstudio/scorpio/config.h
D keyboards/lxxt/config.h
M keyboards/saevus/cor_tkl/config.h
M keyboards/skeletonkbd/frost68/config.h
D keyboards/smoll/pw88/config.h
D keyboards/tweetydabird/chameleon/config.h
M keyboards/abatskeyboardclub/nayeon/config.h => keyboards/abatskeyboardclub/nayeon/config.h +0 -2
@@ 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

M keyboards/cannonkeys/bastion60/config.h => keyboards/cannonkeys/bastion60/config.h +0 -2
@@ 10,5 10,3 @@

#define BACKLIGHT_PWM_DRIVER PWMD3
#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_A

#define WS2812_PIO_USE_PIO1

M keyboards/cannonkeys/bastion65/config.h => keyboards/cannonkeys/bastion65/config.h +0 -2
@@ 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

M keyboards/cannonkeys/bastion75/config.h => keyboards/cannonkeys/bastion75/config.h +0 -2
@@ 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

M keyboards/controllerworks/city42/config.h => keyboards/controllerworks/city42/config.h +0 -1
@@ 17,7 17,6 @@

#pragma once

#define WS2812_PIO_USE_PIO1
#define RGB_MATRIX_LED_COUNT 42

#define SPI_SCK_PIN GP18

M keyboards/jels/jels60/v2/config.h => keyboards/jels/jels60/v2/config.h +0 -1
@@ 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 */

D keyboards/kwstudio/scorpio/config.h => keyboards/kwstudio/scorpio/config.h +0 -20
@@ 1,20 0,0 @@
/* Copyright 2023 kwstudio
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

#define WS2812_PIO_USE_PIO1


D keyboards/lxxt/config.h => keyboards/lxxt/config.h +0 -19
@@ 1,19 0,0 @@
/* Copyright 2023 DeskDaily
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#pragma once

#define WS2812_PIO_USE_PIO1
\ No newline at end of file

M keyboards/saevus/cor_tkl/config.h => keyboards/saevus/cor_tkl/config.h +0 -1
@@ 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

M keyboards/skeletonkbd/frost68/config.h => keyboards/skeletonkbd/frost68/config.h +0 -1
@@ 3,7 3,6 @@

#pragma once

#define WS2812_PIO_USE_PIO1
#define RGB_MATRIX_LED_COUNT 68

#define RGB_MATRIX_SLEEP

D keyboards/smoll/pw88/config.h => keyboards/smoll/pw88/config.h +0 -21
@@ 1,21 0,0 @@
/*
Copyright 2023 Matthijs Muller

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/


#pragma once

#define WS2812_PIO_USE_PIO1 // Force the usage of PIO1 peripheral, by default the WS2812 implementation uses the PIO0 peripheral

D keyboards/tweetydabird/chameleon/config.h => keyboards/tweetydabird/chameleon/config.h +0 -6
@@ 1,6 0,0 @@
// Copyright 2023 Markus Knutsson (@TweetyDaBird)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#define WS2812_PIO_USE_PIO1 // Force the usage of PIO1 peripheral, by default the WS2812 implementation uses the PIO0 peripheral

Do not follow this link