]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add new keyboard: Omnikeyish - A replacement PCB for the Northgate Omnikey...
authorhenrikosorensen <henrik.sorensen@gmail.com>
Sat, 22 Jun 2019 15:36:05 +0000 (17:36 +0200)
committerDrashna Jaelre <drashna@live.com>
Sat, 22 Jun 2019 15:36:05 +0000 (08:36 -0700)
commit1c75385d7663388e930933884b8a5de77e98692e
treecc3216fd349401eb6aef8cf6b8b88cb0889f10ed
parent7f23ad72c5c736b58bab16995e7b0a599268b56f
[Keyboard] Add new keyboard: Omnikeyish - A replacement PCB for the Northgate Omnikey family (#6167)

* Add omnikeyish keyboard support.

* remove out of date comment

* PCB Rev 1.1 moved Row5's pin to E6, because the teensy++ hangs an onboard LED off D6.

* Move string.h include to .c file

* Add pcb kicad link.

* Add info.json

* Move macro programming to numlock's keyposition, the most useless key on the post model M layout. Force numlock enabled on host at init time, so you're not stuck without a numpad (hopefully)

* Make the macro blink function toggle LEDs from their previous state.

* Use incorrect but code style compliant opening curly bracing style.

* Make PCB rev 1.1 the default Omnikeyish config, as the author has the only rev 1.0 boards that'll ever be.

* Fix silly spelling error in 3 defines

* First set of review changes.

* Layout macro and keymap defined using it.

* Layout macros for the northgate factory plates.

* minor rearrangements

* ALL the layouts.

* Forgot ultra-t in info.json
keyboards/omnikeyish/config.h [new file with mode: 0644]
keyboards/omnikeyish/dynamic_macro.c [new file with mode: 0644]
keyboards/omnikeyish/dynamic_macro.h [new file with mode: 0644]
keyboards/omnikeyish/info.json [new file with mode: 0644]
keyboards/omnikeyish/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/omnikeyish/omnikeyish.c [new file with mode: 0644]
keyboards/omnikeyish/omnikeyish.h [new file with mode: 0644]
keyboards/omnikeyish/readme.md [new file with mode: 0644]
keyboards/omnikeyish/rules.mk [new file with mode: 0644]