summaryrefslogtreecommitdiff
path: root/keyboards/handwired/kbod/readme.md
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-04-09 08:58:11 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-09 08:58:11 -0700
commitb6850bc043b1d129042f47501f0a1dc1e196f962 (patch)
treea0a772f278c3c494db3bc69103955af5561e1cae /keyboards/handwired/kbod/readme.md
parent19ed62114a1f5d20aacb9cbe83105e977b9a2971 (diff)
remove all keyboards but ergodox and planck
Diffstat (limited to 'keyboards/handwired/kbod/readme.md')
-rw-r--r--keyboards/handwired/kbod/readme.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/handwired/kbod/readme.md b/keyboards/handwired/kbod/readme.md
deleted file mode 100644
index 470ccce0e3..0000000000
--- a/keyboards/handwired/kbod/readme.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# KBOD
-
-![KBOD](https://f4.fudanchii.net/shx/2017/02/IMG_20170212_224547.jpg)
-
-KBOD is a 60% Keyboard kit, hand-wired, with Arduino Micro as its controller. It utilizes an 8x8 matrix and has layout similar to GH60. [More info](https://github.com/fudanchii/keyboard_of_disapproval)
-
-Keyboard Maintainer: [The QMK Community](https://github.com/qmk)
-Hardware Supported: Arduino Micro
-
-Make example for this keyboard (after setting up your build environment):
-
- make handwired/kbod:default
-
-Flashing your firmware may be done with avrdude. The command should be something along this line:
-
- avrdude -p m32u4 -c avr109 -P <COM PORT> -C <avrdude conf file> -e -u flash:w:handwired_kbod_default.hex
-
-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).