summaryrefslogtreecommitdiffstats
path: root/keyboards/s60-x/readme.md
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-20 02:22:16 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-08-20 02:56:48 +0200
commitda226e61261e0c11e678d2086c00b2a45726083e (patch)
tree3157d1db1b8f35782e25533e62a0b46bcb42fc99 /keyboards/s60-x/readme.md
parentb4c75569b0bc2f3ba9a7766ab64ff504fad3836e (diff)
downloadqmk_firmware-da226e61261e0c11e678d2086c00b2a45726083e.tar.gz
qmk_firmware-da226e61261e0c11e678d2086c00b2a45726083e.tar.xz
Update keyboard readme files with new makefile instructions
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).