diff options
Diffstat (limited to 'keyboards/contra/keymaps/msiu')
-rw-r--r-- | keyboards/contra/keymaps/msiu/config.h | 3 | ||||
-rw-r--r-- | keyboards/contra/keymaps/msiu/keymap.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/contra/keymaps/msiu/config.h b/keyboards/contra/keymaps/msiu/config.h index 8757eb70d4..6166fea4a7 100644 --- a/keyboards/contra/keymaps/msiu/config.h +++ b/keyboards/contra/keymaps/msiu/config.h @@ -16,9 +16,6 @@ * 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 */ diff --git a/keyboards/contra/keymaps/msiu/keymap.c b/keyboards/contra/keymaps/msiu/keymap.c index c68c2c7bbf..ee0598533d 100644 --- a/keyboards/contra/keymaps/msiu/keymap.c +++ b/keyboards/contra/keymaps/msiu/keymap.c @@ -16,7 +16,8 @@ enum planck_keycodes { QWERTY = SAFE_RANGE, DVORAK, LOWER, - RAISE + RAISE, + ADJUST }; const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |