diff options
Diffstat (limited to 'keyboards/planck/keymaps/lja83/config.h')
| -rw-r--r-- | keyboards/planck/keymaps/lja83/config.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/lja83/config.h b/keyboards/planck/keymaps/lja83/config.h new file mode 100644 index 000000000..b0c34f5c0 --- /dev/null +++ b/keyboards/planck/keymaps/lja83/config.h | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #ifdef AUDIO_ENABLE | ||
| 4 | #define STARTUP_SONG SONG(PLANCK_SOUND) | ||
| 5 | // #define STARTUP_SONG SONG(NO_SOUND) | ||
| 6 | |||
| 7 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | ||
| 8 | SONG(COLEMAK_SOUND), \ | ||
| 9 | SONG(DVORAK_SOUND) \ | ||
| 10 | } | ||
| 11 | #endif | ||
| 12 | |||
| 13 | /* | ||
| 14 | * MIDI options | ||
| 15 | */ | ||
| 16 | |||
| 17 | /* enable basic MIDI features: | ||
| 18 | - MIDI notes can be sent when in Music mode is on | ||
| 19 | */ | ||
| 20 | |||
| 21 | #define MIDI_BASIC | ||
| 22 | |||
| 23 | |||
| 24 | // Most tactile encoders have detents every 4 stages | ||
| 25 | #define ENCODER_RESOLUTION 4 | ||
