From 0f474132f59f5c4a185d40909168f768e39abfd2 Mon Sep 17 00:00:00 2001 From: Ben Blazak Date: Tue, 11 Dec 2012 17:20:42 -0800 Subject: [PATCH] fixed layer bug --- src/keyboard/ergodox/layout/colemak-symbol-mod.c | 4 ++-- src/keyboard/ergodox/layout/dvorak-kinesis-mod.c | 2 +- src/keyboard/ergodox/layout/qwerty-kinesis-mod.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/keyboard/ergodox/layout/colemak-symbol-mod.c b/src/keyboard/ergodox/layout/colemak-symbol-mod.c index dda4e15..6068721 100755 --- a/src/keyboard/ergodox/layout/colemak-symbol-mod.c +++ b/src/keyboard/ergodox/layout/colemak-symbol-mod.c @@ -176,7 +176,7 @@ const void_funptr_t PROGMEM _kb_layout_press[KB_LAYERS][KB_ROWS][KB_COLUMNS] = { kprrel, kprrel, kprrel, kprrel, lpush1, kprrel, kprrel, - kprrel, NULL, NULL, + NULL, NULL, kprrel, kprrel, kprrel, kprrel, // right hand slpunum, kprrel, kprrel, kprrel, kprrel, kprrel, kprrel, @@ -278,7 +278,7 @@ const void_funptr_t PROGMEM _kb_layout_release[KB_LAYERS][KB_ROWS][KB_COLUMNS] = kprrel, kprrel, kprrel, kprrel, lpop1, kprrel, kprrel, - kprrel, NULL, NULL, + NULL, NULL, kprrel, kprrel, kprrel, kprrel, // right hand NULL, kprrel, kprrel, kprrel, kprrel, kprrel, kprrel, diff --git a/src/keyboard/ergodox/layout/dvorak-kinesis-mod.c b/src/keyboard/ergodox/layout/dvorak-kinesis-mod.c index 6b1df55..92ee7ef 100644 --- a/src/keyboard/ergodox/layout/dvorak-kinesis-mod.c +++ b/src/keyboard/ergodox/layout/dvorak-kinesis-mod.c @@ -268,7 +268,7 @@ NULL, s2kcap, kprrel, kprrel, kprrel, kprrel, kprrel, lpop1, kprrel, kprrel, kprrel, kprrel, kprrel, kprrel, kprrel, - kprrel, NULL, NULL, + NULL, NULL, kprrel, kprrel, kprrel, kprrel, // right hand NULL, kprrel, kprrel, kprrel, kprrel, kprrel, kprrel, diff --git a/src/keyboard/ergodox/layout/qwerty-kinesis-mod.c b/src/keyboard/ergodox/layout/qwerty-kinesis-mod.c index f18e1bd..216050d 100644 --- a/src/keyboard/ergodox/layout/qwerty-kinesis-mod.c +++ b/src/keyboard/ergodox/layout/qwerty-kinesis-mod.c @@ -268,7 +268,7 @@ NULL, s2kcap, kprrel, kprrel, kprrel, kprrel, kprrel, lpop1, kprrel, kprrel, kprrel, kprrel, kprrel, kprrel, kprrel, - kprrel, NULL, NULL, + NULL, NULL, kprrel, kprrel, kprrel, kprrel, // right hand NULL, kprrel, kprrel, kprrel, kprrel, kprrel, kprrel,