mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 20:32:58 +00:00
7 lines
152 B
C
7 lines
152 B
C
// Copyright 2023 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
// TODO: Remove reuse of pin
|
|
#define DIP_SWITCH_PINS { WS2812_DI_PIN }
|