summaryrefslogtreecommitdiff
path: root/keyboards/tweetydabird
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-12-28 17:07:40 +0000
committerGitHub <noreply@github.com>2023-12-28 17:07:40 +0000
commit9e50faedae5c9c7e8a138050773b06d810505908 (patch)
tree161e20703b7dbbcd87a415eb7e4d2f3c7f1b1e6e /keyboards/tweetydabird
parent73f962766ef2bab5f179be995638f8859e4ecc01 (diff)
Remove incorrect use of WS2812_PIO_USE_PIO1 (#22771)
Diffstat (limited to 'keyboards/tweetydabird')
-rw-r--r--keyboards/tweetydabird/chameleon/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/tweetydabird/chameleon/config.h b/keyboards/tweetydabird/chameleon/config.h
deleted file mode 100644
index ba31336014..0000000000
--- a/keyboards/tweetydabird/chameleon/config.h
+++ /dev/null
@@ -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