Skip to content

Commit e8b16f6

Browse files
committed
rename keycodes.py to action_code.py
1 parent 2cb6a0a commit e8b16f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

keyboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from adafruit_ble.services.standard.hid import HIDService
1111
from adafruit_hid.keyboard import Keyboard as _Keyboard
1212

13-
from keycodes import *
13+
from action_code import *
1414

1515

1616
___ = TRANSPARENT

0 commit comments

Comments
 (0)