diff options
author | ENDO Katsuhiro <ka2hiro@curlybracket.co.jp> | 2019-05-17 01:39:06 +0900 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-16 09:39:06 -0700 |
commit | 63ddad86a92f11725548cd9775f82e7293aef050 (patch) | |
tree | 17ff86e72bda4fdaf55e6915e014acc500c86767 /keyboards/halberd/readme.md | |
parent | 1a28906a3da1f14034b81871b90bcce0ed56c286 (diff) |
Add a new keyboard Halberd (#5874)
* Add a new keyboard Halberd.
* Update default keymap and add new keymap.
* Use pragma once.
* Comment out IS_COMMAND macro.
* Remove unnecessary backslashes.
* Remove dead code.
* Change layer defines to enum.
* Remove DISABLE_JTAG definition.
* Change BOOTMAGIC_ENABLE to "lite".
* Remove unnecessary line.
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/halberd/readme.md')
-rw-r--r-- | keyboards/halberd/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/halberd/readme.md b/keyboards/halberd/readme.md new file mode 100644 index 0000000000..7fa0388fda --- /dev/null +++ b/keyboards/halberd/readme.md @@ -0,0 +1,15 @@ +# Halberd + +![Halberd](https://i.imgur.com/QabQNPQ.jpg) + +40% keyboard. + +Keyboard Maintainer: [ka2hiro](https://github.com/ka2hiro) [@ka2hiro](https://twitter.com/ka2hiro) +Hardware Supported: Halberd PCB, ATMEGA32U4 +Hardware Availability: [@kagizaraya](https://twitter.com/kagizaraya) + +Make example for this keyboard (after setting up your build environment): + + make halberd: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). |