X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=inline;f=orphan%2Fmacway%2Fled.c;fp=orphan%2Fmacway%2Fled.c;h=f76545f0ba642e0e3538ebd10fc4a0008481378c;hb=885e7adb18fb6039f0fe66de23e0622af923f7d1;hp=0000000000000000000000000000000000000000;hpb=5c277a6687b63f34e5d5696365a2ed88e48441f2;p=max%2Ftmk_keyboard.git diff --git a/orphan/macway/led.c b/orphan/macway/led.c new file mode 100644 index 00000000..f76545f0 --- /dev/null +++ b/orphan/macway/led.c @@ -0,0 +1,24 @@ +/* +Copyright 2011 Jun Wako + +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 . +*/ + +#include "stdint.h" +#include "led.h" + + +void led_set(uint8_t usb_led) +{ +}