Simplify splits, expand extentions

This commit is contained in:
Kyle Brown
2020-10-28 17:39:49 -07:00
parent 994012b249
commit 6d941a39bf
6 changed files with 48 additions and 43 deletions

View File

@@ -33,6 +33,9 @@ class Extension:
pass
def after_matrix_scan(self, keyboard, matrix_update):
'''
Return value will be replace matrix update if supplied
'''
pass
def before_hid_send(self, keyboard):