aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/dale/config.h
diff options
context:
space:
mode:
authordlaroe <dlaroe@gmail.com>2018-03-18 00:21:01 -0400
committerJack Humbert <jack.humb@gmail.com>2018-03-18 00:21:01 -0400
commit4ca65bb6c6cc525b1cb65c5e2d3db73c00e111f9 (patch)
tree4c34b78adfed02ffc299d5eecd6e13b54478f9e8 /keyboards/planck/keymaps/dale/config.h
parentb6db61b922f4264803014cfa3def094a909acc2a (diff)
downloadfirmware-4ca65bb6c6cc525b1cb65c5e2d3db73c00e111f9.tar.gz
firmware-4ca65bb6c6cc525b1cb65c5e2d3db73c00e111f9.tar.bz2
firmware-4ca65bb6c6cc525b1cb65c5e2d3db73c00e111f9.zip
retry of PR #2540 (#2554)
* reforked, untarred keymaps, added CRS and renamed my keymap folders * Update readme.md corrected a typo
Diffstat (limited to 'keyboards/planck/keymaps/dale/config.h')
-rw-r--r--keyboards/planck/keymaps/dale/config.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/keyboards/planck/keymaps/dale/config.h b/keyboards/planck/keymaps/dale/config.h
deleted file mode 100644
index 11d51c818..000000000
--- a/keyboards/planck/keymaps/dale/config.h
+++ /dev/null
@@ -1,36 +0,0 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "../../config.h"
-
-/*
- * 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
-
-
-#define MOUSEKEY_INTERVAL 20
-#define MOUSEKEY_DELAY 0
-#define MOUSEKEY_TIME_TO_MAX 100
-#define MOUSEKEY_MAX_SPEED 10
-#define MOUSEKEY_WHEEL_DELAY 0
-
-#endif