chore: disable Console to free a USB endpoint for raw HID
This commit is contained in:
parent
1b4d8cb698
commit
6826f9cb40
1 changed files with 2 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ SRC = keyboard.c
|
||||||
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
||||||
MOUSEKEY_ENABLE = no # Mouse keys
|
MOUSEKEY_ENABLE = no # Mouse keys
|
||||||
EXTRAKEY_ENABLE = no # Audio control and System control
|
EXTRAKEY_ENABLE = no # Audio control and System control
|
||||||
CONSOLE_ENABLE = yes # Console for debug
|
CONSOLE_ENABLE = no # Console for debug
|
||||||
COMMAND_ENABLE = yes # Commands for debug and configuration
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
||||||
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
|
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
|
||||||
NKRO_ENABLE = yes # USB Nkey Rollover
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
||||||
|
|
@ -18,6 +18,5 @@ COMBO_ENABLE = yes # Enable Key Combos
|
||||||
STENO_ENABLE = yes # Stenography keys
|
STENO_ENABLE = yes # Stenography keys
|
||||||
STENO_PROTOCOL = geminipr # Can be geminipr or txbolt
|
STENO_PROTOCOL = geminipr # Can be geminipr or txbolt
|
||||||
MOUSEKEY_ENABLE = no # Mouse keys
|
MOUSEKEY_ENABLE = no # Mouse keys
|
||||||
|
RAW_ENABLE = yes # RAW HID
|
||||||
RAW_ENABLE = yes
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue