[Keyboard] Add xdboards/recon keyboard (#24135)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Daniel Weeks 2024-10-24 02:04:51 -07:00 committed by GitHub
parent 453ec007c1
commit 3b874ee434
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 577 additions and 0 deletions

View file

@ -0,0 +1,24 @@
/* Copyright 2024 XD Boards <copyright@xdboards.xyz>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#ifdef USE_SEA_PICRO_RGB_PIN
// Dedicated 5V RGB signal pin on sea-picro
# define WS2812_DI_PIN 25U
#else
# define WS2812_DI_PIN B3
#endif