Update code

This commit is contained in:
HorrorTroll 2023-04-29 20:45:16 +07:00
parent bbd75ec1c7
commit 04006c93bc
3 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,7 @@
* 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
#include_next <board.h>

View File

@ -2,7 +2,6 @@
"keyboard_name": "Onekey STM32 Mini v2 STM32F103RC",
"processor": "STM32F103",
"bootloader": "stm32duino",
"board": "STM32_F103_STM32DUINO",
"matrix_pins": {
"cols": ["B0"],
"rows": ["B1"]

View File

@ -1,5 +1,5 @@
# Bootloader selection
MCU_LDSCRIPT = STM32F103xC_stm32duino
MCU_LDSCRIPT = STM32F103xC
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE