diff options
Diffstat (limited to 'keyboards/shandoncodes/riot_pad/config.h')
-rw-r--r-- | keyboards/shandoncodes/riot_pad/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/shandoncodes/riot_pad/config.h b/keyboards/shandoncodes/riot_pad/config.h new file mode 100644 index 0000000000..4c5de878dc --- /dev/null +++ b/keyboards/shandoncodes/riot_pad/config.h @@ -0,0 +1,8 @@ +// Copyright 2023 ShandonCodes (@ShandonCodes) +// SPDX-License-Identifier: GPL-2.0-or-later +#pragma once + +#define WS2812_SPI_DRIVER SPID1 +#define WS2812_SPI_MOSI_PAL_MODE 0 +#define WS2812_SPI_SCK_PAL_MODE 0 +#define WS2812_SPI_SCK_PIN A5 |