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.

21 lines
994 B

  1. # k8split
  2. ![left](https://raw.githubusercontent.com/Ckath/k8split/master/k8split_left.png)
  3. ![right](https://raw.githubusercontent.com/Ckath/k8split/master/k8split_right.png)
  4. my personal 8x6(x2) split keyboard, aiming to be a mostly normal keyboard layout with plenty of keys. see the hardware repo for more info.
  5. * Keyboard Maintainer: [Ckath](https://github.com/Ckath)
  6. * Hardware: https://github.com/Ckath/k8split
  7. Make example for this keyboard (after setting up your build environment):
  8. make handwired/k8split:default
  9. Flashing (both halves are separate keyboards and the default layout is just for debugging):
  10. # left
  11. make handwired/k8split:left:flash
  12. # right
  13. make handwired/k8split:right: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).