Help with Keymapping/Hexadecimal

Zarugal

28 Aug 2017, 20:37

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?

HuBandiT

29 Aug 2017, 11:32

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.

Zarugal

30 Aug 2017, 14:16

It is just a case of continuing with the alphabet - thank you!

HuBandiT

30 Aug 2017, 15:39

You're welcome!

Post Reply

Return to “Workshop”