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