8385ab32d0
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joris Wachsmuth <jwachsmuth@techfak.uni-bielefeld.de>
25 lines
919 B
Markdown
25 lines
919 B
Markdown
# Split65
|
|
|
|
An split 65% keyboard with two OLEDs
|
|
|
|
* Keyboard Maintainer: [Percy-JW2](https://github.com/PercyJW-2)
|
|
* Hardware Supported: ProMicro and compatibles, Proton C
|
|
* Hardware Availability: [Repository](https://github.com/PercyJW-2/Split65)
|
|
|
|
Make example for this keyboard with an ProMicro:
|
|
|
|
make handwired/split65/promicro:default
|
|
|
|
Make example for this keyboard with an Proton C:
|
|
|
|
make handwired/split65/stm32:default
|
|
|
|
Example for flashing this keyboard with an ProMicro
|
|
|
|
make handwired/split65/promicro:default:flash
|
|
|
|
Example for flashing this keyboard with an Proton C
|
|
|
|
make handwired/split65/stm32:default:flash
|
|
|
|
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|