mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-21 07:02:01 +00:00
Update code
This commit is contained in:
parent
bbd75ec1c7
commit
04006c93bc
@ -13,6 +13,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include_next <board.h>
|
#include_next <board.h>
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
"keyboard_name": "Onekey STM32 Mini v2 STM32F103RC",
|
"keyboard_name": "Onekey STM32 Mini v2 STM32F103RC",
|
||||||
"processor": "STM32F103",
|
"processor": "STM32F103",
|
||||||
"bootloader": "stm32duino",
|
"bootloader": "stm32duino",
|
||||||
"board": "STM32_F103_STM32DUINO",
|
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["B0"],
|
"cols": ["B0"],
|
||||||
"rows": ["B1"]
|
"rows": ["B1"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Bootloader selection
|
# Bootloader selection
|
||||||
MCU_LDSCRIPT = STM32F103xC_stm32duino
|
MCU_LDSCRIPT = STM32F103xC
|
||||||
|
|
||||||
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
||||||
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
||||||
|
Loading…
Reference in New Issue
Block a user