Page 1 of 1

Help with Keymapping/Hexadecimal

Posted: 28 Aug 2017, 20:37
by Zarugal
I'm working on a handwired build and I am currently trying to define the keymap. I have 17 columns and therefore am over the scope of hexadecimal, so how do I define the 17th Column? If I use K10/K11 I overrun the column into the next row.

Here's a demonstration of the conflict below in case I am unclear.

Code: Select all

K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0a, K0b, K0c, K0d, K0e, K0f, K??
K10, K11, K12
K20, K21
If I use K10 on the top row, my second row will no longer work, so what do I use?

Posted: 29 Aug 2017, 11:32
by HuBandiT
If nothing is _actually_ using these identifiers as hexadecimal numbers (and if you are working in C, that is quite likely), then nothing keeps you from just marching on with the alphabet.

Posted: 30 Aug 2017, 14:16
by Zarugal
It is just a case of continuing with the alphabet - thank you!

Posted: 30 Aug 2017, 15:39
by HuBandiT
You're welcome!