summaryrefslogtreecommitdiff
path: root/keyboard/cluepad/backlight.c
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2016-04-05 20:27:40 -0700
committerskullY <skullydazed@gmail.com>2016-04-05 20:27:40 -0700
commit0da53d3811ed35f31f23219a61a67c09fe2860d9 (patch)
treed2ba7fcd93886a2701f2829e77ca1ad0fd269fd7 /keyboard/cluepad/backlight.c
parent34dd96187c5ea2fe6e806f662e6ab0c320d0df1b (diff)
Fixup the cluepad code
Diffstat (limited to 'keyboard/cluepad/backlight.c')
-rw-r--r--keyboard/cluepad/backlight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/cluepad/backlight.c b/keyboard/cluepad/backlight.c
index c0f8539494..a9caed1df8 100644
--- a/keyboard/cluepad/backlight.c
+++ b/keyboard/cluepad/backlight.c
@@ -6,7 +6,7 @@
int pwm_level;
-void led_set(uint8_t usb_led)
+void led_set_kb(uint8_t usb_led)
{
print("led_set\n");
}