config.h (1403B)
1 /* Copyright 2015-2023 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 /* 28 * MIDI options 29 */ 30 31 /* enable basic MIDI features: 32 - MIDI notes can be sent when in Music mode is on 33 */ 34 35 #define MIDI_BASIC 36 37 /* enable advanced MIDI features: 38 - MIDI notes can be added to the keymap 39 - Octave shift and transpose 40 - Virtual sustain, portamento, and modulation wheel 41 - etc. 42 */ 43 // #define MIDI_ADVANCED 44 45 /* 46 * Encoder options 47 */ 48 // #define PLANCK_ENCODER_SETTLE_PIN_STATE_DELAY 20 49 // #define ENCODER_MAP_KEY_DELAY 10 50 // #define ENCODER_RESOLUTION 4