]> git.donarmstrong.com Git - qmk_firmware.git/commit
UT47 layout (#2791)
authorCarlos <filoxo@users.noreply.github.com>
Tue, 24 Apr 2018 20:19:04 +0000 (14:19 -0600)
committerDrashna Jaelre <drashna@live.com>
Tue, 24 Apr 2018 20:19:04 +0000 (13:19 -0700)
commit32446eeeb6d846da4f3d742035eed7d49f91597d
treede5d5639ac34d2a91a5a9c0f61ee741be6cd18f5
parent1feb42a1088e868cb963f35cc72d180733304db4
UT47 layout (#2791)

* Add new project files for UT47

* Copy over keymap and related files

* Add LED_controls.ino

* Add README instructions

* Attempt sending press byte data

* Disable mousekeys

* Enable sending serial data to LED controller

* Update LED mode names

* Remove extra file

* Add LED enable flag

* Update READMEs with more info

* Credit original author

* Update copyrights

* Update docs

* Changed based on review

* Move layout screenshot to Imgur

* Append to src

* Enable mousekeys to fix bad keycodes

* Additional changes based on feedback

* Fix fn layer keys
keyboards/ut47/LED_controls.ino [new file with mode: 0644]
keyboards/ut47/config.h [new file with mode: 0644]
keyboards/ut47/keymaps/default/config.h [new file with mode: 0644]
keyboards/ut47/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ut47/keymaps/default/readme.md [new file with mode: 0644]
keyboards/ut47/led.c [new file with mode: 0644]
keyboards/ut47/matrix.c [new file with mode: 0644]
keyboards/ut47/readme.md [new file with mode: 0644]
keyboards/ut47/rules.mk [new file with mode: 0644]
keyboards/ut47/ut47.c [new file with mode: 0644]
keyboards/ut47/ut47.h [new file with mode: 0644]