We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c1a136 + cfe182a commit ee80b27Copy full SHA for ee80b27
adafruit_macropad.py
@@ -405,8 +405,8 @@ def keyboard_layout(self):
405
"""
406
if self._keyboard is None:
407
self._keyboard = Keyboard(usb_hid.devices)
408
- # This will need to be updated if we add more keyboard layouts. Currently there is only US.
409
- self._keyboard_layout = KeyboardLayoutUS(self._keyboard)
+ # This will need to be updated if we add more layouts. Currently there is only US.
+ self._keyboard_layout = KeyboardLayoutUS(self._keyboard)
410
return self._keyboard_layout
411
412
@property
0 commit comments