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