]> git.donarmstrong.com Git - qmk_firmware.git/commit - keyboards/singa/keymaps/amnesia0287/config.h
Adding Singa Repo w/ Config Support (#3155)
authorJason <jagor@microsoft.com>
Sat, 9 Jun 2018 20:25:22 +0000 (13:25 -0700)
committerDrashna Jaelre <drashna@live.com>
Sat, 9 Jun 2018 20:25:22 +0000 (13:25 -0700)
commitaaeaf27e116e3386301963e37d61341a65256543
tree55454f733f8f814f0ede0d88dd195aa644adeb9e
parenta474d6b49feef1fc6ffe86997f1c4ef06608cad0
Adding Singa Repo w/ Config Support (#3155)

* Adding Singa Repo w/ Config Support

* Used Tilde instead of GRV

* PR Fixes

* oops, forgot to change the keymaps

* splitbs -> split_bs
22 files changed:
keyboards/singa/config.h [new file with mode: 0644]
keyboards/singa/i2c.c [new file with mode: 0644]
keyboards/singa/i2c.h [new file with mode: 0644]
keyboards/singa/info.json [new file with mode: 0644]
keyboards/singa/keymaps/amnesia0287/config.h [new file with mode: 0644]
keyboards/singa/keymaps/amnesia0287/keymap.c [new file with mode: 0644]
keyboards/singa/keymaps/amnesia0287/readme.md [new file with mode: 0644]
keyboards/singa/keymaps/amnesia0287/rules.mk [new file with mode: 0644]
keyboards/singa/keymaps/default/config.h [new file with mode: 0644]
keyboards/singa/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/singa/keymaps/default/readme.md [new file with mode: 0644]
keyboards/singa/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/singa/keymaps/test/config.h [new file with mode: 0644]
keyboards/singa/keymaps/test/keymap.c [new file with mode: 0644]
keyboards/singa/keymaps/test/readme.md [new file with mode: 0644]
keyboards/singa/keymaps/test/rules.mk [new file with mode: 0644]
keyboards/singa/matrix.c [new file with mode: 0644]
keyboards/singa/readme.md [new file with mode: 0644]
keyboards/singa/rules.mk [new file with mode: 0644]
keyboards/singa/singa.c [new file with mode: 0644]
keyboards/singa/singa.h [new file with mode: 0644]
keyboards/singa/usbconfig.h [new file with mode: 0644]