diff options
| author | tmk <wakojun@gmail.com> | 2012-10-14 04:22:28 -0700 | 
|---|---|---|
| committer | tmk <wakojun@gmail.com> | 2012-10-14 04:22:28 -0700 | 
| commit | fce750a1767ed86e0967eacf075a9cd59cbf306c (patch) | |
| tree | 1336486692741d452723a2292534c2edd54b13d9 /keyboard/IIgs_Standard/led.c | |
| parent | 1ac674db66e47e69b87c4c78566932ab73225836 (diff) | |
| parent | caed32df808b2ac46b5fd9fcc918fb87762e3c3d (diff) | |
| download | firmware-fce750a1767ed86e0967eacf075a9cd59cbf306c.tar.gz firmware-fce750a1767ed86e0967eacf075a9cd59cbf306c.tar.bz2 firmware-fce750a1767ed86e0967eacf075a9cd59cbf306c.zip  | |
Merge pull request #8 from JeffreySung/master
Apple IIgs(A9M0330)/Standard(M0116) keyboard
Diffstat (limited to 'keyboard/IIgs_Standard/led.c')
| -rw-r--r-- | keyboard/IIgs_Standard/led.c | 24 | 
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboard/IIgs_Standard/led.c b/keyboard/IIgs_Standard/led.c new file mode 100644 index 000000000..f76545f0b --- /dev/null +++ b/keyboard/IIgs_Standard/led.c @@ -0,0 +1,24 @@ +/* +Copyright 2011 Jun Wako <wakojun@gmail.com> + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program.  If not, see <http://www.gnu.org/licenses/>. +*/ + +#include "stdint.h" +#include "led.h" + + +void led_set(uint8_t usb_led) +{ +}  | 
