-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
트랙패드 이동시 자동으로 마우스 레이어로 동작 마우스레이어와 기본레이어에서 R키홀드시 수직 스크롤 마우스레이어와 기본레이어에서 E키홀드시 수평 스크롤 마우스 레이어는 800ms 동안 활성화 되며 더 즉시 비활성화 하고자 하는경우 d+f키 콤보를 누르면 됨
- Loading branch information
1 parent
00fb440
commit eaa3998
Showing
4 changed files
with
59 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ CONFIG_I2C=y | |
CONFIG_INPUT=y | ||
CONFIG_ZMK_MOUSE=y | ||
CONFIG_INPUT_PINNACLE=y | ||
|
||
# CONFIG_ZMK_USB_LOGGING=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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
/ { | ||
chosen { | ||
zmk,kscan = &mock_kscan; | ||
//zephyr,console = &cdc_acm_uart; | ||
}; | ||
|
||
mock_kscan: kscan_1 { | ||
|
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