qmk_firmware/keyboards/nek_type_a
James Young efe0d96845
Migrate LOCKING_*_ENABLE to Data-Driven: N (#23774)
Affects:

  - `nacly/sodium42`
  - `nacly/sodium50`
  - `nacly/sodium62`
  - `nacly/splitreus62`
  - `nacly/ua62`
  - `nek_type_a`
  - `nemui`
  - `nibiria/stream15`
  - `nightingale_studios/hailey`
  - `nightly_boards/adellein`
  - `nightly_boards/alter/rev1`
  - `nightly_boards/alter_lite`
  - `nightly_boards/conde60`
  - `nightly_boards/daily60`
  - `nightly_boards/jisoo`
  - `nightly_boards/n2`
  - `nightly_boards/n40_o`
  - `nightly_boards/n60_s`
  - `nightly_boards/n87`
  - `nightly_boards/n9`
  - `nightly_boards/octopad`
  - `nightly_boards/octopadplus`
  - `nightly_boards/paraluman`
  - `nightly_boards/ph_arisu`
  - `nightmare`
  - `nimrod`
  - `nix_studio/oxalys80`
  - `nopunin10did/jabberwocky/v1`
  - `nopunin10did/jabberwocky/v2`
  - `nopunin10did/railroad/rev0`
  - `novelkeys/novelpad`
  - `noxary/220`
  - `noxary/260`
  - `noxary/268`
  - `noxary/268_2`
  - `noxary/268_2_rgb`
  - `noxary/280`
  - `noxary/378`
  - `noxary/valhalla`
  - `noxary/vulcan`
  - `noxary/x268`
  - `numatreus`
2024-05-22 20:41:29 +01:00
..
keymaps/default Remove legacy keycodes, part 6 (#18740) 2022-10-16 14:14:40 +01:00
config.h Migrate LOCKING_*_ENABLE to Data-Driven: N (#23774) 2024-05-22 20:41:29 +01:00
keyboard.json Migrate LOCKING_*_ENABLE to Data-Driven: N (#23774) 2024-05-22 20:41:29 +01:00
matrix.c Remove matrix_init_quantum/matrix_scan_quantum (#19806) 2023-02-11 03:47:17 +00:00
mcp23017.c Fix functions with empty params (#19647) 2023-01-20 16:21:17 +00:00
mcp23017.h Change keyboard level include guards to pragma once (#14248) 2021-09-01 19:03:14 +10:00
nek_type_a.h I2C driver cleanup (#21273) 2024-01-17 14:05:38 +01:00
readme.md
rules.mk Migrate build target markers to keyboard.json - N (#23589) 2024-04-23 03:59:58 +01:00

nek_type_a

NEK Type A Keyboard

Natural Ergonomic Keyboard, Type A

Keyboard Maintainer: Mike Roberts
Hardware Supported: Custom PCBs from https://github.com/ecopoesis/nek-type-a
Hardware Availability: https://github.com/ecopoesis/nek-type-a

Design

This is a column-driven split keyboard using three custom PCBs connected with ribbon cables. The left and right PCBs are passive: they only have the diodes and switches needed to make the matrix. The center PCB has an Adafruit Feather 32u4 and MCP23017 expander.

The left matrix has its rows and columns directly connected to the Feather. The right matrix has its rows connect to the Feather (using the same pins as the left matrix) and its columns connected to the expander. The expander uses the LUFA hardware TWI driver.

Bluetooth is enabled.

Building

Make and install this keyboard (after setting up your build environment):

make nek_type_a:default:avrdude

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.