]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add TGR x SINGA Unikorn 60 (#6249)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Fri, 5 Jul 2019 11:54:59 +0000 (04:54 -0700)
committerDrashna Jaelre <drashna@live.com>
Fri, 5 Jul 2019 11:54:59 +0000 (04:54 -0700)
commitcbf76a129007d14f69fca761144c6b5fd377b150
treee51e7b89e9169d613f53b4e7d1c2c1e57c30ffd6
parent78b9922fc427aabe5e0b2f3376982d43be878935
[Keyboard] Add TGR x SINGA Unikorn 60 (#6249)

* initial commit, copied from singa

* default 60_ansi LAYOUT implemented and tested workin

* add rgb underglow support bounded by ifdefs

* edit readme to provide information on reset procedure and on rgb underglow support

* improve the default keymap to have a second layer with function keys and even a RESET

* Add LAYOUT_all macro and discovered that split backspace uses an additional pin on the microcontroller

* fix up last line in readme

* Add QMK Configurator support
keyboards/unikorn/config.h [new file with mode: 0644]
keyboards/unikorn/info.json [new file with mode: 0644]
keyboards/unikorn/keymaps/default/config.h [new file with mode: 0644]
keyboards/unikorn/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/unikorn/keymaps/default/readme.md [new file with mode: 0644]
keyboards/unikorn/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/unikorn/readme.md [new file with mode: 0644]
keyboards/unikorn/rules.mk [new file with mode: 0644]
keyboards/unikorn/unikorn.c [new file with mode: 0644]
keyboards/unikorn/unikorn.h [new file with mode: 0644]
keyboards/unikorn/usbconfig.h [new file with mode: 0644]