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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ _The default firmware for the Keyboardio Model 01_
4
4
5
5
<h3>This is a quick start guide for folks who are familiar with Arduino and prefer to use the command line. For everyone else:
6
6
7
-
*[Check out the wiki](https://github.com/keyboardio/Kaleidoscope/wiki/Keyboardio-Model-01-Introduction) for a more in depth introduction to how the Model 01 keyboard and the Kaleidoscope firmware work.
8
-
7
+
*[Check out the wiki](https://github.com/keyboardio/Kaleidoscope/wiki/Keyboardio-Model-01-Introduction) for a more in depth introduction to how the Model 01 keyboard and the Kaleidoscope firmware work.
8
+
9
9
* If you have questions, [The community forums are happy to help!](https://community.keyboard.io/)</h3>
10
10
11
11
# Download and install
@@ -30,17 +30,17 @@ If you install Arduino into some place that's /not/ `/usr/local/arduino`, you'll
30
30
### MacOS
31
31
```sh
32
32
mkdir -p $HOME/Documents/Arduino
33
-
cd$HOME/Documents/Arduino
33
+
cd$HOME/Documents/Arduino
34
34
```
35
35
36
36
### Linux
37
37
38
38
```sh
39
39
mkdir -p $HOME/Arduino
40
-
cd$HOME/Arduino
40
+
cd$HOME/Arduino
41
41
```
42
42
43
-
## Download hardware platform, including library source code
43
+
## Download hardware platform, including library source code
44
44
45
45
```sh
46
46
mkdir -p hardware
@@ -81,7 +81,7 @@ Hold down the "Prog" key in the top left corner of your keyboard, until the comp
81
81
82
82
# Start to customize the firmware
83
83
84
-
You can customize your keyboard's key layout and LED effects by modifying the `Model01-Firmware.ino` file in the same directory as this README. Model01-Firmware.ino is a computer program written in 'Arduino C'. You can find documentation about Arduino C at https://arduino.cc.
84
+
You can customize your keyboard's behaviour by modifying the `Model01-Firmware.ino` file in the same directory as this README. Model01-Firmware.ino is a computer program written in 'Arduino C'. You can find documentation about Arduino C at https://arduino.cc. The keyboard layout is defined in the include file `keymaps.h`, which consists mainly of C preprocessor macros.
0 commit comments