mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-23 11:52:59 +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
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include_next <board.h>
|
||||
|
||||
|
@ -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"]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user