bugfix to fxt_type_2
authorPurdea Andrei <andrei@purdea.ro>
Thu, 26 Nov 2020 23:57:29 +0000 (01:57 +0200)
committerPurdea Andrei <andrei@purdea.ro>
Thu, 26 Nov 2020 23:57:29 +0000 (01:57 +0200)
keyboards/xwhatsit/ibm/fxt_type_2/universal/config.h
keyboards/xwhatsit/ibm/fxt_type_2/wcass/config.h
keyboards/xwhatsit/ibm/fxt_type_2/xwhatsit/config.h

index 24bcdf3..3691e81 100644 (file)
@@ -273,7 +273,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define CAPSENSE_HARDCODED_THRESHOLD 142
 #endif
 
-#define CAPSENSE_KEYMAP_COL_TO_PHYSICAL_COL(col) (15-(col))
+#define CAPSENSE_KEYMAP_COL_TO_PHYSICAL_COL(col) (4+col)
 
 // By default we set up for support of xwhatsit's solenoid driver board.
 // Comment out USING_SOLENOID_ENABLE_PIN if you don't have an enable pin:
index 8a0ed80..ceb4ab3 100644 (file)
@@ -273,7 +273,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define CAPSENSE_HARDCODED_THRESHOLD 142
 #endif
 
-#define CAPSENSE_KEYMAP_COL_TO_PHYSICAL_COL(col) (col)
+#define CAPSENSE_KEYMAP_COL_TO_PHYSICAL_COL(col) (11-col)
 
 // By default we set up for support of xwhatsit's solenoid driver board.
 // Comment out USING_SOLENOID_ENABLE_PIN if you don't have an enable pin:
index 18c0b35..99aa952 100644 (file)
@@ -273,7 +273,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define CAPSENSE_HARDCODED_THRESHOLD 142
 #endif
 
-#define CAPSENSE_KEYMAP_COL_TO_PHYSICAL_COL(col) (col)
+#define CAPSENSE_KEYMAP_COL_TO_PHYSICAL_COL(col) (11-col)
 
 // By default we set up for support of xwhatsit's solenoid driver board.
 // Comment out USING_SOLENOID_ENABLE_PIN if you don't have an enable pin: