diff options
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/thomasbaart/config.h')
| -rw-r--r-- | keyboards/splitkb/kyria/keymaps/thomasbaart/config.h | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/thomasbaart/config.h b/keyboards/splitkb/kyria/keymaps/thomasbaart/config.h new file mode 100644 index 000000000..6128133ed --- /dev/null +++ b/keyboards/splitkb/kyria/keymaps/thomasbaart/config.h | |||
| @@ -0,0 +1,47 @@ | |||
| 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 | #ifdef OLED_DRIVER_ENABLE | ||
| 20 | #define OLED_DISPLAY_128X64 | ||
| 21 | #endif | ||
| 22 | |||
| 23 | #ifdef RGBLIGHT_ENABLE | ||
| 24 | #define RGBLIGHT_ANIMATIONS | ||
| 25 | #define RGBLIGHT_HUE_STEP 8 | ||
| 26 | #define RGBLIGHT_SAT_STEP 8 | ||
| 27 | #define RGBLIGHT_VAL_STEP 8 | ||
| 28 | #define RGBLIGHT_SLEEP | ||
| 29 | #endif | ||
| 30 | |||
| 31 | // EC11K encoders have a different resolution than other EC11 encoders. | ||
| 32 | // When using the default resolution of 4, if you notice your encoder skipping | ||
| 33 | // every other tick, lower the resolution to 2. | ||
| 34 | #define ENCODER_RESOLUTION 2 | ||
| 35 | |||
| 36 | // The Leader key allows to flexibly assign macros to key sequences. | ||
| 37 | #define LEADER_PER_KEY_TIMING | ||
| 38 | #define LEADER_TIMEOUT 350 | ||
| 39 | |||
| 40 | #define TAPPING_TERM 200 | ||
| 41 | |||
| 42 | // Allows to use either side as the master. Look at the documentation for info: | ||
| 43 | // https://docs.qmk.fm/#/config_options?id=setting-handedness | ||
| 44 | #define EE_HANDS | ||
| 45 | |||
| 46 | // Allows media codes to properly register in macros and rotary encoder code | ||
| 47 | #define TAP_CODE_DELAY 10 | ||
