Skip to content

Commit

Permalink
Fixup horrortroll/handwired_k552 (#19447)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored Dec 31, 2022
1 parent 724aa3a commit 829c7e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions keyboards/horrortroll/handwired_k552/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion keyboards/horrortroll/handwired_k552/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 829c7e0

Please sign in to comment.