Skip to content

Commit

Permalink
onekey: disable NKRO and mousekeys by default (#19038)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Nov 12, 2022
1 parent 1caedd1 commit 8cecf7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions keyboards/handwired/onekey/bluepill_f103c6/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
# LTO is required to fit the firmware into the available 24K of flash
LTO_ENABLE = yes

# Disable some features which still don't fit into flash even with LTO
MOUSEKEY_ENABLE = no
NKRO_ENABLE = no

# EEPROM emulation not supported yet (need to implement a proper firmware size
# check first, otherwise the chance of the EEPROM backing store overwriting
# some part of the firmware code is really high).
Expand Down
4 changes: 2 additions & 2 deletions keyboards/handwired/onekey/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"diode_direction": "COL2ROW",
"features": {
"bootmagic": false,
"mousekey": true,
"mousekey": false,
"extrakey": true,
"console": true,
"command": false,
"nkro": true,
"nkro": false,
"backlight": false,
"rgblight": false,
"audio": false
Expand Down

0 comments on commit 8cecf7f

Please sign in to comment.