]> git.donarmstrong.com Git - qmk_firmware.git/commit
Initial support for RAMA M6-A (#2600)
authorWilba6582 <Wilba6582@users.noreply.github.com>
Sun, 25 Mar 2018 04:58:55 +0000 (15:58 +1100)
committerJack Humbert <jack.humb@gmail.com>
Sun, 25 Mar 2018 04:58:55 +0000 (00:58 -0400)
commit59a784500b2b21d311649e351eed48dce5112901
treefd390cd5024401414f977e12680cb27b8e94cf2a
parent00dfa73e4c642c296bbdbb92ab8202e2e1604ce7
Initial support for RAMA M6-A (#2600)

* Initial commit of RAMA M6-A firmware.

* Added LED support

* Added Knops support

* Fixed compile error for knops keymap.

* updated readme.md

* updated readme.md

* updated readme.md
12 files changed:
keyboards/rama/m6_a/config.h [new file with mode: 0644]
keyboards/rama/m6_a/keymaps/default/config.h [new file with mode: 0644]
keyboards/rama/m6_a/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/rama/m6_a/keymaps/default/readme.md [new file with mode: 0644]
keyboards/rama/m6_a/keymaps/knops/config.h [new file with mode: 0644]
keyboards/rama/m6_a/keymaps/knops/keymap.c [new file with mode: 0644]
keyboards/rama/m6_a/keymaps/knops/readme.md [new file with mode: 0644]
keyboards/rama/m6_a/m6_a.c [new file with mode: 0644]
keyboards/rama/m6_a/m6_a.h [new file with mode: 0644]
keyboards/rama/m6_a/readme.md [new file with mode: 0644]
keyboards/rama/m6_a/rules.mk [new file with mode: 0644]
keyboards/rama/readme.md [new file with mode: 0644]