diff --git a/keyboards/sck/osa/config.h b/keyboards/sck/osa/config.h index b23ee1eeedf..cfa05193b1c 100644 --- a/keyboards/sck/osa/config.h +++ b/keyboards/sck/osa/config.h @@ -25,7 +25,7 @@ along with this program. If not, see . #define DEVICE_VER 0x0001 #define MANUFACTURER Space City Keyboards #define PRODUCT OSA -#define DESCRIPTION PCB for the Open Source Alice +#define DESCRIPTION PCB for the OSA (A no longer open source version of the TGR Alice) /* key matrix size */ #define MATRIX_ROWS 10 diff --git a/keyboards/sck/osa/readme.md b/keyboards/sck/osa/readme.md index 3493476ba71..e46f389a6b6 100644 --- a/keyboards/sck/osa/readme.md +++ b/keyboards/sck/osa/readme.md @@ -4,13 +4,13 @@ About the OSA: -The OSA was run as a private group buy of 20 units. It is an Alice layout keyboard based on the Open Source Alice files, altered based on input from the private group buy members. +The OSA was run as a private group buy of 20 units. It is an Alice layout keyboard based on the Open Source Alice files, altered by BlindAssassin111 based on input from the private group buy members. All case and other design files have been either reworked or created from scratch by BlindAssassin111. PCB was designed from scratch by BlindAssassin111. -The OSA! PCB is an ATMega32u4 powered, USB Type C, Alice compatible PCB and was created specifically for the OSA case, but with considerations to make it compatible with the Lubrigante acrylic cases (except for the Type C connector it should also be compatible with original TGR Alice cases). +The OSA PCB is an ATMega32u4 powered, USB Type C, Alice compatible PCB and was created specifically for the OSA case, but with considerations to make it compatible with the Lubrigante acrylic cases (except for the Type C connector it should also be compatible with original TGR Alice cases). Keyboard Maintainer: [jrfhoutx](https://github.com/jrfhoutx) -Hardware Supported: OSA! PCB by BlindAssassin111, ATMEGA32u4 -Hardware Availability: Currently Unavailable outside of the private group buy +Hardware Supported: OSA PCB by BlindAssassin111, ATMEGA32u4 +Hardware Availability: Currently unavailable outside of the private group buy Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/sck/osa/rules.mk b/keyboards/sck/osa/rules.mk index 090e993f206..3e6ed3e4e7b 100644 --- a/keyboards/sck/osa/rules.mk +++ b/keyboards/sck/osa/rules.mk @@ -13,14 +13,14 @@ MCU = atmega32u4 # does not *change* the processor frequency - it should merely be updated to # reflect the processor speed set externally so that the code can use accurate # software delays. -F_CPU = 16000000 +#F_CPU = 16000000 # # LUFA specific # # Target architecture (see library "Board Types" documentation). -ARCH = AVR8 +#ARCH = AVR8 # Input clock frequency. # This will define a symbol, F_USB, in all source code files equal to the @@ -33,10 +33,10 @@ ARCH = AVR8 # # If no clock division is performed on the input clock inside the AVR (via the # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. -F_USB = $(F_CPU) +#F_USB = $(F_CPU) # Interrupt driven control endpoint task(+60) -OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT +#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # Bootloader selection