summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/abishalom/config.h
diff options
context:
space:
mode:
authorAbi Shalom <abishalom1997@gmail.com>2020-07-08 15:53:29 -0500
committerGitHub <noreply@github.com>2020-07-08 21:53:29 +0100
commit071e0c2029e7923cbaa6ff721365b2f61cdd08d8 (patch)
tree7c4edc24a5f8132e55f72a19543be0868e6e2ebc /keyboards/planck/keymaps/abishalom/config.h
parent2b55c419ea72225030c884ce818a571ef0247b42 (diff)
Created abishalom keymap (#9669)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/planck/keymaps/abishalom/config.h')
-rw-r--r--keyboards/planck/keymaps/abishalom/config.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/abishalom/config.h b/keyboards/planck/keymaps/abishalom/config.h
new file mode 100644
index 0000000000..672c5d570f
--- /dev/null
+++ b/keyboards/planck/keymaps/abishalom/config.h
@@ -0,0 +1,35 @@
+#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
+ */
+
+/* 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