Add the EQUATOR keyboard (#23237)

This commit is contained in:
Ramon Imbao 2024-03-21 13:03:42 +08:00 committed by GitHub
parent a1b16b8227
commit 18ae0f61ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 280 additions and 0 deletions

View file

@ -0,0 +1,11 @@
// Copyright 2024 Ramon Imbao (@ramonimbao)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
/* RGB */
#define WS2812_SPI_DRIVER SPID2
#define WS2812_SPI_MOSI_PAL_MODE 0
#define WS2812_SPI_SCK_PIN B13
#define WS2812_SPI_SCK_PAL_MODE 0
#define WS2812_EXTERNAL_PULLUP