]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add a new keybord Scythe (#5873)
authorENDO Katsuhiro <ka2hiro@curlybracket.co.jp>
Wed, 15 May 2019 15:52:30 +0000 (00:52 +0900)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Wed, 15 May 2019 15:52:30 +0000 (08:52 -0700)
commit547eb55553b386e0dfa5bb78badfa001608b7a34
tree3a01da4ce1860e9aca002511984453c600ef3cc0
parent7209266ea1bd8b6bce4d468ea016689602499239
Add a new keybord Scythe (#5873)

* Add a new keyboard Scythe.

* Update info.json.

* Use pragma once.

* Comment out IS_COMMAND macro.

* Remove DISABLE_JTAG definition.

* Remove unnecessary backslashes.

* Change layer defines to enum.

* Remove dead code.

* Fix typo(RGBLIGHT_SPLIT).

* Change BOOTMAGIC_ENABLE to "lite".

* Remove unnecessary keys.

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Fix width.

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Fix hight.

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
12 files changed:
keyboards/scythe/config.h [new file with mode: 0644]
keyboards/scythe/info.json [new file with mode: 0644]
keyboards/scythe/keymaps/default/config.h [new file with mode: 0644]
keyboards/scythe/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/scythe/keymaps/default/readme.md [new file with mode: 0644]
keyboards/scythe/keymaps/forties/config.h [new file with mode: 0644]
keyboards/scythe/keymaps/forties/keymap.c [new file with mode: 0644]
keyboards/scythe/keymaps/forties/readme.md [new file with mode: 0644]
keyboards/scythe/readme.md [new file with mode: 0644]
keyboards/scythe/rules.mk [new file with mode: 0644]
keyboards/scythe/scythe.c [new file with mode: 0644]
keyboards/scythe/scythe.h [new file with mode: 0644]