diff options
author | xton <cmdpix@mac.com> | 2018-08-28 19:54:17 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-28 16:54:17 -0700 |
commit | 3892829d74119b1fe771b4b51c665448a433da1e (patch) | |
tree | 7c871491e2ffd3dd0fc3adcf1fa83b2cce859cd4 /keyboards/niu_mini/keymaps/xtonhasvim/config.h | |
parent | 3c209830558c5911ed7446c026ba4d38fdbfe83e (diff) | |
download | firmware-3892829d74119b1fe771b4b51c665448a433da1e.tar.gz firmware-3892829d74119b1fe771b4b51c665448a433da1e.tar.bz2 firmware-3892829d74119b1fe771b4b51c665448a433da1e.zip |
Keymap: xtonhasvim updates (#3768)
* cherrypicking file changes just for updates
* removed unused heat foo
* avoid defining own min/max
* add license
* formatting
Diffstat (limited to 'keyboards/niu_mini/keymaps/xtonhasvim/config.h')
-rw-r--r-- | keyboards/niu_mini/keymaps/xtonhasvim/config.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/keyboards/niu_mini/keymaps/xtonhasvim/config.h b/keyboards/niu_mini/keymaps/xtonhasvim/config.h index a22bcab0f..aa13d7b73 100644 --- a/keyboards/niu_mini/keymaps/xtonhasvim/config.h +++ b/keyboards/niu_mini/keymaps/xtonhasvim/config.h @@ -3,7 +3,7 @@ #include "../../config.h" -#define MUSIC_MASK (keycode != KC_NO) +// #define MUSIC_MASK (keycode != KC_NO) /* * MIDI options @@ -16,7 +16,7 @@ - MIDI notes can be sent when in Music mode is on */ -#define MIDI_BASIC +// #define MIDI_BASIC /* enable advanced MIDI features: - MIDI notes can be added to the keymap @@ -32,12 +32,6 @@ // help for fast typist+dual function keys? #define PERMISSIVE_HOLD -/* disable debug print */ -#define NO_DEBUG - -/* disable print */ -#define NO_PRINT - /* speed up mousekeys a bit */ #define MOUSEKEY_DELAY 50 #define MOUSEKEY_INTERVAL 20 |