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
This commit is contained in:
Takuya Urakawa 2019-03-13 03:48:17 +09:00 committed by MechMerlin
parent 37932c293c
commit 2f3dbb1253
12 changed files with 1237 additions and 1 deletions

View file

@ -59,6 +59,11 @@
#define PINC_ADDRESS 0x3
#define PINB_ADDRESS 0x6
#define PINA_ADDRESS 0x9
#elif defined(__AVR_ATmega328P__)
#define ADDRESS_BASE 0x00
#define PINB_ADDRESS 0x3
#define PINC_ADDRESS 0x6
#define PIND_ADDRESS 0x9
#else
#error "Pins are not defined"
#endif