From be53560b77b1144953cfb57202c463495da6c4e7 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Tue, 12 May 2020 13:22:07 -0400 Subject: Full NKRO support, fixes for keymap key selection. --- Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 89dc911..d92a1a4 100644 --- a/Kconfig +++ b/Kconfig @@ -4,4 +4,14 @@ config ZMK_KSCAN_EVENT_QUEUE_SIZE int "Size of the event queue for KSCAN events to buffer events" default 4 + +module = ZMK_KSCAN +module-str = zmk_kscan +source "subsys/logging/Kconfig.template.log_config" + +module = ZMK_USB_HID +module-str = zmk_usb_hid +source "subsys/logging/Kconfig.template.log_config" + + source "Kconfig.zephyr" -- cgit v1.2.3