aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/idb_60/readme.md
diff options
context:
space:
mode:
authorpngu <34752364+itspngu@users.noreply.github.com>2019-06-11 23:58:29 +0200
committerDrashna Jaelre <drashna@live.com>2019-06-11 14:58:29 -0700
commit2558466d78a2c2436dedeff593491bdb20780cfc (patch)
treeb4bdf9aedf19a1fa16cad95a09f1cf1d0722b1da /keyboards/idb_60/readme.md
parent332fc7e8143e3071d3904616e108aaf63b623568 (diff)
downloadfirmware-2558466d78a2c2436dedeff593491bdb20780cfc.tar.gz
firmware-2558466d78a2c2436dedeff593491bdb20780cfc.tar.bz2
firmware-2558466d78a2c2436dedeff593491bdb20780cfc.zip
[Keyboard] Added idb 60 keyboard (#5994)
* Added idb 60 keyboard * fixed info.json * implemented revievers' suggested changes * fixed an error * implemented revievers' suggestions * further cleanup * implemented suggested changes * fixed errors
Diffstat (limited to 'keyboards/idb_60/readme.md')
-rw-r--r--keyboards/idb_60/readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/idb_60/readme.md b/keyboards/idb_60/readme.md
new file mode 100644
index 000000000..e6ed6822b
--- /dev/null
+++ b/keyboards/idb_60/readme.md
@@ -0,0 +1,17 @@
+# idb 60 PCB
+
+Firmware for the idb 60 PCB
+
+Keyboard Maintainer: [/u/omgitspngu](https://github.com/itspngu)
+Hardware Supported: idb 60 PCB
+Hardware Availability: [/u/omgitspngu](https://www.reddit.com/user/omgitspngu/)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make idb_60:default
+
+Or to make and flash:
+
+ make idb_60: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).