diff options
Diffstat (limited to 'keyboards/ai03/lunar/lunar.c')
-rw-r--r-- | keyboards/ai03/lunar/lunar.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/ai03/lunar/lunar.c b/keyboards/ai03/lunar/lunar.c index 37438c71e..9c7bf23a6 100644 --- a/keyboards/ai03/lunar/lunar.c +++ b/keyboards/ai03/lunar/lunar.c | |||
@@ -14,9 +14,3 @@ | |||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | #include "lunar.h" | 16 | #include "lunar.h" |
17 | |||
18 | void led_set_kb(uint8_t usb_led) { | ||
19 | // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here | ||
20 | |||
21 | led_set_user(usb_led); | ||
22 | } | ||