diff options
author | QMK Bot <hello@qmk.fm> | 2023-12-05 08:30:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-12-05 08:30:41 +0000 |
commit | 92cf493d7f12bb2410706891c02c31432a414432 (patch) | |
tree | 7b8b695bb3a452da639483217719da4fe582dd95 /keyboards/tweetydabird/chameleon/config.h | |
parent | 7317680904ac8510258a67db97bc420ebfa4aa6c (diff) | |
parent | 229633395b8b76732ee8c1502059d8cdf406ea92 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tweetydabird/chameleon/config.h')
-rw-r--r-- | keyboards/tweetydabird/chameleon/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |