1
0
Fork 0

[Keyboard] Add NEISO Macro Pad (#7163)

* Initial Commit

Initial commit of the N-E-ISO Pad

* Changes to keymap.c

Minor Changes to keymap.c

* Major Changes

Changes to config.h, neiso.c, neiso.h, readme.md, rules.mk, info.json

* Updated readme.md

Changed wording of redme.md

* Initial Commit

Initial commit of the N-E-ISO Pad

* Changes to keymap.c

Minor Changes to keymap.c

* Major Changes

Changes to config.h, neiso.c, neiso.h, readme.md, rules.mk, info.json

* Updated readme.md

Changed wording of redme.md

* Update keyboards/sck/neiso/info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/sck/neiso/info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/sck/neiso/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Update keyboards/sck/neiso/neiso.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Changes per request

Removed lines 55-60 from default/keymap.c per request
This commit is contained in:
J.Flanagan 2019-10-28 12:57:15 -05:00 committed by Joel Challis
parent 5777177cec
commit 84ac03bbab
9 changed files with 369 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# neiso
![neiso](https://i.imgur.com/8uj89kN.jpg)
A ProMicro/Teensy 2.0/Elite C controlled 5 key macropad using 4 ISO enter keys. Initially based on the I-S-hOle macropad.
Keyboard Maintainer: jrfhoutx
Keyboard Designer: [jrfhoutx](https://github.com/jrfhoutx)
Hardware Supported: N-E-ISO PCB; ProMicro, Teensy 2.0, Elite C, Proton C
Hardware Availability: Space City Keyboards
Make example for this keyboard (after setting up your build environment):
make sck/neiso:default
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).