]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add support for the JJ40 Keyboard (#1834)
authorVadim Brodsky <VadimBrodsky@users.noreply.github.com>
Fri, 13 Oct 2017 20:20:56 +0000 (16:20 -0400)
committerJack Humbert <jack.humb@gmail.com>
Fri, 13 Oct 2017 20:20:56 +0000 (10:20 -1000)
commite094cd42b578bc1f378c4fd5b1c6efe112ec7073
treec32d1ae556597f2211a7868e4fbfcd2ca1d8bc6f
parent598cb8265538b5950868790b7f1b33603c2e2d3b
Add support for the JJ40 Keyboard (#1834)

* Add support for JJ40

* Update readme

* Update maintaner
keyboards/jj40/README.md [new file with mode: 0644]
keyboards/jj40/config.h [new file with mode: 0644]
keyboards/jj40/i2c.c [new file with mode: 0644]
keyboards/jj40/i2c.h [new file with mode: 0644]
keyboards/jj40/jj40.c [new file with mode: 0644]
keyboards/jj40/jj40.h [new file with mode: 0644]
keyboards/jj40/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/jj40/matrix.c [new file with mode: 0644]
keyboards/jj40/program [new file with mode: 0755]
keyboards/jj40/rules.mk [new file with mode: 0644]
keyboards/jj40/usbconfig.h [new file with mode: 0644]