Skip to content

Commit ee80b27

Browse files
authored
Merge pull request #19 from kattni/indent
Fix indent.
2 parents 7c1a136 + cfe182a commit ee80b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_macropad.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ def keyboard_layout(self):
405405
"""
406406
if self._keyboard is None:
407407
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)
408+
# This will need to be updated if we add more layouts. Currently there is only US.
409+
self._keyboard_layout = KeyboardLayoutUS(self._keyboard)
410410
return self._keyboard_layout
411411

412412
@property

0 commit comments

Comments
 (0)