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>
This commit is contained in:
ENDO Katsuhiro
2019-05-17 01:39:06 +09:00
committed by MechMerlin
parent 1a28906a3d
commit 63ddad86a9
12 changed files with 784 additions and 0 deletions

View File

@@ -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).