]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add support for jj4x4 numpad/macropad by Kprepublic (#5016)
authorsprayed <32306510+sprayed@users.noreply.github.com>
Tue, 5 Feb 2019 18:01:35 +0000 (13:01 -0500)
committerDrashna Jaelre <drashna@live.com>
Tue, 5 Feb 2019 18:01:35 +0000 (10:01 -0800)
commit7df9e584fa1ee31ab5bb35b1c7fa09845cba0a80
tree3d04a2c8e38652a7baf434ea5e04278ddc463d11
parentd4e1e712f68567dfed6ff19cf762d01f6bb3d60c
[Keyboard] Add support for jj4x4 numpad/macropad by Kprepublic (#5016)

* added keyboard jj4x4, a shorter version of the jj40

* removed useless file

* edited jj4x4 readme.md

* optimized array size in jj4x4 config.h, removed reference to jj40 layouts from rules.mk

* removed custom matrix for this ps2avrgb board, refactored column and row pins
15 files changed:
keyboards/jj4x4/README.md [new file with mode: 0644]
keyboards/jj4x4/backlight.c [new file with mode: 0644]
keyboards/jj4x4/backlight_custom.h [new file with mode: 0644]
keyboards/jj4x4/breathing_custom.h [new file with mode: 0644]
keyboards/jj4x4/config.h [new file with mode: 0644]
keyboards/jj4x4/i2c.c [new file with mode: 0644]
keyboards/jj4x4/i2c.h [new file with mode: 0644]
keyboards/jj4x4/info.json [new file with mode: 0644]
keyboards/jj4x4/jj4x4.c [new file with mode: 0644]
keyboards/jj4x4/jj4x4.h [new file with mode: 0644]
keyboards/jj4x4/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/jj4x4/rules.mk [new file with mode: 0644]
keyboards/jj4x4/tools/README.md [new file with mode: 0644]
keyboards/jj4x4/tools/usb_detach.c [new file with mode: 0644]
keyboards/jj4x4/usbconfig.h [new file with mode: 0644]