]> git.donarmstrong.com Git - qmk_firmware.git/commit
Adding clueboard/cluepad support to qmk
authorskullY <skullydazed@gmail.com>
Sun, 27 Mar 2016 23:17:40 +0000 (16:17 -0700)
committerskullY <skullydazed@gmail.com>
Sun, 27 Mar 2016 23:17:40 +0000 (16:17 -0700)
commit073b44924cdfd28d64ad2ee1dbe88b00f92d2c72
tree0b7c83ea1ab188da57adeaa33d154f7dd4c409d2
parent80eefb09ac5de95a6977702b4014d4b4d79a5d7d
Adding clueboard/cluepad support to qmk
22 files changed:
.gitignore
keyboard/clueboard1/Makefile [new file with mode: 0644]
keyboard/clueboard1/clueboard1.c [new file with mode: 0644]
keyboard/clueboard1/clueboard1.h [new file with mode: 0644]
keyboard/clueboard1/config.h [new file with mode: 0644]
keyboard/clueboard1/keymaps/keymap_default.c [new file with mode: 0644]
keyboard/clueboard1/led.c [new file with mode: 0644]
keyboard/clueboard2/Makefile [new file with mode: 0644]
keyboard/clueboard2/backlight.c [new file with mode: 0644]
keyboard/clueboard2/clueboard2.c [new file with mode: 0644]
keyboard/clueboard2/clueboard2.h [new file with mode: 0644]
keyboard/clueboard2/config.h [new file with mode: 0644]
keyboard/clueboard2/keymaps/keymap_default.c [new file with mode: 0644]
keyboard/clueboard2/keymaps/keymap_max.c [new file with mode: 0644]
keyboard/clueboard2/keymaps/keymap_skully.c [new file with mode: 0644]
keyboard/clueboard2/led.c [new file with mode: 0644]
keyboard/cluepad/Makefile [new file with mode: 0644]
keyboard/cluepad/backlight.c [new file with mode: 0644]
keyboard/cluepad/cluepad.c [new file with mode: 0644]
keyboard/cluepad/cluepad.h [new file with mode: 0644]
keyboard/cluepad/config.h [new file with mode: 0644]
keyboard/cluepad/keymaps/keymap_default.c [new file with mode: 0644]