mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
11 lines
256 B
C
11 lines
256 B
C
// Copyright 2023 binepad (@binepad)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
// Default PIO0 cases flickering in this board. Setting to PIO1 resolves this issue.
|
|
#define WS2812_PIO_USE_PIO1
|
|
|
|
// Timing for SK6812
|
|
#define WS2812_T1H 650
|