qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.02k stars 38.73k forks source link

[Bug] Keyboard unresponsive in UEFI #13073

Open aacebedo opened 3 years ago

aacebedo commented 3 years ago

Describe the Bug

During boot in the rEFInd menu or in the UEFI of my machine, the keyboard inputs are not recognized. I tried to change some of the options mentionned in the wiki (https://beta.docs.qmk.fm/faqs/faq_misc#problem-in-bios-uefi-setup-resume-sleep-and-wake-power-cycles) but it did not changed anything.

My rules.mk is:

# MCU name
MCU = STM32F303
BOARD = QMK_PROTON_C

# Build Options
#   change yes to no to disable
#
BOOTMAGIC_ENABLE = lite     # Virtual DIP switch configuration
MOUSEKEY_ENABLE = no       # Mouse keys
EXTRAKEY_ENABLE = yes       # Audio control and System control
CONSOLE_ENABLE = no        # Console for debug
COMMAND_ENABLE = no        # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE = no           # USB Nkey Rollover
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
BLUETOOTH_ENABLE = no       # Enable Bluetooth
AUDIO_ENABLE = yes          # Audio output
CUSTOM_MATRIX = yes
DEBOUNCE_TYPE = custom
SWAP_HANDS_ENABLE = yes
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = IS31FL3731
#SERIAL_LINK_ENABLE = yes
EEPROM_DRIVER = i2c
NO_USB_STARTUP_CHECK = yes
#project specific files
SRC += matrix.c
QUANTUM_LIB_SRC += i2c_master.c

System Information

SgoSkz commented 2 years ago

Anyone who has the second issue, please try turning off the console feature or add #define NO_DEBUG and #define NO_PRINT in config.h and report back if it helped.

Mentioned here

Try going into config.h of your keyboard configuration and putting #define NO_DEBUG and #define NO_PRINT