2022-05-11 21:49:11 -07:00
|
|
|
// Copyright 2022 Kyle McCreery (@kylemccreery)
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2022-05-12 11:24:03 -07:00
|
|
|
#define OLED_FONT_H "keyboards/mechwild/mokulua/glcdfont.c"
|
2022-05-11 21:49:11 -07:00
|
|
|
|
|
|
|
#define MASTER_LEFT
|
|
|
|
//#define MASTER_RIGHT
|
|
|
|
#define SPLIT_LAYER_STATE_ENABLE
|
|
|
|
#define SPLIT_LED_STATE_ENABLE
|
|
|
|
#define SPLIT_MODS_ENABLE
|
|
|
|
#define SPLIT_OLED_ENABLE
|
|
|
|
|
|
|
|
/* RGB options */
|
2022-07-17 16:55:32 -07:00
|
|
|
/*== choose RGB animations ==*/
|
2022-05-11 21:49:11 -07:00
|
|
|
//# 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_CHRISTMAS
|
|
|
|
//# define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
|
|
|
//# define RGBLIGHT_EFFECT_RGB_TEST
|
|
|
|
//# define RGBLIGHT_EFFECT_ALTERNATING
|
|
|
|
|
|
|
|
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
|
|
|
#define LOCKING_SUPPORT_ENABLE
|
|
|
|
/* Locking resynchronize hack */
|
|
|
|
#define LOCKING_RESYNC_ENABLE
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Feature disable options
|
|
|
|
* These options are also useful to firmware size reduction.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* disable debug print */
|
|
|
|
//#define NO_DEBUG
|
|
|
|
|
|
|
|
/* disable print */
|
|
|
|
//#define NO_PRINT
|
|
|
|
|
|
|
|
/* disable action features */
|
|
|
|
//#define NO_ACTION_LAYER
|
|
|
|
//#define NO_ACTION_TAPPING
|
|
|
|
//#define NO_ACTION_ONESHOT
|