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.9 KiB

  1. # 3W6
  2. ![3W6](https://raw.githubusercontent.com/weteor/3W6/main/images/3w6_rev2_1s.jpg)
  3. The 3w6 is a low profile, split ortholinear keyboard with 36 keys.
  4. I needed a keyboard for work and wasn't really satisfied with the available alternatives (namely Corne, Kyria and Ferris), mostly because they are either rather large and/or don't have the spacing I would like.
  5. The 3w6 is designed to be a simple, realiable, cheap and small keyboard to be taken everywhere.
  6. There are currently two revisions:
  7. * Rev1:
  8. - onboard microcontroller (ATMega32U4)
  9. - USB-C connector Board <-> PC
  10. - USB-C connectors between both split halfs
  11. - choc spacing (18x17mm)
  12. - aggressive pinky stagger
  13. - support for Choc V1 switches
  14. * Rev2:
  15. - everything Rev1 did
  16. - additional middle plate (2mm)
  17. - support for [Pimoroni Trackball](https://shop.pimoroni.com/products/trackball-breakout) instead of outer thumb switch on right half, needs midplate
  18. - mounting holes for [Tenting Puck](https://splitkb.com/collections/keyboard-parts/products/tenting-puck), only usable without mid or switchplate
  19. ---
  20. * Keyboard Maintainer: [weteor](https://github.com/weteor)
  21. * Hardware Supported:
  22. * 3w6 rev1
  23. * 3w6 rev2 (with Pimoroni support)
  24. * Hardware Availability:
  25. * make one yourself: [Design and Productionfiles](https://github.com/weteor/3w6)
  26. * maintainer is selling kits when available
  27. ---
  28. To reach the bootloader, connect the board to the PC and push the reset button on left half.
  29. Make examples for this keyboard (after setting up your build environment):
  30. make 3w6/rev1:default
  31. make 3w6/rev2:default
  32. make 3w6/rev2:default_pimoroni
  33. ---
  34. 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).