added support for a new keyboard model

This commit is contained in:
2008-11-12 21:45:43 +00:00
parent dbc411f969
commit 5d7ab00387
9 changed files with 10770 additions and 0 deletions

View File

@ -11,6 +11,7 @@ AVRDUDE = avrdude -p atmega32 -c usbasp
# Options:
HWOBJECTS = modelibmmodelm.o
#HWOBJECTS = modelmayhem.o
#HWOBJECTS = modelsuntype5.o
COMPILE = avr-gcc -Wall -Os -Iusbdrv -I. -mmcu=atmega32 -DF_CPU=12000000L $(DEFINES)