Onekey cleanup (#13786)
This commit is contained in:
@@ -36,4 +36,3 @@
|
||||
#define CH_CFG_FACTORY_PIPES TRUE
|
||||
|
||||
#include_next <chconf.h>
|
||||
|
||||
|
@@ -18,13 +18,15 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define PRODUCT Onekey Blackpill STM32F411
|
||||
|
||||
#define MATRIX_COL_PINS { B0 }
|
||||
#define MATRIX_ROW_PINS { A7 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
#define BACKLIGHT_PIN A0
|
||||
#define BACKLIGHT_PWM_DRIVER PWMD5
|
||||
#define BACKLIGHT_PWM_CHANNEL 1
|
||||
#define BACKLIGHT_PIN A0
|
||||
#define BACKLIGHT_PWM_DRIVER PWMD5
|
||||
#define BACKLIGHT_PWM_CHANNEL 1
|
||||
|
||||
#define RGB_DI_PIN A1
|
||||
|
||||
|
@@ -26,4 +26,3 @@
|
||||
#define HAL_USE_PWM TRUE
|
||||
|
||||
#include_next <halconf.h>
|
||||
|
||||
|
@@ -13,6 +13,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next "mcuconf.h"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# f411 blackpill onekey
|
||||
# F411 Blackpill onekey
|
||||
|
||||
Supported Hardware: *STM32F411CEU6 WeAct v1.3*.
|
||||
* Supported Hardware: STM32F411CEU6 WeAct v1.3
|
||||
|
||||
To trigger keypress, short together pins *B0* and *A7*.
|
||||
|
@@ -4,7 +4,4 @@ MCU = STM32F411
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
|
Reference in New Issue
Block a user