minor changes

Minor changes
mostly changing naming and comment out rgb modes
This commit is contained in:
J.Flanagan 2019-09-30 22:07:19 -05:00
parent f22ff7f490
commit 8aff62d7c1
4 changed files with 13 additions and 13 deletions

View File

@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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 <http://www.gnu.org/licenses/>.
/*== 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 */

View File

@ -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.

View File

@ -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).

View File

@ -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