summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/fivethirteen/readme.md
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-12-06 01:55:35 +0100
committerDrashna Jaelre <drashna@live.com>2018-12-06 01:55:35 +0100
commit8ad561c8f091a4baf167ad4d7c90c02383905e38 (patch)
treefad3e725742f3bd7de30829885c7677973bb0ada /keyboards/handwired/fivethirteen/readme.md
parent58670ef4b75dad47770401167427bbeed1d5e170 (diff)
downloadqmk_firmware-8ad561c8f091a4baf167ad4d7c90c02383905e38.tar.gz
qmk_firmware-8ad561c8f091a4baf167ad4d7c90c02383905e38.tar.xz
Keyboard: handwired/fivethirteen Refactor, Configurator support, and readme cleanup (#4559)
* handwired/fivethirteen: refactor - Layout macro KEYMAP renamed to LAYOUT - Default keymap - now uses #include QMK_KEYBOARD_H - Removed redundant KC_TRNS definition - Removed deprecated fn_actions and action_get_macro functions. * handwired/fivethirteen: Configurator support * handwired/fivethirteen: readme cleanup Restructured readme file to be closer to current QMK template. Couldn't find a photo of an assembled fivethirteen, so deleted the reference to the photograph. Renamed to readme.md
Diffstat (limited to 'keyboards/handwired/fivethirteen/readme.md')
-rw-r--r--keyboards/handwired/fivethirteen/readme.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/handwired/fivethirteen/readme.md b/keyboards/handwired/fivethirteen/readme.md
new file mode 100644
index 000000000..1a22fc9b9
--- /dev/null
+++ b/keyboards/handwired/fivethirteen/readme.md
@@ -0,0 +1,12 @@
+# fivethirteen
+
+A handwired 5x13 ortholinear keyboard with a 2U space bar.
+
+Keyboard Maintainer: [The QMK Community](https://github.com/qmk)
+Hardware Supported: fivethirteen handwired
+
+Make example for this keyboard (after setting up your build environment):
+
+ make handwired/fivethirteen: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).