diff options
author | Jarrett Drouillard <jarrett@thestyl.us> | 2021-08-12 11:56:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 08:56:25 -0700 |
commit | 2218879d6878a63e74bca473399f9d315da7648b (patch) | |
tree | b89bb1ec1d704f6e101b5c8e2a6ae42de961c427 /keyboards/planck/keymaps/kuatsure/config.h | |
parent | a2d5468df331fec6d76a9c5fd4253ec788507bb1 (diff) | |
download | qmk_firmware-2218879d6878a63e74bca473399f9d315da7648b.tar.gz qmk_firmware-2218879d6878a63e74bca473399f9d315da7648b.zip |
[Keymap] add kuatsure planck keymap (#10625)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/planck/keymaps/kuatsure/config.h')
-rw-r--r-- | keyboards/planck/keymaps/kuatsure/config.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/kuatsure/config.h b/keyboards/planck/keymaps/kuatsure/config.h new file mode 100644 index 0000000000..8d832285bc --- /dev/null +++ b/keyboards/planck/keymaps/kuatsure/config.h @@ -0,0 +1,33 @@ +/* Copyright 2020 kuatsure + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#pragma once + +#ifdef AUDIO_ENABLE + #define STARTUP_SONG SONG(PLANCK_SOUND) + // #define STARTUP_SONG SONG(NO_SOUND) + + #define GAME_SOUND DVORAK_SOUND + + #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ + SONG(GAME_SOUND) \ + } +#endif + +#define MIDI_BASIC + +// Most tactile encoders have detents every 4 stages +#define ENCODER_RESOLUTION 4 |