]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Quantrik Kyuu 65% Board (#5541)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Wed, 3 Apr 2019 16:47:55 +0000 (09:47 -0700)
committerDrashna Jaelre <drashna@live.com>
Wed, 3 Apr 2019 16:47:55 +0000 (09:47 -0700)
commitcaefb1c61eca10dcb70ca6481a8a592057de7318
tree7233799656f1a09e758880901e3628f15904b501
parent6c865772372f1266189270571d3b87a7dd3a2ac6
[Keyboard] Quantrik Kyuu 65% Board (#5541)

* initial commit

* get rid of some of the vanilla cookie cutter code

* Put in the matrix size and the pins

* add LAYOUT macro and a suitable keymap

* Add QMK Configurator support

* set bootmagic to lite

* put a RESET key into the default keymap

* edit kyuu readme file for description and quantrik.com link

* Update keyboards/quantrik/kyuu/config.h

Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
* fix captilization of keyboard name

* fix keymap wrapping issue and add MO key

* preserve RESET key location

* use one of the macros
keyboards/quantrik/kyuu/config.h [new file with mode: 0644]
keyboards/quantrik/kyuu/info.json [new file with mode: 0644]
keyboards/quantrik/kyuu/keymaps/default/config.h [new file with mode: 0644]
keyboards/quantrik/kyuu/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/quantrik/kyuu/keymaps/default/readme.md [new file with mode: 0644]
keyboards/quantrik/kyuu/kyuu.c [new file with mode: 0644]
keyboards/quantrik/kyuu/kyuu.h [new file with mode: 0644]
keyboards/quantrik/kyuu/readme.md [new file with mode: 0644]
keyboards/quantrik/kyuu/rules.mk [new file with mode: 0644]