aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/v60_type_r/config.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-11-03 22:42:21 +0000
committerDrashna Jaelre <drashna@live.com>2019-11-03 14:42:21 -0800
commita4d138645fdb5043cd76bc135eea48453cc50dff (patch)
tree151ef1cdb28119c9d09a8189cc0925a3ef4e26d6 /keyboards/v60_type_r/config.h
parent363cdb5fc00519a4eb45a4401b93451949c59d6a (diff)
downloadfirmware-a4d138645fdb5043cd76bc135eea48453cc50dff.tar.gz
firmware-a4d138645fdb5043cd76bc135eea48453cc50dff.tar.bz2
firmware-a4d138645fdb5043cd76bc135eea48453cc50dff.zip
[Keyboard] Fix v60_type_r compile failures (#7250)
Diffstat (limited to 'keyboards/v60_type_r/config.h')
-rw-r--r--keyboards/v60_type_r/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/v60_type_r/config.h b/keyboards/v60_type_r/config.h
index 51ca6def9..d1a788a85 100644
--- a/keyboards/v60_type_r/config.h
+++ b/keyboards/v60_type_r/config.h
@@ -53,14 +53,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BACKLIGHT_LEVELS 3
#define BACKLIGHT_ON_STATE 0
-#define RGBLIGHT_CUSTOM_DRIVER
-#define RGBLIGHT_ANIMATIONS
+//#define RGB_DI_PIN 0
#define RGBLED_NUM 1
+#define RGBLIGHT_ANIMATIONS
+#define RGB_STEP 16
+
#define RGB_RED_PIN PF6
#define RGB_GREEN_PIN PF5
#define RGB_BLUE_PIN PF4
-#define RGB_DI_PIN 0
-#define RGB_STEP 16
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5