]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: 4x4 modular keyboard (#3531)
authorwanleg <32079073+wanleg@users.noreply.github.com>
Thu, 2 Aug 2018 20:48:39 +0000 (13:48 -0700)
committerDrashna Jaelre <drashna@live.com>
Thu, 2 Aug 2018 20:48:39 +0000 (13:48 -0700)
commit62a86031223fcbfbed437493c69b27493c52206d
treea438f6dd1a8660f2814d9e890340c8d2c5b878a2
parent6c20c6219cfcb061235d4bee2b8e0641b0026162
Keyboard: 4x4 modular keyboard (#3531)

* add support for 4x4 macropad

* Update readme.md

* set DFU escape key

* cleanup

* Update config.h

* Update keymap.c

* Update config.h

* Update keymap.c

* Update 4x4.h

* reviewed

fudging review automation

* playing with the system

* reverting

* Required additions made

Added support for additional layouts

* tidy up default keymap
keyboards/4x4/4x4.c [new file with mode: 0644]
keyboards/4x4/4x4.h [new file with mode: 0644]
keyboards/4x4/config.h [new file with mode: 0644]
keyboards/4x4/keymaps/default/config.h [new file with mode: 0644]
keyboards/4x4/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/4x4/readme.md [new file with mode: 0644]
keyboards/4x4/rules.mk [new file with mode: 0644]