Combined Keyboard, KeyboardViaInt and KeyboardFullInt demos into a single unified demo.

This commit is contained in:
Dean Camera 2009-03-19 13:19:12 +00:00
parent 9e9fc97fc9
commit 48400df13c
23 changed files with 221 additions and 6490 deletions

View file

@ -38,12 +38,6 @@ all:
make -C Keyboard clean
make -C Keyboard all
make -C KeyboardFullInt clean
make -C KeyboardFullInt all
make -C KeyboardViaInt clean
make -C KeyboardViaInt all
make -C KeyboardHost clean
make -C KeyboardHost all
@ -101,8 +95,6 @@ all:
make -C Joystick $@
make -C KeyboardMouse $@
make -C Keyboard $@
make -C KeyboardFullInt $@
make -C KeyboardViaInt $@
make -C KeyboardHost $@
make -C KeyboardHostWithParser $@
make -C KeyboardHostViaInt $@