2019-12-20 13:39:50 -06:00
|
|
|
# Splyte
|
|
|
|
|
2022-01-28 11:58:23 -06:00
|
|
|
![The Splyte Keyboard](https://files.lyte.dev/keyboards/splyte.png)
|
2019-12-20 13:39:50 -06:00
|
|
|
|
|
|
|
Splyte is a simple handwired split keyboard build with BLE capabilities.
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
2022-01-28 11:23:27 -06:00
|
|
|
- See [`qmk_firmware`][0].
|
2019-12-20 13:39:50 -06:00
|
|
|
|
2022-01-28 11:23:27 -06:00
|
|
|
* Maintainer: [lytedev](https://github.com/lytedev)
|
|
|
|
* Hardware Supported: Bluefruit Feather 32u4
|
|
|
|
* Hardware Availability: adafruit.com
|
2019-12-20 13:39:50 -06:00
|
|
|
|
|
|
|
# Flashing
|
|
|
|
|
|
|
|
```
|
|
|
|
make flash
|
|
|
|
```
|
|
|
|
|
|
|
|
# Modifying
|
|
|
|
|
2022-01-28 11:23:27 -06:00
|
|
|
- Edit files in `src/` (particularly `keymap/default/keymap.c`).
|
|
|
|
- Flash using previous instructions.
|
|
|
|
|
|
|
|
[0]: https://github.com/lytedev/qmk_firmware
|