aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorFredric Silberberg <frsilb@microsoft.com>2017-11-06 11:30:57 -0800
committerJack Humbert <jack.humb@gmail.com>2017-11-06 15:53:27 -0500
commitef2961798cddb43dbcbac9d72ca9d84d71ad565e (patch)
treec4575abf0622818f8e8a03d56310bfe5b27d4d47 /layouts
parent3e861c2fd5e82a1c5fde6f41cc9fb920c4deb22d (diff)
downloadqmk_firmware-ef2961798cddb43dbcbac9d72ca9d84d71ad565e.tar.gz
qmk_firmware-ef2961798cddb43dbcbac9d72ca9d84d71ad565e.zip
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 @@
4#include QMK_KEYBOARD_CONFIG_H 4#include QMK_KEYBOARD_CONFIG_H
5 5
6#undef TAPPING_TERM 6#undef TAPPING_TERM
7#define TAPPING_TERM 150 7#define TAPPING_TERM 200
8 8
9#define PERMISSIVE_HOLD 9#define PERMISSIVE_HOLD
10 10
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] = {
45 * |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------| 45 * |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
46 * | TAB | Q | W | E | R | T | L1 | | L2 | Y | U | I | O | P | \ | 46 * | TAB | Q | W | E | R | T | L1 | | L2 | Y | U | I | O | P | \ |
47 * |--------+------+------+------+------+------| | | |------+------+------+------+------+--------| 47 * |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
48 * | Esc | A | S | D |LT 3,F| G |------| |------| H | J | K | L | ; | ' | 48 * | Esc | A | S | D | F | G |------| |------| H | J | K | L | ; | ' |
49 * |--------+------+------+------+------+------| L2 | |MO(3) |------+------+------+------+------+--------| 49 * |--------+------+------+------+------+------| L2 | |MO(3) |------+------+------+------+------+--------|
50 * | LShift |Z/Ctrl| X | C | V | B | | | | N | M | , | . |//Ctrl| RShift | 50 * | LShift |Z/Ctrl| X | C | V | B | | | | N | M | , | . |//Ctrl| RShift |
51 * `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------' 51 * `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
@@ -65,7 +65,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
65 // left hand 65 // left hand
66 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_EQL, 66 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_EQL,
67 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, TG(CODE), 67 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, TG(CODE),
68 KC_ESC, KC_A, KC_S, KC_D, LT(VIM, KC_F),KC_G, 68 KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G,
69 OSM(MOD_LSFT), CTL_T(KC_Z), KC_X, KC_C, KC_V, KC_B, TG(SYMB), 69 OSM(MOD_LSFT), CTL_T(KC_Z), KC_X, KC_C, KC_V, KC_B, TG(SYMB),
70 OSM(MOD_LCTL), KC_F4, KC_F5, KC_LGUI,KC_LALT, 70 OSM(MOD_LCTL), KC_F4, KC_F5, KC_LGUI,KC_LALT,
71 LCTL(KC_C), LCTL(KC_V), 71 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
4NKRO_ENABLE = yes 4NKRO_ENABLE = yes
5KEY_LOCK_ENABLE = yes 5KEY_LOCK_ENABLE = yes
6TAP_DANCE_ENABLE = yes 6TAP_DANCE_ENABLE = yes
7 7CONSOLE_ENABLE = no
8 8
9 9