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.

45 lines
1.7 KiB

  1. # Splitty
  2. ![Splitty](http://ni.fr.eu.org/~nico/qmk/splitty/splitty_for_scale.jpg)
  3. ![Bottom view](http://ni.fr.eu.org/~nico/qmk/splitty/bottom_view.jpg)
  4. ![Side view](http://ni.fr.eu.org/~nico/qmk/splitty/stack_view.jpg)
  5. ![PCB](http://ni.fr.eu.org/~nico/qmk/splitty/splitty.png)
  6. This is a split ergonomic keyboard initially based on the Ergodox layout
  7. without the thumb cluster. It uses 32 keys per sides with Cherry MX
  8. compatibles switches, thirty 1u and two vertical 1.5u caps.
  9. The controller is integrated in order to make the keyboard as slim as possible.
  10. It connects to the computer using a micro-B USB. Both sides are connected
  11. together also using micro-B USB. Any connection mistake should not break
  12. anything and the keyboard supports hot plugging.
  13. * Keyboard Maintainer: [Nicolas Schodet](https://github.com/schodet)
  14. * Hardware Supported: Splitty
  15. * Hardware Availability: [Splitty](https://git.ni.fr.eu.org/splitty.git/about/)
  16. Make example for this keyboard (after setting up your build environment):
  17. make splitty:default
  18. Flashing example for this keyboard:
  19. make splitty:default:flash
  20. Handedness should be programmed in EEPROM once, you can use these commands to
  21. flash the firmware and the EEPROM:
  22. make splitty:default:dfu-split-left
  23. make splitty:default:dfu-split-right
  24. If you do not have a reset keycode in your keymap, press the reset button or
  25. short the corresponding contacts if not populated to enter bootloader.
  26. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools)
  27. and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide)
  28. for more information. Brand new to QMK? Start with our
  29. [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).