]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Fix readme make examples for some Kingly Keys boards (#7308)
authorfauxpark <fauxpark@gmail.com>
Sat, 9 Nov 2019 04:17:36 +0000 (15:17 +1100)
committerJames Young <18669334+noroadsleft@users.noreply.github.com>
Sat, 9 Nov 2019 04:17:36 +0000 (20:17 -0800)
keyboards/kingly_keys/romac/readme.md
keyboards/kingly_keys/romac_plus/readme.md
keyboards/kingly_keys/ropro/readme.md

index 98ed21502af758d36208863943c7f2277303d266..bc01d14f2256266f7206960969cd1709b544ee86 100644 (file)
@@ -11,6 +11,6 @@ A “Plaid” Inspired 12-Key (3x4) Macropad.
 
 Make example for this keyboard (after setting up your build environment):
 
-    make romac:default
+    make kingly_keys/romac:default
 
 See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
index 4411701ca9284c188d03c70d50ffa0339eccbd92..aede33b142b03da0495fe4122190e04c4fe14563 100644 (file)
@@ -11,6 +11,6 @@ An Upgraded “Plaid” Inspired 12-Key (3x4) Macropad With Fancy Features.
 
 Make example for this keyboard (after setting up your build environment):
 
-    make romac_plus:default
+    make kingly_keys/romac_plus:default
 
 See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
index 0a90c87f8a5f640b68e182e64ac3e3d2f1771b29..21b05679eb05cee08b833336233721e0d654f527 100644 (file)
@@ -11,6 +11,6 @@ Hardware Availability: [Kingly-Keys.xyz](https://kingly-keys.xyz/) - (Through GB
 
 Make example for this keyboard (after setting up your build environment):
 
-    make ropro:default
+    make kingly_keys/ropro:default
 
 See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.  Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs)