25 lines
482 B
Markdown
25 lines
482 B
Markdown
# Splyte
|
|
|
|
![The Splyte Keyboard](https://lyte.dev/uploads/keyboards/splyte.png)
|
|
|
|
Splyte is a simple handwired split keyboard build with BLE capabilities.
|
|
|
|
# Dependencies
|
|
|
|
* See [`qmk_firmware`][0].
|
|
|
|
+ Maintainer: [lytedev](https://github.com/lytedev)
|
|
+ Hardware Supported: Bluefruit Feather 32u4
|
|
+ Hardware Availability: adafruit.com
|
|
|
|
# Flashing
|
|
|
|
```
|
|
make flash
|
|
```
|
|
|
|
# Modifying
|
|
|
|
+ Edit files in `src/` (particularly `keymap/default/keymap.c`).
|
|
+ Flash using previous instructions.
|