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
As the 60% keyboard lacks a lot of keys such as F1~F12 and arrow keys, <kbd>Fn</kbd> is used to activate a new layer.
8
10
When holding <kbd>Fn</kbd> down, the following keys are activated.
9
11
@@ -15,7 +17,7 @@ When holding <kbd>Fn</kbd> down, the following keys are activated.
15
17
16
18
Except <kbd>Fn</kbd>, a normal key can be used as a Tap-key, which is holding a key down to activate an alternate function.
17
19
18
-
## Using <kbd>B</kbd> to configure Bluetooth and USB
20
+
###Using <kbd>B</kbd> to configure Bluetooth and USB
19
21
20
22
<kbd>B</kbd> is used as a Tap-key to configure Bluetooth and USB. Taping <kbd>B</kbd> outputs `b` (press & release quickly). Holding <kbd>B</kbd> down activates another new layer. With the layer, the following functions are available:
21
23
@@ -36,7 +38,7 @@ Except <kbd>Fn</kbd>, a normal key can be used as a Tap-key, which is holding a
36
38
+ <kbd>D</kbd> + <kbd>U</kbd> → <kbd>PgUp</kbd>
37
39
+ <kbd>D</kbd> + <kbd>N</kbd> → <kbd>PgDn</kbd>
38
40
39
-
## Using <kbd>;</kbd> as <kbd>Ctrl</kbd>
41
+
###Using <kbd>;</kbd> as <kbd>Ctrl</kbd>
40
42
41
43
<kbd>;</kbd> is another type of Tap-key. Taping <kbd>;</kbd> outputs `;`. However, holding <kbd>;</kbd> down outputs `Ctrl` instead of activating a layer.
42
44
@@ -48,7 +50,7 @@ Except <kbd>Fn</kbd>, a normal key can be used as a Tap-key, which is holding a
Simultaneously pressing two keys (interval less than 10ms) activates an alternate function.
54
56
By default, <kbd>J</kbd> <kbd>K</kbd> are used as a pair-keys. When simultaneously pressing <kbd>J</kbd> and <kbd>K</kbd> in a text editor, it will output a pre-defined string.
Copy file name to clipboardExpand all lines: docs/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# M60 Mechanical Keyboard
2
2
3
+
**En** | [中文][1]
4
+
3
5
M60 is a hot-swappable 60% Keyboard with USB, BLE 5.0 and RGB backlight. It is highly configurable and extensible.
4
6
It can run Python code saved in its USB storage, which makes it super powerful. It has very low power consumption and only needs about 160uA current when connected to a computer via Bluetooth. It is one of the lowest latency USB keyboards.
5
7
@@ -34,3 +36,5 @@ It can run Python code saved in its USB storage, which makes it super powerful.
0 commit comments