From cb0e102adb4a8accd4f7210153cbcc3e5fa183ac Mon Sep 17 00:00:00 2001 From: Ruiqi Mao Date: Mon, 11 Jul 2016 01:18:07 -0700 Subject: fixed clueboard LED pin assignments and matrix documentation --- keyboards/clueboard/clueboard.c | 16 ---------------- keyboards/clueboard/rev1/rev1.c | 16 ++++++++++++++++ keyboards/clueboard/rev2/rev2.c | 16 ++++++++++++++++ keyboards/clueboard/rev2/rev2.h | 2 +- 4 files changed, 33 insertions(+), 17 deletions(-) diff --git a/keyboards/clueboard/clueboard.c b/keyboards/clueboard/clueboard.c index 13195bda6b..3435202ba1 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<