summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/floorboard/readme.md
diff options
context:
space:
mode:
authorkevin-b-lockwood <57274670+kevin-b-lockwood@users.noreply.github.com>2019-12-02 12:03:35 -0800
committerDrashna Jaelre <drashna@live.com>2019-12-02 12:03:35 -0800
commit96d4ba84c245066ae0ccd0f8216d7f11f80e5d98 (patch)
treebcb5a882ae040e4a9f69ccddef5592e3bc11e571 /keyboards/handwired/floorboard/readme.md
parent680924777be7739b249bf0dc3b60a3185134bc94 (diff)
[Keyboard] Add handwired/floorboard (#7478)
* added handwired/plonk * Update readme.md * Update readme.md * Update info.json * Update config.h * Update readme.md * Update keyboards/handwired/plonk/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update rules.mk * Update plonk.c * Update plonk.h * Update keymap.c * Delete config.h * Update keyboards/handwired/plonk/config.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update rules.mk * Update info.json * Update keyboards/handwired/plonk/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update rules.mk * Renamed the Plonk to the Floorboard. Another homage, just subtler this time. * removed old plonk files * Update config.h
Diffstat (limited to 'keyboards/handwired/floorboard/readme.md')
-rw-r--r--keyboards/handwired/floorboard/readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/handwired/floorboard/readme.md b/keyboards/handwired/floorboard/readme.md
new file mode 100644
index 0000000000..37c708565c
--- /dev/null
+++ b/keyboards/handwired/floorboard/readme.md
@@ -0,0 +1,15 @@
+# Floorboard
+
+![Floorboard Image](https://i.imgur.com/gJLgwQI.jpg)
+
+I was too broke to buy the planck pcb, and I wanted the soldering practice. So here it is, in all it's glory. A handwired planck with a proton C, and the dvorak layout. Because why not. I named it the Floorboard as a callback to the planck, and because it's a couple of plays on words rolled into one.
+
+* Keyboard Maintainer: [Kevin Lockwood](https://github.com/kevin-b-lockwood)
+* Hardware Supported: Proton C
+* Hardware Availability: [Clueboard](https://clueboard.co/parts/qmk-proton-c)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make handwired/floorboard: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).