diff --git a/firmware/main.c b/firmware/main.c index 96e3799..4523f7a 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -2,7 +2,7 @@ * \file firmware/main.c * \brief Main functions for USB-keyboard * \author Ronald Schaten - * \version $Id: main.c,v 1.2 2008/07/10 20:29:01 rschaten Exp $ + * \version $Id: main.c,v 1.3 2008/07/10 20:42:27 rschaten Exp $ * * License: GNU GPL v2 (see License.txt) */ @@ -189,6 +189,10 @@ * their driver for my project. In fact, this project wouldn't exist without * the driver. * + * And of course I'd like to thank that friend of mine -- I doubt that he'd + * like to read his name in this place, I'll put it in if he wants me to -- + * that gave me the idea for this project. + * * \section sec_license About the license * * My work - all contents except for the USB driver - is licensed under the GNU