diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-31 04:16:56 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-31 04:16:56 +0000 |
commit | 5c6c37e3a9caed50f28a1f234485a4052d4f67bd (patch) | |
tree | e4221cc0d6d67b25ed43c0884e9d44a3285881ba /keyboards/planck/keymaps/lja83/config.h | |
parent | c22f4aeb8e96b8434ce17b73fd89ebc553ae2002 (diff) | |
parent | 6bafefa88602c8032f6f861844ba0ac886d312a0 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 0000000000..b0c34f5c02 --- /dev/null +++ b/keyboards/planck/keymaps/lja83/config.h @@ -0,0 +1,25 @@ +#pragma once + +#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 + +/* + * MIDI options + */ + +/* enable basic MIDI features: + - MIDI notes can be sent when in Music mode is on +*/ + +#define MIDI_BASIC + + +// Most tactile encoders have detents every 4 stages +#define ENCODER_RESOLUTION 4 |