summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/motform/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-05-22 06:12:29 +0000
committerQMK Bot <hello@qmk.fm>2021-05-22 06:12:29 +0000
commit4c1ea0a52246f67d7bb75acc099636d638a996a7 (patch)
tree117d3cb6cf0542c8f2170671fbddd48afb8dc1c4 /keyboards/planck/keymaps/motform/config.h
parentc01f873978f02d61f4ce1b01f21687f24ad328de (diff)
parent3328aefd8ebfd06217447ab8f2de2560193a38c1 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/planck/keymaps/motform/config.h')
-rw-r--r--keyboards/planck/keymaps/motform/config.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/keyboards/planck/keymaps/motform/config.h b/keyboards/planck/keymaps/motform/config.h
index 9020d2b9f8..6f70f09bee 100644
--- a/keyboards/planck/keymaps/motform/config.h
+++ b/keyboards/planck/keymaps/motform/config.h
@@ -1,36 +1 @@
#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
-
-/* 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
-
-// Most tactile encoders have detents every 4 stages
-#define ENCODER_RESOLUTION 4
-