diff options
author | KeLorean <regor2526@gmail.com> | 2018-02-04 13:44:58 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-04 13:44:58 -0500 |
commit | 2908c0f9277d021d35133940d6a4d77569229ecf (patch) | |
tree | 009f3a1af31a553224d9c23037f348781d12ceea /keyboards/planck/keymaps/kelorean/config.h | |
parent | 598384bc1064ab9250191a1727c27a0eea406756 (diff) | |
download | firmware-2908c0f9277d021d35133940d6a4d77569229ecf.tar.gz firmware-2908c0f9277d021d35133940d6a4d77569229ecf.tar.bz2 firmware-2908c0f9277d021d35133940d6a4d77569229ecf.zip |
made kelorean keymaps for planck and s65x (#2331)
* Planck-swapped up/down arrows,s65x-add dvorak
* Added Dvorak as first layer of default keymap
* planck-swap up and down arrows. s65x-added dvorak
* added colemak to kelorean s65x keymap
Diffstat (limited to 'keyboards/planck/keymaps/kelorean/config.h')
-rw-r--r-- | keyboards/planck/keymaps/kelorean/config.h | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/kelorean/config.h b/keyboards/planck/keymaps/kelorean/config.h new file mode 100644 index 000000000..a1635f2ba --- /dev/null +++ b/keyboards/planck/keymaps/kelorean/config.h @@ -0,0 +1,42 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "config_common.h" + +#ifdef AUDIO_ENABLE + #define STARTUP_SONG SONG(PLANCK_SOUND) + // #define STARTUP_SONG SONG(NO_SOUND) + + #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ + SONG(COLEMAK_SOUND), \ + SONG(DVORAK_SOUND) \ + } +#endif + +#define MUSIC_MASK (keycode != KC_NO) + +/* + * MIDI options + */ + +/* Prevent use of disabled MIDI features in the keymap */ +//#define MIDI_ENABLE_STRICT 1 + +/* enable basic MIDI features: + - MIDI notes can be sent when in Music mode is on +*/ + +#define MIDI_BASIC + +/* enable advanced MIDI features: + - MIDI notes can be added to the keymap + - Octave shift and transpose + - Virtual sustain, portamento, and modulation wheel + - etc. +*/ +//#define MIDI_ADVANCED + +/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ +//#define MIDI_TONE_KEYCODE_OCTAVES 2 + +#endif
\ No newline at end of file |