From 4c9bb8e6093d3322af8a0996c20b3df3c455cd79 Mon Sep 17 00:00:00 2001 From: "J.Flanagan" Date: Tue, 1 Oct 2019 15:50:01 -0500 Subject: [PATCH] Minor Changes Minor changes per PR suggestions --- keyboards/sck/osa/config.h | 4 ++-- keyboards/sck/osa/osa.c | 1 - keyboards/sck/osa/rules.mk | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/keyboards/sck/osa/config.h b/keyboards/sck/osa/config.h index cfa05193b1c..1b574a0997f 100644 --- a/keyboards/sck/osa/config.h +++ b/keyboards/sck/osa/config.h @@ -247,5 +247,5 @@ along with this program. If not, see . */ /* Bootmagic Lite key configuration */ -#define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COLUMN 0 +//#define BOOTMAGIC_LITE_ROW 0 +//#define BOOTMAGIC_LITE_COLUMN 0 diff --git a/keyboards/sck/osa/osa.c b/keyboards/sck/osa/osa.c index e14275aa8a6..8fa566182b8 100644 --- a/keyboards/sck/osa/osa.c +++ b/keyboards/sck/osa/osa.c @@ -15,7 +15,6 @@ */ #include "osa.h" -#include "led.h" // Optional override functions below. // You can leave any or all of these undefined. diff --git a/keyboards/sck/osa/rules.mk b/keyboards/sck/osa/rules.mk index 4feda0e9aff..d71485a9af0 100644 --- a/keyboards/sck/osa/rules.mk +++ b/keyboards/sck/osa/rules.mk @@ -1,5 +1,4 @@ # MCU name -#MCU = at90usb1286 MCU = atmega32u4