You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
919 B

  1. # Split65
  2. An split 65% keyboard with two OLEDs
  3. * Keyboard Maintainer: [Percy-JW2](https://github.com/PercyJW-2)
  4. * Hardware Supported: ProMicro and compatibles, Proton C
  5. * Hardware Availability: [Repository](https://github.com/PercyJW-2/Split65)
  6. Make example for this keyboard with an ProMicro:
  7. make handwired/split65/promicro:default
  8. Make example for this keyboard with an Proton C:
  9. make handwired/split65/stm32:default
  10. Example for flashing this keyboard with an ProMicro
  11. make handwired/split65/promicro:default:flash
  12. Example for flashing this keyboard with an Proton C
  13. make handwired/split65/stm32:default:flash
  14. 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).