summaryrefslogtreecommitdiff
path: root/keyboard/planck/extended_keymap_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/planck/extended_keymap_common.h')
-rw-r--r--keyboard/planck/extended_keymap_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboard/planck/extended_keymap_common.h b/keyboard/planck/extended_keymap_common.h
index 21d8978b7b..2dce4a2fac 100644
--- a/keyboard/planck/extended_keymap_common.h
+++ b/keyboard/planck/extended_keymap_common.h
@@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "action_macro.h"
#include "report.h"
#include "host.h"
-#include "print.h"
+// #include "print.h"
#include "debug.h"
#ifdef BOOTMAGIC_ENABLE
@@ -174,4 +174,6 @@ extern const uint16_t fn_actions[];
#define RESET 0x5000
+#define MIDI(n) n | 0x6000
+
#endif