xwhatsit: f77: bugfix to the right arrow key
authorPurdea Andrei <andrei.purdea@intel.com>
Thu, 11 Jun 2020 17:19:15 +0000 (20:19 +0300)
committerPurdea Andrei <andrei.purdea@intel.com>
Thu, 11 Jun 2020 17:19:15 +0000 (20:19 +0300)
keyboards/xwhatsit/brand_new_model_f/f77/wcass/config.h

index 149623d..fbdb79a 100644 (file)
@@ -271,3 +271,5 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #if !CAPSENSE_CAL_ENABLED
 #define CAPSENSE_HARDCODED_THRESHOLD 142
 #endif
+
+#define CAPSENSE_KEYMAP_COL_TO_PHYSICAL_COL(col) (((col) == 10)?15:(col))