mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
more minor changes
comment out some functions correct some spelling errors change some of the descriptive text
This commit is contained in:
parent
55206e0d70
commit
8864eb6397
@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#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
|
||||
|
@ -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):
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user