]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Initial refactor of maxipad to conform to current standards (#5233)
authorzvecr <git@zvecr.com>
Tue, 26 Feb 2019 01:07:58 +0000 (01:07 +0000)
committerDrashna Jaelre <drashna@live.com>
Tue, 26 Feb 2019 01:07:58 +0000 (17:07 -0800)
commit36fce12d080a4dd37a00f504396bd94b7a06e203
tree31024d41f5b410f99603e244ac68466c168edfb8
parent303859ea284ebd08e305ac1bd907aee399f5a01d
[Keyboard] Initial refactor of maxipad to conform to current standards (#5233)
17 files changed:
keyboards/maxipad/config.h
keyboards/maxipad/info.json
keyboards/maxipad/keymaps/default/config.h [new file with mode: 0644]
keyboards/maxipad/keymaps/default/keymap.c
keyboards/maxipad/keymaps/default/readme.md [new file with mode: 0644]
keyboards/maxipad/maxipad.c
keyboards/maxipad/maxipad.h
keyboards/maxipad/promicro/config.h [new file with mode: 0644]
keyboards/maxipad/promicro/promicro.c [new file with mode: 0644]
keyboards/maxipad/promicro/promicro.h [new file with mode: 0644]
keyboards/maxipad/promicro/rules.mk [new file with mode: 0644]
keyboards/maxipad/readme.md
keyboards/maxipad/rules.mk
keyboards/maxipad/teensy2/config.h [new file with mode: 0644]
keyboards/maxipad/teensy2/rules.mk [new file with mode: 0644]
keyboards/maxipad/teensy2/teensy2.c [new file with mode: 0644]
keyboards/maxipad/teensy2/teensy2.h [new file with mode: 0644]