qmk-firmware/keyboards/ergoinu
noroadsleft 398204b2a0 EKeyboard: ErgoInu Configurator fix (#4665)
* ErgoInu: Configurator update, part 1

Give each key its own line to make the file easier to debug.

* ErgoInu: Configurator update, part 2

- converted all JSON variables to lowercase (this was the bugfix)
- converted Tabs to Spaces

* ErgoInu: Configurator update, part 3

- break key data into chunks

* ErgoInu: Configurator update, part 4

Rebuilt the layout tree into a new file, taking the Y values from the original data. Copied relevant data from original file into the new file, and then overwrote the original file.
2018-12-16 00:40:46 -08:00
..
keymaps Replace outdated RGB/Audio information 2018-10-22 14:55:05 -04:00
config.h Make `PREVENT_STUCK_MODIFIERS` the default (#3107) 2018-09-17 13:48:02 -04:00
ergoinu.c Keyboard: add ergoinu keyboard (#3655) 2018-08-16 08:36:35 -07:00
ergoinu.h Keyboard: add ergoinu keyboard (#3655) 2018-08-16 08:36:35 -07:00
info.json EKeyboard: ErgoInu Configurator fix (#4665) 2018-12-16 00:40:46 -08:00
matrix.c Keyboard: add ergoinu keyboard (#3655) 2018-08-16 08:36:35 -07:00
readme.md Keyboard: add ergoinu keyboard (#3655) 2018-08-16 08:36:35 -07:00
rules.mk Replace outdated RGB/Audio information 2018-10-22 14:55:05 -04:00
serial.c Keyboard: add ergoinu keyboard (#3655) 2018-08-16 08:36:35 -07:00
serial.h Keyboard: add ergoinu keyboard (#3655) 2018-08-16 08:36:35 -07:00
serial_config.h Keyboard: add ergoinu keyboard (#3655) 2018-08-16 08:36:35 -07:00
split_util.c Keyboard: add ergoinu keyboard (#3655) 2018-08-16 08:36:35 -07:00
split_util.h Keyboard: add ergoinu keyboard (#3655) 2018-08-16 08:36:35 -07:00

readme.md

ErgoInu

ergoinu

An (Not Portable But Small) Ergonomic Split Keyboard.

Keyboard Maintainer: hsgw twitter
Hardware Supported: Pro Micro
Hardware Availability & Repository: https://github.com/hsgw/ergoinu

Make example for this keyboard (after setting up your build environment):

make ergoinu:default

(or)

make ergoinu:default_jis

See build environment setup then the make instructions for more information.