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/getting-started.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Get started with M60 Keyboard
2
2
3
-
M60 is a compact keyboard. It has a keymap composed of multiple layers, which is [similar to TMK Keyboard](https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/doc/keymap.md). By default, No.0 layer is used:
3
+
M60 is a compact keyboard. It has a keymap composed of multiple layers, [similar to TMK Keyboard](https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/doc/keymap.md). By default, layer number 0 is used, which includes a normal key map:
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.
9
+
As the 60% keyboard lacks a lot of keys such as F1~F12 and arrow keys, <kbd>Fn</kbd> is used to activate a second layer, layer number 1.
10
10
11
11
By default, holding <kbd>Fn</kbd> down activates the following functions:
12
12
@@ -20,17 +20,9 @@ Except for <kbd>Fn</kbd>, any normal key can be used as a Tap-key. A Tap-key is
20
20
21
21
All of the default Tap-keys, including <kbd>D</kbd>, <kbd>B</kbd>, and <kbd>;</kbd> can be [re-configured](configuration.md).
22
22
23
-
### Using <kbd>B</kbd> to configure Bluetooth and USB
24
-
25
-
<kbd>B</kbd> is the default Tap-key to configure Bluetooth and USB. Tapping <kbd>B</kbd> (i.e., pressing & releasing it quickly) outputs `b`. Holding <kbd>B</kbd> down activates another the Bluetooth keyboard layer. When the Bluetooth layer is active, the following functions are available:
26
-
27
-
- <kbd>B</kbd> + <kbd>Esc</kbd> toggles Bluetooth
28
-
- <kbd>B</kbd> + <kbd>0</kbd> ~ <kbd>9</kbd> changes Bluetooth ID to switch between multiple computers and phones
29
-
- <kbd>B</kbd> + <kbd>U</kbd> toggles USB
30
-
31
23
### Using <kbd>D</kbd> for Navigation
32
24
33
-
<kbd>D</kbd> is the default Tap-key to activate the navigation functions.
25
+
<kbd>D</kbd> is the default Tap-key to activate the navigation functions. Holding it activates layer number 2, which includes navigation keys:
@@ -41,6 +33,14 @@ All of the default Tap-keys, including <kbd>D</kbd>, <kbd>B</kbd>, and <kbd>;</k
41
33
- <kbd>D</kbd> + <kbd>U</kbd> → <kbd>PgUp</kbd>
42
34
- <kbd>D</kbd> + <kbd>N</kbd> → <kbd>PgDn</kbd>
43
35
36
+
### Using <kbd>B</kbd> to Configure Bluetooth and USB
37
+
38
+
<kbd>B</kbd> is the default Tap-key to configure Bluetooth and USB. Tapping <kbd>B</kbd> (i.e., pressing & releasing it quickly) outputs `b`. Holding <kbd>B</kbd> down activates another the Bluetooth keyboard layer, layer number 3. When the Bluetooth layer is active, the following functions are available:
39
+
40
+
- <kbd>B</kbd> + <kbd>Esc</kbd> toggles Bluetooth
41
+
- <kbd>B</kbd> + <kbd>0</kbd> ~ <kbd>9</kbd> changes Bluetooth ID to switch between multiple computers and phones
42
+
- <kbd>B</kbd> + <kbd>U</kbd> toggles USB
43
+
44
44
### Using <kbd>;</kbd> as <kbd>Ctrl</kbd>
45
45
46
46
<kbd>;</kbd> is a different type of Tap-key. Tapping <kbd>;</kbd> outputs `;`. However, holding <kbd>;</kbd> down outputs `Ctrl` instead of activating a layer.
@@ -56,9 +56,9 @@ All of the default Tap-keys, including <kbd>D</kbd>, <kbd>B</kbd>, and <kbd>;</k
56
56
57
57
Simultaneously pressing two keys (i.e., pressing them in an interval of less than 10ms) activates an alternate function.
58
58
59
-
Two sets of pair-keys are configured by default, to illustrate how to set up these keys. These include <kbd>J</kbd> <kbd>K</kbd> and <kbd>U</kbd> <kbd>I</kbd>. As shipped, simultaneously pressing <kbd>J</kbd> and <kbd>K</kbd> or <kbd>U</kbd> and <kbd>I</kbd> in a text editor will output a pre-defined string (_e.g._, "You just triggered pair keys #0").
59
+
Two sets of pair-keys are configured by default, to illustrate how to setup these keys. These include <kbd>J</kbd> <kbd>K</kbd> and <kbd>U</kbd> <kbd>I</kbd>. As shipped, simultaneously pressing <kbd>J</kbd> and <kbd>K</kbd> or <kbd>U</kbd> and <kbd>I</kbd> in a text editor will output a pre-defined string (_e.g._, "You just triggered pair keys #0").
60
60
61
-
## Setup Bluetooth
61
+
## How to Setup Bluetooth
62
62
63
63
First, press <kbd>B</kbd> + <kbd>1</kbd> to start Bluetooth advertising. You will then see the blue LED under <kbd>1</kbd> enter in "breathing" mode and flash slowly:
64
64
@@ -78,8 +78,8 @@ Choose `Bluetooth` in the `Add a device` dialog, then you will see the device `P
78
78
79
79
In order to connect the keyboard to a second computer, just use <kbd>B</kbd> + <kbd>2</kbd> to start connecting. From <kbd>0</kbd> to <kbd>9</kbd>, the keyboard can connect to 10 bluetooth devices.
80
80
81
-
## Go further
81
+
## Go Further
82
82
83
83
We hope M60 keyboard incites ideas to make a keyboard more productive, all without having to install any third-party software or drivers on your computer.
84
84
85
-
If you have your own thoughts on how to best configure the keyboard, just follow [the configuring guide](configuration.md) to find what works best for you.
85
+
If you have your own thoughts on how to best configure the keyboard, just follow [the configuration guide](configuration.md) to find what works best for you.
0 commit comments