Colossus Model M Controller
==============================================

Build
-----

To build the LUFA version, run the following command from this directory (keyboard/hypermicro):

    make KEYMAP=plain

To build the PJRC version, run this:

    make KEYMAP=plain -f Makefile.pjrc


Clean
-----

    make clean
    make clean -f Makefile.pjrc




