25 lines
429 B
Markdown
25 lines
429 B
Markdown
|
# Splyte
|
||
|
|
||
|
**TODO**: pic(s)
|
||
|
|
||
|
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.
|