diff options
| author | Edmund Miller <edmund.a.miller@gmail.com> | 2019-02-07 17:32:39 -0600 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-02-07 15:32:39 -0800 |
| commit | be3a59d0ff19ff3721e4d9f8a7c1d8f98202dc4e (patch) | |
| tree | 0ae3a506fe8a1c1e761ef4ab3d37bd85aa2c522f /keyboards/planck/keymaps/emiller/config.h | |
| parent | 6be078445cf017cd8b491c19a3b244b46dcf3ae0 (diff) | |
| download | qmk_firmware-be3a59d0ff19ff3721e4d9f8a7c1d8f98202dc4e.tar.gz qmk_firmware-be3a59d0ff19ff3721e4d9f8a7c1d8f98202dc4e.zip | |
[Keymap] Add Emiller Personal planck layout (#4249)
* Add emiller
* Add Num Layer
* Update QWERTY
* Update Raise and Lower
* Add right shift to match ergodox
* Update keyboards/planck/keymaps/emiller/config.h
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com>
* Update keyboards/planck/keymaps/emiller/config.h
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com>
* Update keyboards/planck/keymaps/emiller/config.h
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com>
* Update keyboards/planck/keymaps/emiller/keymap.c
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com>
* Update keyboards/planck/keymaps/emiller/keymap.c
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com>
* Update keyboards/planck/keymaps/emiller/config.h
Co-Authored-By: Emiller88 <edmund.a.miller@gmail.com>
* Add revisions
Co-authored-by: drashna <drashna@live.com>
Diffstat (limited to 'keyboards/planck/keymaps/emiller/config.h')
| -rw-r--r-- | keyboards/planck/keymaps/emiller/config.h | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/emiller/config.h b/keyboards/planck/keymaps/emiller/config.h new file mode 100644 index 000000000..5fdfe80b3 --- /dev/null +++ b/keyboards/planck/keymaps/emiller/config.h | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | |||
| 4 | #ifdef AUDIO_ENABLE | ||
| 5 | #define STARTUP_SONG SONG(PLANCK_SOUND) | ||
| 6 | // #define STARTUP_SONG SONG(NO_SOUND) | ||
| 7 | |||
| 8 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | ||
| 9 | SONG(COLEMAK_SOUND), \ | ||
| 10 | SONG(DVORAK_SOUND) \ | ||
| 11 | } | ||
| 12 | #endif | ||
| 13 | |||
| 14 | #define MUSIC_MASK (keycode != KC_NO) | ||
| 15 | |||
| 16 | /* | ||
| 17 | * MIDI options | ||
| 18 | */ | ||
| 19 | |||
| 20 | /* Prevent use of disabled MIDI features in the keymap */ | ||
| 21 | //#define MIDI_ENABLE_STRICT 1 | ||
| 22 | |||
| 23 | /* enable basic MIDI features: | ||
| 24 | - MIDI notes can be sent when in Music mode is on | ||
| 25 | */ | ||
| 26 | |||
| 27 | #define MIDI_BASIC | ||
| 28 | |||
| 29 | /* enable advanced MIDI features: | ||
| 30 | - MIDI notes can be added to the keymap | ||
| 31 | - Octave shift and transpose | ||
| 32 | - Virtual sustain, portamento, and modulation wheel | ||
| 33 | - etc. | ||
| 34 | */ | ||
| 35 | //#define MIDI_ADVANCED | ||
| 36 | |||
| 37 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
| 38 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 | ||
| 39 | |||
