summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/default/config.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2018-05-08 23:18:15 +0200
committerJack Humbert <jack.humb@gmail.com>2018-05-08 23:18:15 +0200
commit63d5c947d3bce7ad9db014b7930e4809aa16fa4c (patch)
tree29f2f97b93cf652dcc40742b8b84ae9f78fad900 /keyboards/planck/keymaps/default/config.h
parent14b7602a65dedaf51db1c9288144765d43a83a15 (diff)
downloadqmk_firmware-63d5c947d3bce7ad9db014b7930e4809aa16fa4c.tar.gz
qmk_firmware-63d5c947d3bce7ad9db014b7930e4809aa16fa4c.tar.xz
updated music mask
Diffstat (limited to 'keyboards/planck/keymaps/default/config.h')
-rw-r--r--keyboards/planck/keymaps/default/config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/planck/keymaps/default/config.h b/keyboards/planck/keymaps/default/config.h
index a1635f2ba..7f38058a7 100644
--- a/keyboards/planck/keymaps/default/config.h
+++ b/keyboards/planck/keymaps/default/config.h
@@ -13,8 +13,6 @@
}
#endif
-#define MUSIC_MASK (keycode != KC_NO)
-
/*
* MIDI options
*/
@@ -25,7 +23,7 @@
/* enable basic MIDI features:
- MIDI notes can be sent when in Music mode is on
*/
-
+
#define MIDI_BASIC
/* enable advanced MIDI features:
@@ -39,4 +37,4 @@
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 2
-#endif \ No newline at end of file
+#endif