qmk-keychron-q3-colemak-dh/keyboards/custommk/evo70/config.h
passing-comet 7753dbdab4
Enable Vial for the customMK EVO70 (#166)
* add vial support for evo70

* add default config for evo70

* add alternate tap dance build for evo70

* revert backlight_avr.c

* set unlock keys for evo70

* add unlock keys to evo70 tap dance build
2022-05-12 18:28:14 -06:00

51 lines
1.5 KiB
C

/* Copyright 2021 customMK
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "config_common.h"
#define OLED_UPDATE_INTERVAL 33
#define OLED_DISABLE_TIMEOUT
#define ENCODERS_PAD_A { C7 }
#define ENCODERS_PAD_B { D5 }
#define ENCODER_RESOLUTION 2
#define TAP_CODE_DELAY 10
#define BACKLIGHT_PIN B5
#define BACKLIGHT_ON_STATE 0
#define BACKLIGHT_LEVELS 5
#define BACKLIGHT_DEFAULT_LEVEL 3
#define BACKLIGHT_CAPS_LOCK
// #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
// #define RGBLIGHT_EFFECT_TWINKLE
// #define RGBLIGHT_LAYERS
#define RGBLIGHT_VAL_STEP 25
#define RGBLIGHT_LIMIT_VAL 250
#define RGBLIGHT_DEFAULT_VAL 150
#define RGBLIGHT_SLEEP