]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] add sm68 (#7279)
authorJosh Hinnebusch <joshhinnebusch@gmail.com>
Mon, 11 Nov 2019 17:27:57 +0000 (12:27 -0500)
committerJames Young <18669334+noroadsleft@users.noreply.github.com>
Mon, 11 Nov 2019 17:27:57 +0000 (09:27 -0800)
commit543e612003b17d5542102957aa53ea2d5c6727ed
treeae8203c6be8e97b527fa055a6d7341ee4b152163
parent1d550552cab30ef49b5935bdd31bf2f659255c19
[Keyboard] add sm68 (#7279)

* add sm68

* update rules.mk to decrease final size (hopefully)

* update rules.mk

* update json

* update per PR comments

* remove custom keycodes from keymap

* update layout names in keymap

* change layout names

* Update keyboards/hineybush/sm68/info.json

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/hineybush/sm68/info.json

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/hineybush/sm68/info.json

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* update readme
keyboards/hineybush/sm68/config.h [new file with mode: 0644]
keyboards/hineybush/sm68/info.json [new file with mode: 0644]
keyboards/hineybush/sm68/keymaps/default/config.h [new file with mode: 0644]
keyboards/hineybush/sm68/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/hineybush/sm68/keymaps/default/readme.md [new file with mode: 0644]
keyboards/hineybush/sm68/readme.md [new file with mode: 0644]
keyboards/hineybush/sm68/rules.mk [new file with mode: 0644]
keyboards/hineybush/sm68/sm68.c [new file with mode: 0644]
keyboards/hineybush/sm68/sm68.h [new file with mode: 0644]