summaryrefslogtreecommitdiff
path: root/keyboards/s60-x/readme.md
diff options
context:
space:
mode:
authorFred Sundvik2016-08-27 21:01:46 +0300
committerFred Sundvik2016-08-27 21:01:46 +0300
commitcff26bc48413ec62d4f4a37e3a6ba34721e7670c (patch)
tree84c78137841ad83036de7e36579bc7973b024f7a /keyboards/s60-x/readme.md
parenta5b1af4999345239df5086351b52a5b4d2daa97e (diff)
parent36b6a96596e6cbca879d5304a586e279c15b04a9 (diff)
Merge branch 'master' into fix_line_endings
Diffstat (limited to 'keyboards/s60-x/readme.md')
-rw-r--r--keyboards/s60-x/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/s60-x/readme.md b/keyboards/s60-x/readme.md
index 099d58699..94ce82922 100644
--- a/keyboards/s60-x/readme.md
+++ b/keyboards/s60-x/readme.md
@@ -42,9 +42,9 @@ The recommended programs for flashing your keyboard are [Atmel FLIP](http://www.
## Building the firmware
-To build firmware binary hex file with a certain keymap just run `make` with the `keymap` option like:
+To build the firmware binary hex file with a keymap just do `make` with a keymap like this:
- $ make keymap=[custom|poker|poker_set|poker_bit|plain|hasu|spacefn|hhkb|<name>]
+ $ make [custom|poker|poker_set|poker_bit|plain|hasu|spacefn|hhkb|<name>]
For a more detailed explanation of the build process and the environment setup, see the ["Getting Started" section](/readme.md#getting-started).