mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2025-01-29 08:35:39 +00:00
Put correct DIP switch row in sol keycap definitions for rev 2.3 interface
This commit is contained in:
parent
e37da4e969
commit
b7f5f29f7b
@ -34,7 +34,7 @@
|
|||||||
// Edit the number of rows and columns used in this map. If the number is less
|
// 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.
|
// 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
|
#define ASDF_SOL_NUM_COLS 8
|
||||||
|
|
||||||
|
|
||||||
@ -131,7 +131,7 @@
|
|||||||
.initial_value = SOL_KBD_TTL_HIGH }, \
|
.initial_value = SOL_KBD_TTL_HIGH }, \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define DIP_SWITCH_ROW 8
|
#define DIP_SWITCH_ROW 15
|
||||||
|
|
||||||
#define ASDF_SOL_DIP_SWITCHES \
|
#define ASDF_SOL_DIP_SWITCHES \
|
||||||
[DIP_SWITCH_ROW] = { ACTION_MAPSEL_0, ACTION_MAPSEL_1, ACTION_MAPSEL_2, ACTION_MAPSEL_3 }
|
[DIP_SWITCH_ROW] = { ACTION_MAPSEL_0, ACTION_MAPSEL_1, ACTION_MAPSEL_2, ACTION_MAPSEL_3 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user