Rename "Firmware" to "KeyboardConfig" for clarity in main.py and to illustrate separation of KeyboardConfig/InternalState

This commit is contained in:
Josh Klar
2019-07-20 14:53:30 -07:00
parent e8c3b5ac70
commit 1e9625ae0e
33 changed files with 71 additions and 71 deletions

View File

@@ -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 Firmware
from kmk.boards.klarank import KeyboardConfig
from kmk.keycodes import KC
from kmk.macros.simple import send_string
keyboard = Firmware()
keyboard = KeyboardConfig()
keyboard.tap_time = 750