This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import usb_hid | |
from adafruit_hid.keyboard import Keyboard | |
#You may have to change this layout depending on your keyboard layout | |
from keyboard_layout_win_uk import KeyboardLayout | |
#from keyboard_layout_win_fr import KeyboardLayout #This is for a french keyboard for example. | |
from keycode_win_uk import Keycode | |
import digitalio | |
import board |