Added K10 Pro SE

This commit is contained in:
lokher
2024-11-18 18:54:24 +08:00
parent 41dbe22d35
commit 870da5083e
21 changed files with 1322 additions and 36 deletions
@@ -0,0 +1,23 @@
/* Copyright 2024 @ Keychron (https://www.keychron.com)
*
* 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
#define BT_HOST_LED_PIN_LIST \
{ B8, B9, B7 }
#define P24G_HOST_LED_PIN_LIST \
{ A8 }
#define HOST_LED_PIN_ON_STATE 1