You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/feature_bluetooth.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ This requires [some hardware changes](https://www.reddit.com/r/MechanicalKeyboar
10
10
11
11
This is used when multiple keyboard outputs can be selected. Currently this only allows for switching between USB and Bluetooth on keyboards that support both.
Copy file name to clipboardexpand all lines: docs/feature_grave_esc.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
Grave Escape is a feature that allows you to share the grave key (<code>`</code> and `~`) on the same key as Escape. When `KC_GESC` is used it will act as `KC_ESC`, unless Shift or GUI is pressed, in which case it will act as `KC_GRAVE`.
4
4
5
5
6
-
|Key | Alias |Description |
7
-
|-----|-------|-------------|
8
-
|`GRAVE_ESC`|`KC_GESC`| Act as `KC_ESC` normally, or `KC_GRAVE`when GUI or Shift are held. |
|`KC_GESC`|`GRAVE_ESC`|Escape when pressed, <code>`</code> when Shift or GUI are held|
9
9
10
10
There are several possible key combinations this will break, among them Ctrl+Shift+Esc on Windows and Cmd+Opt+Esc on macOS. You can use these options in your `config.h` to work around this:
|`KC_MS_ACCEL0`|`KC_ACL0`|Set mouse acceleration to 0|
40
+
|`KC_MS_ACCEL1`|`KC_ACL1`|Set mouse acceleration to 1|
41
+
|`KC_MS_ACCEL2`|`KC_ACL2`|Set mouse acceleration to 2|
42
42
43
43
You can see an example in the `_ML` here: https://github.com/qmk/qmk_firmware/blob/master/keyboards/clueboard/keymaps/mouse_keys/keymap.c#L46
0 commit comments