summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorFredric Silberberg <frsilb@microsoft.com>2017-11-06 20:30:57 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-06 21:53:27 +0100
commitef2961798cddb43dbcbac9d72ca9d84d71ad565e (patch)
treec4575abf0622818f8e8a03d56310bfe5b27d4d47 /layouts
parent3e861c2fd5e82a1c5fde6f41cc9fb920c4deb22d (diff)
downloadqmk_firmware-ef2961798cddb43dbcbac9d72ca9d84d71ad565e.tar.gz
qmk_firmware-ef2961798cddb43dbcbac9d72ca9d84d71ad565e.tar.xz
Small ergodox config fix and update.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ergodox/333fred/config.h2
-rw-r--r--layouts/community/ergodox/333fred/keymap.c4
-rw-r--r--layouts/community/ergodox/333fred/rules.mk2
3 files changed, 4 insertions, 4 deletions
diff --git a/layouts/community/ergodox/333fred/config.h b/layouts/community/ergodox/333fred/config.h
index 6a03446e0..5e1d2cb39 100644
--- a/layouts/community/ergodox/333fred/config.h
+++ b/layouts/community/ergodox/333fred/config.h
@@ -4,7 +4,7 @@
#include QMK_KEYBOARD_CONFIG_H
#undef TAPPING_TERM
-#define TAPPING_TERM 150
+#define TAPPING_TERM 200
#define PERMISSIVE_HOLD
diff --git a/layouts/community/ergodox/333fred/keymap.c b/layouts/community/ergodox/333fred/keymap.c
index 4e2cffa54..8c79b111e 100644
--- a/layouts/community/ergodox/333fred/keymap.c
+++ b/layouts/community/ergodox/333fred/keymap.c
@@ -45,7 +45,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
* | TAB | Q | W | E | R | T | L1 | | L2 | Y | U | I | O | P | \ |
* |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
- * | Esc | A | S | D |LT 3,F| G |------| |------| H | J | K | L | ; | ' |
+ * | Esc | A | S | D | F | G |------| |------| H | J | K | L | ; | ' |
* |--------+------+------+------+------+------| L2 | |MO(3) |------+------+------+------+------+--------|
* | LShift |Z/Ctrl| X | C | V | B | | | | N | M | , | . |//Ctrl| RShift |
* `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
@@ -65,7 +65,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// left hand
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_EQL,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, TG(CODE),
- KC_ESC, KC_A, KC_S, KC_D, LT(VIM, KC_F),KC_G,
+ KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G,
OSM(MOD_LSFT), CTL_T(KC_Z), KC_X, KC_C, KC_V, KC_B, TG(SYMB),
OSM(MOD_LCTL), KC_F4, KC_F5, KC_LGUI,KC_LALT,
LCTL(KC_C), LCTL(KC_V),
diff --git a/layouts/community/ergodox/333fred/rules.mk b/layouts/community/ergodox/333fred/rules.mk
index 31e723732..2a522112e 100644
--- a/layouts/community/ergodox/333fred/rules.mk
+++ b/layouts/community/ergodox/333fred/rules.mk
@@ -4,6 +4,6 @@ BACKLIGHT_ENABLE = yes
NKRO_ENABLE = yes
KEY_LOCK_ENABLE = yes
TAP_DANCE_ENABLE = yes
-
+CONSOLE_ENABLE = no