From: Ruiqi Mao Date: Mon, 11 Jul 2016 08:18:07 +0000 (-0700) Subject: fixed clueboard LED pin assignments and matrix documentation X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cb0e102adb4a8accd4f7210153cbcc3e5fa183ac;p=qmk_firmware.git fixed clueboard LED pin assignments and matrix documentation --- diff --git a/keyboards/clueboard/clueboard.c b/keyboards/clueboard/clueboard.c index 13195bda6..3435202ba 100644 --- a/keyboards/clueboard/clueboard.c +++ b/keyboards/clueboard/clueboard.c @@ -1,17 +1 @@ #include "clueboard.h" - -void led_init_ports() { - // * Set our LED pins as output - DDRB |= (1<<4); -} - -void led_set_kb(uint8_t usb_led) { - DDRF |= (1<<0); - if (usb_led & (1<