summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium/promethium.c
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-02-15 13:22:58 +0100
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-02-15 13:22:58 +0100
commit3882f97d2e779899c202111e46cf2cf2926b9212 (patch)
tree02ebb6394df289674fca926241276149e233fbec /keyboards/handwired/promethium/promethium.c
parent1eac297a2fa4da7c5799bff80a112cd9bff6cf2a (diff)
downloadqmk_firmware-3882f97d2e779899c202111e46cf2cf2926b9212.tar.gz
qmk_firmware-3882f97d2e779899c202111e46cf2cf2926b9212.tar.xz
Move keyboard specific stuff to keyboard specific files, and vice versa
Diffstat (limited to 'keyboards/handwired/promethium/promethium.c')
-rw-r--r--keyboards/handwired/promethium/promethium.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/handwired/promethium/promethium.c b/keyboards/handwired/promethium/promethium.c
index 62e2281fa..4943f8c9f 100644
--- a/keyboards/handwired/promethium/promethium.c
+++ b/keyboards/handwired/promethium/promethium.c
@@ -36,3 +36,7 @@ void led_set_kb(uint8_t usb_led) {
led_set_user(usb_led);
}
+__attribute__ ((weak))
+void led_set_user(uint8_t usb_led) {
+}
+