Add protocol/lufa. LUFA supported now.
This commit is contained in:
parent
3d81d5221e
commit
cc68adeb57
18 changed files with 215 additions and 733 deletions
|
@ -21,10 +21,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* controller configuration */
|
||||
#include "controller_teensy.h"
|
||||
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0xBEE0
|
||||
#define DEVICE_VER 0x0202
|
||||
#define MANUFACTURER t.m.k.
|
||||
#define PRODUCT Macway mod
|
||||
|
||||
|
||||
/* message strings */
|
||||
#define DESCRIPTION t.m.k. keyboard firmware for Macway mod
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue