]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Gray Studio Space 65 Support (#5001)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Wed, 30 Jan 2019 05:23:03 +0000 (21:23 -0800)
committerDrashna Jaelre <drashna@live.com>
Wed, 30 Jan 2019 05:23:03 +0000 (21:23 -0800)
commit3d338f2555f4ceab3c4ca06d70076c663d937d63
tree5afb457f8ea3dcb484ca1b1aaeaa6bb9c2a89954
parent7186d1581abbd97d7c76626ae83fc866e85d217c
[Keyboard] Gray Studio Space 65 Support (#5001)

* initial commit

* get rid of vanilla code, and fix formatting

* write up a nice looking readme

* add in pins and enable features

* define keymap and switch/physical matrix

* add QMK Configurator support

* switch to bootmagic lite to decrease file size
keyboards/gray_studio/space65/config.h [new file with mode: 0644]
keyboards/gray_studio/space65/info.json [new file with mode: 0644]
keyboards/gray_studio/space65/keymaps/default/config.h [new file with mode: 0644]
keyboards/gray_studio/space65/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/gray_studio/space65/keymaps/default/readme.md [new file with mode: 0644]
keyboards/gray_studio/space65/readme.md [new file with mode: 0644]
keyboards/gray_studio/space65/rules.mk [new file with mode: 0644]
keyboards/gray_studio/space65/space65.c [new file with mode: 0644]
keyboards/gray_studio/space65/space65.h [new file with mode: 0644]