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.

30 lines
1.2 KiB

  1. # nek_type_a
  2. ![NEK Type A Keyboard](https://i.imgur.com/XFnjlQ9.jpg)
  3. Natural Ergonomic Keyboard, Type A
  4. Keyboard Maintainer: [Mike Roberts](https://github.com/ecopoesis)
  5. Hardware Supported: Custom PCBs from https://github.com/ecopoesis/nek-type-a
  6. Hardware Availability: https://github.com/ecopoesis/nek-type-a
  7. ## Design
  8. This is a column-driven split keyboard using three custom PCBs connected with ribbon cables. The left and right PCBs are
  9. passive: they only have the diodes and switches needed to make the matrix. The center PCB has an Adafruit Feather 32u4 and
  10. MCP23017 expander.
  11. The left matrix has its rows and columns directly connected to the Feather. The right matrix has its rows connect to the
  12. Feather (using the same pins as the left matrix) and its columns connected to the expander. The expander uses the LUFA
  13. hardware TWI driver.
  14. Bluetooth is enabled.
  15. ## Building
  16. Make and install this keyboard (after setting up your build environment):
  17. ```
  18. make nek_type_a:default:avrdude
  19. ```
  20. 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).