From 8236f59fa3970a3744e0eff6f561ab48e27dd731 Mon Sep 17 00:00:00 2001 From: Markus Knutsson Date: Tue, 5 Dec 2023 09:30:07 +0100 Subject: [Keyboard] Add Chameleon keyboard (#22427) Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Duncan Sutherland --- keyboards/tweetydabird/chameleon/config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 keyboards/tweetydabird/chameleon/config.h (limited to 'keyboards/tweetydabird/chameleon/config.h') diff --git a/keyboards/tweetydabird/chameleon/config.h b/keyboards/tweetydabird/chameleon/config.h new file mode 100644 index 0000000000..ba31336014 --- /dev/null +++ b/keyboards/tweetydabird/chameleon/config.h @@ -0,0 +1,6 @@ +// 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 -- cgit v1.2.3