]> git.donarmstrong.com Git - qmk_firmware.git/commit
Support for new keyboard: Meme (#2797)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Tue, 24 Apr 2018 16:00:22 +0000 (09:00 -0700)
committerDrashna Jaelre <drashna@live.com>
Tue, 24 Apr 2018 16:00:22 +0000 (09:00 -0700)
commitfda23af2810b6ec5dd0c7f32dafc555681e7979f
tree3cd2e3f7d5e498290c86fcb806277e324f7aa156
parent70101cf6112d74d4dddcda6d2f0ae64991b7a4e6
Support for new keyboard: Meme (#2797)

* initial commit for meme keyboard

* Fix that row by column

* Fix those dimensions

* work in progress commit

* got that switch matrix to work

* add all supported layouts

* add info.json for QMK configurator support

* let my name be known
keyboards/meme/config.h [new file with mode: 0644]
keyboards/meme/info.json [new file with mode: 0644]
keyboards/meme/keymaps/default/config.h [new file with mode: 0644]
keyboards/meme/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/meme/keymaps/default/readme.md [new file with mode: 0644]
keyboards/meme/meme.c [new file with mode: 0644]
keyboards/meme/meme.h [new file with mode: 0644]
keyboards/meme/readme.md [new file with mode: 0644]
keyboards/meme/rules.mk [new file with mode: 0644]