Skip to content

Commit 8aeeba6

Browse files
committed
add a link in README
1 parent 822baee commit 8aeeba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ debounce_time=14
118118

119119
Currently supported items are:
120120

121-
- **`exceptions`: array of `u16` keycodes**. Keys in the exceptions will not delayed. For example, I want to neglect modifier keys such as Ctrl, Alt, Shift and Meta.
121+
- **`exceptions`: array of `u16` [keycodes](https://github.com/torvalds/linux/blob/master/include/uapi/linux/input-event-codes.h#L76)**. Keys in the exceptions will not delayed. For example, I want to neglect modifier keys such as Ctrl, Alt, Shift and Meta.
122122
- **`debounce_time`: `u64` value in milliseconds**. Indicates how long should a release event delayed. For example, 14ms is ideal for my machine.

0 commit comments

Comments
 (0)