Put correct DIP switch row in sol keycap definitions for rev 2.3 interface

This commit is contained in:
David Fenyes 2020-03-21 14:47:54 -05:00
parent e37da4e969
commit b7f5f29f7b

View File

@ -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 }