summaryrefslogtreecommitdiffstats
path: root/keyboards/gskt00/readme.md
diff options
context:
space:
mode:
authornachie <me@nachie.com>2018-09-18 01:00:40 +0200
committerDrashna Jaelre <drashna@live.com>2018-09-18 01:00:40 +0200
commit23da333ae3527228f101ed8cf08e3cd6a5796901 (patch)
treea973a0bbe5c92d292483717acfc75714ab8737a2 /keyboards/gskt00/readme.md
parent03b8ce206d566bf7f75771b55e05aea6ea6dba2d (diff)
downloadqmk_firmware-23da333ae3527228f101ed8cf08e3cd6a5796901.tar.gz
qmk_firmware-23da333ae3527228f101ed8cf08e3cd6a5796901.tar.xz
Keyboard: Added support for GSKT-00 (#3911)
* Added QMK support for GSKT-00, PaladinSplit, PaladinTKL and PaladinPad pcbs * Remove the paladin boards from this PR * Changed gskt00 as per review comments. Added two new default layouts, 60_ansi_tsangan and 60_iso_tsangan * Fix the layouts/default/60_iso_tsangan/layout.json file * Removed ? from rules.mk, removed unused fn_actions from keymaps. Changed the 60_iso_tsangan to work correctly * Removed PREVENT_STUCK_MODIFIERS
Diffstat (limited to 'keyboards/gskt00/readme.md')
-rw-r--r--keyboards/gskt00/readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/gskt00/readme.md b/keyboards/gskt00/readme.md
new file mode 100644
index 000000000..ad03ac819
--- /dev/null
+++ b/keyboards/gskt00/readme.md
@@ -0,0 +1,17 @@
+# GSKT-00 PCB
+
+Firmware for the GSKT-00 PCB
+
+Keyboard Maintainer: [/u/iNachie](https://github.com/nachie)
+Hardware Supported: GSKT-00 PCB
+Hardware Availability: [/u/iNachie](https://www.reddit.com/user/inachie/)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make gskt00:default
+
+Or to make and flash:
+
+ make gskt00:default:dfu
+
+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).