summaryrefslogtreecommitdiff
path: root/keyboards/sx60/readme.md
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2021-02-26 20:29:23 -0500
committerGitHub <noreply@github.com>2021-02-26 17:29:23 -0800
commit6a94e25f6d5d8747f2fd4e7acc04de8f0b48a4db (patch)
tree4a9fad79c396c8db5d9bb2640ea745aefd8e6377 /keyboards/sx60/readme.md
parentd4be96e9ddbbe9aba4ac74fa01c0662a71970ac5 (diff)
[Keyboard] Add VIA support to SX60 and update default keymap (#11908)
Diffstat (limited to 'keyboards/sx60/readme.md')
-rw-r--r--keyboards/sx60/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/sx60/readme.md b/keyboards/sx60/readme.md
index e65363c5af..141d6b1b5c 100644
--- a/keyboards/sx60/readme.md
+++ b/keyboards/sx60/readme.md
@@ -11,10 +11,10 @@ Hardware Availability: [geekhack.org/index.php?topic=93665.0](https://geekhack.o
Make example for this keyboard (after setting up your build environment):
- make SX60:default
+ make sx60:default
Or to make and flash:
- make SX60:default:dfu
+ make sx60:default:dfu
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.