]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add Wraith keyboard (#6810)
authorAmber Holly <halcyonsilver@gmail.com>
Tue, 1 Oct 2019 01:34:12 +0000 (02:34 +0100)
committerDrashna Jaelre <drashna@live.com>
Tue, 1 Oct 2019 01:34:12 +0000 (18:34 -0700)
commitc7b28bffc13d405bea2e0c0243437920659232f2
tree6e141d4a1f6b40525c075ec0448ba3cec8ba4cc1
parentc47fa31a0031a911eb4d97a043fe32792a57eba6
[Keyboard] Add Wraith keyboard (#6810)

* start wraith firmware

* completed initial setup

* added amber keymap to wraith

* fixed LEDs, wrote readme files

* reverted bootloader type after troubleshooting

* decapitalised files and directory as per qmk standards

* Update Wraith keyboard folder

- Add timer keymap with documentation
- Remove boilerplate in rules.mk, ready for pull request
- Update info.json with ISO and ANSI layouts, ready for QMK Configurator

* Add Wraith image to readme.md

* Fix Wraith keyboard's QMK Configurator support

- Update info.json
- Add layout macros in wraith.h
- Update keymap.c files to use LAYOUT_all
- Fix readme formatting
15 files changed:
keyboards/cutie_club/wraith/config.h [new file with mode: 0644]
keyboards/cutie_club/wraith/info.json [new file with mode: 0644]
keyboards/cutie_club/wraith/keymaps/amber/config.h [new file with mode: 0644]
keyboards/cutie_club/wraith/keymaps/amber/keymap.c [new file with mode: 0644]
keyboards/cutie_club/wraith/keymaps/amber/readme.md [new file with mode: 0644]
keyboards/cutie_club/wraith/keymaps/default/config.h [new file with mode: 0644]
keyboards/cutie_club/wraith/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/cutie_club/wraith/keymaps/default/readme.md [new file with mode: 0644]
keyboards/cutie_club/wraith/keymaps/timer/config.h [new file with mode: 0644]
keyboards/cutie_club/wraith/keymaps/timer/keymap.c [new file with mode: 0644]
keyboards/cutie_club/wraith/keymaps/timer/readme.md [new file with mode: 0644]
keyboards/cutie_club/wraith/readme.md [new file with mode: 0644]
keyboards/cutie_club/wraith/rules.mk [new file with mode: 0644]
keyboards/cutie_club/wraith/wraith.c [new file with mode: 0644]
keyboards/cutie_club/wraith/wraith.h [new file with mode: 0644]