forked from mirrors/qmk_userspace
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:
parent
37932c293c
commit
2f3dbb1253
12 changed files with 1237 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue