diff options
Diffstat (limited to 'keyboards/kyria/keymaps/gotham/config.h')
| -rw-r--r-- | keyboards/kyria/keymaps/gotham/config.h | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/keyboards/kyria/keymaps/gotham/config.h b/keyboards/kyria/keymaps/gotham/config.h new file mode 100644 index 000000000..1b84d996f --- /dev/null +++ b/keyboards/kyria/keymaps/gotham/config.h | |||
| @@ -0,0 +1,48 @@ | |||
| 1 | /* Copyright 2019 Thomas Baart <thomas@splitkb.com> | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
| 18 | |||
| 19 | #define EE_HANDS | ||
| 20 | #define IGNORE_MOD_TAP_INTERRUPT | ||
| 21 | |||
| 22 | // Fix for Elite C rev3 | ||
| 23 | #define SPLIT_USB_DETECT | ||
| 24 | // Speed up slave half startup | ||
| 25 | #define SPLIT_USB_TIMEOUT 1000 | ||
| 26 | |||
| 27 | #ifdef OLED_DRIVER_ENABLE | ||
| 28 | # define OLED_DISPLAY_128X64 | ||
| 29 | # define OLED_TIMEOUT 10000 | ||
| 30 | #endif | ||
| 31 | |||
| 32 | #ifdef RGBLIGHT_ENABLE | ||
| 33 | # define RGBLIGHT_EFFECT_BREATHING | ||
| 34 | # define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 35 | # define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 36 | # define RGBLIGHT_EFFECT_KNIGHT | ||
| 37 | #endif | ||
| 38 | |||
| 39 | #ifdef ENCODER_ENABLE | ||
| 40 | # define ENCODER_DIRECTION_FLIP | ||
| 41 | # define ENCODER_RESOLUTION 2 | ||
| 42 | #endif | ||
| 43 | |||
| 44 | #ifdef THUMBSTICK_ENABLE | ||
| 45 | # define THUMBSTICK_FLIP_X | ||
| 46 | # define THUMBSTICK_PIN_X F0 | ||
| 47 | # define THUMBSTICK_PIN_Y F1 | ||
| 48 | #endif | ||
