summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox80/config.h
diff options
context:
space:
mode:
authorprofet23 <bgrabkowitz@gmail.com>2016-09-07 03:59:23 +0200
committerprofet23 <bgrabkowitz@gmail.com>2016-09-07 03:59:47 +0200
commit1406118c7123359cd66d589d22d6ecfa268e3a24 (patch)
tree5305a66e7cc75e78e812f7a4a09a5a1f79011c67 /keyboards/ergodox80/config.h
parent36e16b46e37b3bcc1753ff0a2006179f0dd005e7 (diff)
downloadqmk_firmware-1406118c7123359cd66d589d22d6ecfa268e3a24.tar.gz
qmk_firmware-1406118c7123359cd66d589d22d6ecfa268e3a24.tar.xz
Removing separate ergodox80 project.
Created KEYMAP_80 in ez.h to support 80 key ergodoxes. Creating default_80 keymap as ez keymap.
Diffstat (limited to 'keyboards/ergodox80/config.h')
-rw-r--r--keyboards/ergodox80/config.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/keyboards/ergodox80/config.h b/keyboards/ergodox80/config.h
deleted file mode 100644
index 5dd6daa15..000000000
--- a/keyboards/ergodox80/config.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef KEYBOARDS_ERGODOX_CONFIG_H_
-#define KEYBOARDS_ERGODOX_CONFIG_H_
-
-#define MOUSEKEY_DELAY 100
-#define MOUSEKEY_INTERVAL 20
-#define MOUSEKEY_MAX_SPEED 3
-#define MOUSEKEY_TIME_TO_MAX 10
-
-#define TAPPING_TOGGLE 1
-
-/* define if matrix has ghost */
-//#define MATRIX_HAS_GHOST
-
-#define TAPPING_TERM 200
-#define IGNORE_MOD_TAP_INTERRUPT // this makes it possible to do rolling combos (zx) with keys that convert to other keys on hold (z becomes ctrl when you hold it, and when this option isn't enabled, z rapidly followed by x actually sends Ctrl-x. That's bad.)
-
-/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
-#define LOCKING_SUPPORT_ENABLE
-/* Locking resynchronize hack */
-#define LOCKING_RESYNC_ENABLE
-
-/* key combination for command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \
- keyboard_report->mods == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \
-)
-
-#include "ergodox80/config.h"
-
-
-#endif /* KEYBOARDS_ERGODOX_CONFIG_H_ */