Onekey cleanup (#13786)

This commit is contained in:
Ryan
2021-07-31 03:10:05 +10:00
committed by GitHub
parent cfca970718
commit d1db008745
51 changed files with 121 additions and 118 deletions

View File

@@ -50,4 +50,3 @@
#define CH_DBG_FILL_THREADS TRUE
#include_next <chconf.h>

View File

@@ -19,6 +19,8 @@
// TODO: including this causes "error: expected identifier before '(' token" errors
//#include "config_common.h"
#define PRODUCT Onekey Teensy 3.2
#define MATRIX_COL_PINS { D5 }
#define MATRIX_ROW_PINS { B2 }
#define UNUSED_PINS

View File

@@ -24,4 +24,3 @@
#define HAL_USE_I2C TRUE
#include_next <halconf.h>