Rename KeyboardConfig to KMKKeyboard - prepping for later merge with InternalState
This commit is contained in:
@@ -40,11 +40,11 @@ Here's an example of all this in action:
|
||||
|
||||
```python
|
||||
# user_keymaps/some_silly_example.py
|
||||
from kmk.boards.klarank import KeyboardConfig
|
||||
from kmk.boards.klarank import KMKKeyboard
|
||||
from kmk.keycodes import KC
|
||||
from kmk.macros.simple import send_string
|
||||
|
||||
keyboard = KeyboardConfig()
|
||||
keyboard = KMKKeyboard()
|
||||
|
||||
keyboard.tap_time = 750
|
||||
|
||||
|
Reference in New Issue
Block a user