From b7f5f29f7b7c756d0defe0d0404c98f17fdb36cf Mon Sep 17 00:00:00 2001 From: David Fenyes Date: Sat, 21 Mar 2020 14:47:54 -0500 Subject: [PATCH] Put correct DIP switch row in sol keycap definitions for rev 2.3 interface --- firmware/asdf/src/Keymaps/asdf_keymap_defs_sol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/asdf/src/Keymaps/asdf_keymap_defs_sol.h b/firmware/asdf/src/Keymaps/asdf_keymap_defs_sol.h index 42572ca..2404430 100644 --- a/firmware/asdf/src/Keymaps/asdf_keymap_defs_sol.h +++ b/firmware/asdf/src/Keymaps/asdf_keymap_defs_sol.h @@ -34,7 +34,7 @@ // Edit the number of rows and columns used in this map. If the number is less // than the maxium, the unused elements will be initialized to 0. -#define ASDF_SOL_NUM_ROWS 13 // DIP switches are row 9 +#define ASDF_SOL_NUM_ROWS 16 // DIP switches are row 9 #define ASDF_SOL_NUM_COLS 8 @@ -131,7 +131,7 @@ .initial_value = SOL_KBD_TTL_HIGH }, \ } -#define DIP_SWITCH_ROW 8 +#define DIP_SWITCH_ROW 15 #define ASDF_SOL_DIP_SWITCHES \ [DIP_SWITCH_ROW] = { ACTION_MAPSEL_0, ACTION_MAPSEL_1, ACTION_MAPSEL_2, ACTION_MAPSEL_3 }