mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-03 05:28:04 +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 }
|