diff --git a/firmware/main.c b/firmware/main.c index f4426ad..e452c02 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.5 2008/07/12 21:05:24 rschaten Exp $ + * \version $Id: main.c,v 1.6 2008/07/15 05:16:41 rschaten Exp $ * * License: GNU GPL v2 (see License.txt) */ @@ -190,9 +190,15 @@ * 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. + * I took great inspiration from Spaceman Spiff's c64key, this software + * is based on his ideas. + * + * Further credits go to xleave, who etched the PCB for me, and also + * answered many stupid questions about electronics I had during the last few + * years. + * + * And of course I'd like to thank FaUl of the Chaostreff Dortmund who + * gave me the idea for this project. * * \section sec_license About the license *