Browse Source

Fixup horrortroll/handwired_k552 (#19447)

pull/19452/head
jack 1 year ago
committed by GitHub
parent
commit
829c7e0931
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions
  1. +0
    -4
      keyboards/horrortroll/handwired_k552/config.h
  2. +1
    -1
      keyboards/horrortroll/handwired_k552/rules.mk

+ 0
- 4
keyboards/horrortroll/handwired_k552/config.h View File

@ -32,10 +32,6 @@
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5
/* Bootmagic reset */
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 0
/* Forcing to use NKRO instead 6KRO */
#define FORCE_NKRO


+ 1
- 1
keyboards/horrortroll/handwired_k552/rules.mk View File

@ -7,7 +7,7 @@ MCU = STM32F103
# Cannot use `BOOTLOADER = stm32duino` due to the need to override
# `MCU_LDSCRIPT`, therefore all parameters need to be specified here manually.
OPT_DEFS += -DBOOTLOADER_STM32DUINO
MCU_LDSCRIPT = STM32F103xC_stm32duino_bootloader
MCU_LDSCRIPT = k552_f103
BOARD = STM32_F103_STM32DUINO
BOOTLOADER_TYPE = stm32duino
DFU_ARGS = -d 1EAF:0003 -a 2 -R


Loading…
Cancel
Save