Swap space and backspace on ferris

This commit is contained in:
Thomas Haukland
2022-05-23 21:10:32 +02:00
parent 7691878f4b
commit b41f55e22e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_WHEEL_TIME_TO_MAX 100
// Pick good defaults for enabling homerow modifiers
#define TAPPING_TERM 280
#define TAPPING_TERM 200
// #define PERMISSIVE_HOLD
#define IGNORE_MOD_TAP_INTERRUPT
#define TAPPING_FORCE_HOLD
+3 -3
View File
@@ -38,8 +38,8 @@
"KC_DOT",
"KC_SLSH",
"LT(6,KC_ESC)",
"LT(3,KC_BSPC)",
"LT(2,KC_SPC)",
"LT(3,KC_SPC)",
"LT(2,KC_BSPC)",
"LT(4,KC_ENT)"
],
[
@@ -260,4 +260,4 @@
]
],
"author": "thomas.haukland@gmail.com"
}
}