17
Change Functions of Keys
We use different types of key when we play different games or use varied software, so we need
to replace the function in the FruitKey, which is very simple.
The
SunFounder
FruitKey
is designed as a control board based on
Arduino
to make a keyboard
with rich key functions. Therefore, we can change the function of the keys via checking the
libraries.
1) Find the folder in which you saved
UsbKeyboard
previously. Select
File
->
Preferences
, and a
window will pop up, on which you can see the location of the folder. Please note that the
path may differ from what's shown in this case.
2) Then go to this path, and you can see a
libraries
folder.
3) Open
usb_keymap.h
under
C:\Users\sunfounder\Documents\Arduino\libraries\UsbKeyboard
SunFounder