Skip to content

Commit

Permalink
Ensure a correct keyboard protocol (and thus NKRO) on machines with d…
Browse files Browse the repository at this point in the history
…ual-boot
  • Loading branch information
FabienFellay committed May 1, 2024
1 parent 617916b commit 72f3f3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@
/* Make tap and hold keys work better for fast typists */
#define HOLD_ON_OTHER_KEY_PRESS
// Immediately decide on hold instead of tap (without waiting the tapping term) if another key is pressed

/* Ensure a correct keyboard protocol (and thus NKRO) on machines with dual-boot */
#define OS_DETECTION_KEYBOARD_RESET
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ ENCODER_MAP_ENABLE = yes
MOUSE_SHARED_EP = no
KEYBOARD_SHARED_EP = no

OS_DETECTION_ENABLE = yes

VPATH += keyboards/keychron/common
SRC += keychron_common.c

0 comments on commit 72f3f3a

Please sign in to comment.