diff options
Diffstat (limited to 'keyboards/planck/keymaps/ariccb/config.h')
| -rw-r--r-- | keyboards/planck/keymaps/ariccb/config.h | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/ariccb/config.h b/keyboards/planck/keymaps/ariccb/config.h new file mode 100644 index 000000000..322aa9277 --- /dev/null +++ b/keyboards/planck/keymaps/ariccb/config.h | |||
| @@ -0,0 +1,56 @@ | |||
| 1 | /* Copyright 2015-2021 Jack Humbert | ||
| 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 AUDIO_ENABLE | ||
| 20 | # define STARTUP_SONG SONG(PLANCK_SOUND) | ||
| 21 | // #define STARTUP_SONG SONG(NO_SOUND) | ||
| 22 | |||
| 23 | # define DEFAULT_LAYER_SONGS \ | ||
| 24 | { SONG(QWERTY_SOUND), SONG(COLEMAK_SOUND), SONG(DVORAK_SOUND) } | ||
| 25 | #endif | ||
| 26 | /* | ||
| 27 | * MIDI options | ||
| 28 | */ | ||
| 29 | |||
| 30 | /* enable basic MIDI features: | ||
| 31 | - MIDI notes can be sent when in Music mode is on | ||
| 32 | */ | ||
| 33 | #define MIDI_BASIC | ||
| 34 | /* enable advanced MIDI features: | ||
| 35 | - MIDI notes can be added to the keymap | ||
| 36 | - Octave shift and transpose | ||
| 37 | - Virtual sustain, portamento, and modulation wheel | ||
| 38 | - etc. | ||
| 39 | */ | ||
| 40 | //#define MIDI_ADVANCED | ||
| 41 | |||
| 42 | #define TAPPING_TERM 150 | ||
| 43 | #define IGNORE_MOD_TAP_INTERRUPT | ||
| 44 | // #define IGNORE_MOD_TAP_INTERRUPT | ||
| 45 | // #define HOLD_ON_OTHER_KEY_PRESS | ||
| 46 | |||
| 47 | #define COMBO_TERM 20 | ||
| 48 | |||
| 49 | |||
| 50 | |||
| 51 | #define MOUSEKEY_INTERVAL 16 //Time between cursor movements in milliseconds. | ||
| 52 | //If the refresh rate of your display is 60Hz, you could set it to 16 (1/60). As this raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED | ||
| 53 | #define MOUSEKEY_MAX_SPEED 8 //Maximum cursor speed at which acceleration stops | ||
| 54 | #define MOUSEKEY_TIME_TO_MAX 50 //Time until maximum scroll speed is reached | ||
| 55 | #define MOUSEKEY_DELAY 100 //Delay between pressing a movement key and cursor movement | ||
| 56 | #define MOUSEKEY_MOVE_DELTA 8 //Step size | ||
