new hardware support: IBM Host keyboard

This commit is contained in:
2009-03-25 01:39:11 +00:00
parent 09cfed5034
commit 9fe5ef9a4e
2 changed files with 315 additions and 1 deletions

View File

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