diff --git a/keyboards/sck/osa/config.h b/keyboards/sck/osa/config.h
index f5669402a03..b23ee1eeedf 100644
--- a/keyboards/sck/osa/config.h
+++ b/keyboards/sck/osa/config.h
@@ -23,7 +23,7 @@ along with this program. If not, see .
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x0000
#define DEVICE_VER 0x0001
-#define MANUFACTURER Nomenclackture
+#define MANUFACTURER Space City Keyboards
#define PRODUCT OSA
#define DESCRIPTION PCB for the Open Source Alice
@@ -68,21 +68,21 @@ along with this program. If not, see .
/*== all animations enable ==*/
// #define RGBLIGHT_ANIMATIONS
/*== or choose animations ==*/
- #define RGBLIGHT_EFFECT_BREATHING
+ //#define RGBLIGHT_EFFECT_BREATHING
// #define RGBLIGHT_EFFECT_RAINBOW_MOOD
- #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
- #define RGBLIGHT_EFFECT_SNAKE
- #define RGBLIGHT_EFFECT_KNIGHT
+ // #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
+ // #define RGBLIGHT_EFFECT_SNAKE
+ // #define RGBLIGHT_EFFECT_KNIGHT
// #define RGBLIGHT_EFFECT_CHRISTMAS
- #define RGBLIGHT_EFFECT_STATIC_GRADIENT
- #define RGBLIGHT_EFFECT_RGB_TEST
+ // #define RGBLIGHT_EFFECT_STATIC_GRADIENT
+ // #define RGBLIGHT_EFFECT_RGB_TEST
// #define RGBLIGHT_EFFECT_ALTERNATING
/*== customize breathing effect ==*/
/*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/
- #define RGBLIGHT_BREATHE_TABLE_SIZE 128 // 256(default) or 128 or 64
+ // #define RGBLIGHT_BREATHE_TABLE_SIZE 128 // 256(default) or 128 or 64
/*==== use exp() and sin() ====*/
// #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7
- #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255
+ // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255
#endif
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
diff --git a/keyboards/sck/osa/osa.c b/keyboards/sck/osa/osa.c
index 9e214736762..e14275aa8a6 100644
--- a/keyboards/sck/osa/osa.c
+++ b/keyboards/sck/osa/osa.c
@@ -15,7 +15,7 @@
*/
#include "osa.h"
-//#include "led.h"
+#include "led.h"
// Optional override functions below.
// You can leave any or all of these undefined.
diff --git a/keyboards/sck/osa/readme.md b/keyboards/sck/osa/readme.md
index d88902841d5..3493476ba71 100644
--- a/keyboards/sck/osa/readme.md
+++ b/keyboards/sck/osa/readme.md
@@ -10,10 +10,10 @@ The OSA! PCB is an ATMega32u4 powered, USB Type C, Alice compatible PCB and was
Keyboard Maintainer: [jrfhoutx](https://github.com/jrfhoutx)
Hardware Supported: OSA! PCB by BlindAssassin111, ATMEGA32u4
-Hardware Availability: Unavailable
+Hardware Availability: Currently Unavailable outside of the private group buy
Make example for this keyboard (after setting up your build environment):
- make osa:default
+ make sck/osa:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/sck/osa/rules.mk b/keyboards/sck/osa/rules.mk
index 01df5bb5d05..090e993f206 100644
--- a/keyboards/sck/osa/rules.mk
+++ b/keyboards/sck/osa/rules.mk
@@ -47,7 +47,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# QMK DFU qmk-dfu
# atmega32a bootloadHID
BOOTLOADER = atmel-dfu
-#BOOTLOADER = qmk-dfu
+
# If you don't know the bootloader type, then you can specify the