aboutsummaryrefslogtreecommitdiff
path: root/keyboards/phantom/readme.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-11-02 20:23:54 +1100
committerGitHub <noreply@github.com>2020-11-02 20:23:54 +1100
commit8e71d3d053949593d02a3c1852fd1993d2e3f573 (patch)
treea17bc585db080b0845ef67d8986165cf09cd027e /keyboards/phantom/readme.md
parente69da2db2c59a8017f0c9dee9933dd508d22b356 (diff)
downloadqmk_firmware-8e71d3d053949593d02a3c1852fd1993d2e3f573.tar.gz
qmk_firmware-8e71d3d053949593d02a3c1852fd1993d2e3f573.zip
Phantom refactor (#10805)
Diffstat (limited to 'keyboards/phantom/readme.md')
-rw-r--r--keyboards/phantom/readme.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/keyboards/phantom/readme.md b/keyboards/phantom/readme.md
index b25630958..857525d98 100644
--- a/keyboards/phantom/readme.md
+++ b/keyboards/phantom/readme.md
@@ -1,16 +1,19 @@
1Phantom 1# Phantom
2=======
3 2
4A community-developed keyboard PCB designed to fit inside the case of a Filco Majestouch. 3A community-developed keyboard PCB designed to fit inside the case of a Filco Majestouch.
5 4
6See the [Deskthority wiki](https://deskthority.net/wiki/Phantom) for more information. 5See the [Deskthority wiki](https://deskthority.net/wiki/Phantom) for more information.
7 6
8Keyboard Maintainer: QMK Community 7* Keyboard Maintainer: QMK Community
9Hardware Supported: Phantom PCB 8* Hardware Supported: Phantom PCB
10Hardware Availability: https://mechanicalkeyboards.com/shop/index.php?l=product_detail&p=536 9* Hardware Availability: https://mechanicalkeyboards.com/shop/index.php?l=product_detail&p=536
11 10
12Make example for this keyboard (after setting up your build environment): 11Make example for this keyboard (after setting up your build environment):
13 12
14 make phantom:default 13 make phantom:default
15 14
16See [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. 15Flashing example for this keyboard:
16
17 make phantom:default:flash
18
19See 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).