adafruit / Adafruit_CircuitPython_HID

USB Human Interface Device drivers.
MIT License
364 stars 106 forks source link

Keyboard layout fr #107

Closed inemajo closed 1 year ago

inemajo commented 1 year ago

Hello I implemented keyboard_layout for french keyboard.

I've had some problems for using "COMBINED_KEYS" attribute for french dead keys circumflex and two dots because their keycode are not used into ASCII_TO_KEYCODE

I hesitated between using somes \x00 entries (like NUL, SOH) or creating a new attribute, In the end I choose the second way

thank you

inemajo commented 1 year ago

I did not know about this repo thanks for the information