We should make some change with nRFready Desktop 2 to realize my own keboard.
Can I just change io_cfg.h to achieve this?
We should make some change with nRFready Desktop 2 to realize my own keboard.
Can I just change io_cfg.h to achieve this?
Hi,
Most likely; no, you need to do more than that. First you need to match your GPIO pinout to the keyboard matrix that you have. In addition, you need to figure out the mapping of the rows to ensure it's scanned accordingly (ie: when you press 'a', you should send an 'a' over the air).
Best regards Håkon
Hi,
Most likely; no, you need to do more than that. First you need to match your GPIO pinout to the keyboard matrix that you have. In addition, you need to figure out the mapping of the rows to ensure it's scanned accordingly (ie: when you press 'a', you should send an 'a' over the air).
Best regards Håkon