geekhack
geekhack Community => Keyboards => Topic started by: aholland909 on Sun, 28 May 2017, 16:29:58
-
Greetings
I've tried to program my GH60 using EasyAVR, all other keys were fine apart from the backslash and pipe key, which when programmed produces a # and ~.
I think is a issue with the AVR 'HID_KEYBOARD_SC_BACKSLASH_AND_PIPE', because the key being programmed can be programmed to others.
Thanks
EDIT : I just needed to change 'HID_KEYBOARD_SC_BACKSLASH_AND_PIPE' to 'HID_KEYBOARD_SC_NON_US_BACKSLASH_AND_PIPE'