]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add new keyboard Plaid and ATMEGA328p support (#5379)
authorTakuya Urakawa <urkwtky@gmail.com>
Tue, 12 Mar 2019 18:48:17 +0000 (03:48 +0900)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Tue, 12 Mar 2019 18:48:17 +0000 (11:48 -0700)
commit2f3dbb1253839fad1bb2e20db8ef7b88c5fd331a
tree8c59947425e86f8432479d18de9cefe1768088d4
parent37932c293c15011f883a91e91ee02631ead44a2e
Add new keyboard Plaid and ATMEGA328p support (#5379)

* add plaid

* Change usb vid/pid to free id from vusb
Trivial fix for vusb core

* update readme

* update info.json default keymap

* fix typo

* Replace copyright
12 files changed:
keyboards/plaid/config.h [new file with mode: 0644]
keyboards/plaid/info.json [new file with mode: 0644]
keyboards/plaid/keymaps/default/config.h [new file with mode: 0644]
keyboards/plaid/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/plaid/keymaps/default/readme.md [new file with mode: 0644]
keyboards/plaid/plaid.c [new file with mode: 0644]
keyboards/plaid/plaid.h [new file with mode: 0644]
keyboards/plaid/readme.md [new file with mode: 0644]
keyboards/plaid/rules.mk [new file with mode: 0644]
keyboards/plaid/usbconfig.h [new file with mode: 0644]
quantum/config_common.h
tmk_core/protocol/vusb/usbdrv/usbdrv.c