Support international keys on darp6

This commit is contained in:
Jeremy Soller
2020-10-06 09:28:38 -06:00
committed by Jeremy Soller
parent b2aa7ba975
commit fcfdcb88c3
2 changed files with 14 additions and 1 deletions

View File

@@ -264,4 +264,9 @@ uint16_t keymap_translate(uint16_t key);
#define K_NUM_8 (0x75)
#define K_NUM_9 (0x7D)
// International keys
#define K_INT_1 (0x61)
#define K_INT_2 (0x5D)
#endif // _COMMON_KEYMAP_H