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/tweetydabird | |
parent | 73f962766ef2bab5f179be995638f8859e4ecc01 (diff) |
Remove incorrect use of WS2812_PIO_USE_PIO1 (#22771)
Diffstat (limited to 'keyboards/tweetydabird')
-rw-r--r-- | keyboards/tweetydabird/chameleon/config.h | 6 |
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 |