generated from zmkfirmware/unified-zmk-config-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
config ZMK_RAW_HID | ||
config RAW_HID | ||
bool "Enable Raw HID" | ||
default n | ||
|
||
config ZMK_RAW_HID_USAGE_PAGE | ||
if RAW_HID | ||
|
||
config RAW_HID_USAGE_PAGE | ||
hex "Raw HID Usage Page" | ||
default 0xFF60 | ||
|
||
config ZMK_RAW_HID_USAGE | ||
config RAW_HID_USAGE | ||
hex "Raw HID Usage" | ||
default 0x61 | ||
|
||
config ZMK_RAW_HID_DEVICE | ||
config RAW_HID_DEVICE | ||
string "Raw HID Device" | ||
default HID_1 | ||
|
||
module = ZMK_RAW_HID | ||
module-str = ZMK_RAW_HID | ||
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config" | ||
endif # RAW_HID | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# enable Raw HID module | ||
CONFIG_ZMK_RAW_HID=y | ||
CONFIG_RAW_HID=y | ||
|
||
# enable USB HID device | ||
CONFIG_USB_DEVICE_HID=y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters