diff options
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/j-inc/config.h')
| -rw-r--r-- | keyboards/splitkb/kyria/keymaps/j-inc/config.h | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/j-inc/config.h b/keyboards/splitkb/kyria/keymaps/j-inc/config.h new file mode 100644 index 000000000..833fbe4bd --- /dev/null +++ b/keyboards/splitkb/kyria/keymaps/j-inc/config.h | |||
| @@ -0,0 +1,45 @@ | |||
| 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 | #define OLED_TIMEOUT 300000 | ||
| 22 | #endif | ||
| 23 | |||
| 24 | // If you are using an Elite C rev3 on the slave side, uncomment the lines below: | ||
| 25 | #define SPLIT_USB_DETECT | ||
| 26 | #define NO_USB_STARTUP_CHECK | ||
| 27 | #define SPLIT_USB_TIMEOUT 1000 | ||
| 28 | |||
| 29 | #define MASTER_RIGHT | ||
| 30 | #define ENCODER_DIRECTION_FLIP | ||
| 31 | |||
| 32 | |||
| 33 | #define NO_ACTION_MACRO | ||
| 34 | #define NO_ACTION_FUNCTION | ||
| 35 | #define NO_ACTION_ONESHOT | ||
| 36 | #define OLED_FONT_END 127 | ||
| 37 | |||
| 38 | |||
| 39 | #ifdef RGBLIGHT_ENABLE | ||
| 40 | #define RGBLIGHT_LED_MAP {0,1,2,9,8,7,4,3,5,6,19,18,17,10,11,12,15,16,14,13} // Orients Kyria LEDs to a circle around both halves. | ||
| 41 | //#define RBGLIGHT_LED_MAP {9,8,6,7,5,3,2,4,1,0,10,12,13,11,14,16,17,15,18,19} // Orients Kyria LEDs for a left half-right half columnar progression. | ||
| 42 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 43 | //#define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 44 | #define RGBLIGHT_SLEEP | ||
| 45 | #endif | ||
