qmk-firmwares/keyboards/ut47
Evan c17d15a305 Add keymap diagram (#2819)
* Add personal Tada68 keymaps

* remove uneccessary tada68 folder

* recommit with temp name

* remove bad folder name

* fix bullet list format

* rename to fezzant

* remove unnecessary config.h file

* Add info.json

add QMK Configurator .json file

* Delete helix_rev_2.json

* add diagram to UT47 keymap file

* add remaining keymap diagrams for ut47 keymap
2018-04-27 15:20:03 -07:00
..
keymaps/default Add keymap diagram (#2819) 2018-04-27 15:20:03 -07:00
config.h UT47 layout (#2791) 2018-04-24 13:19:04 -07:00
led.c UT47 layout (#2791) 2018-04-24 13:19:04 -07:00
LED_controls.ino UT47 layout (#2791) 2018-04-24 13:19:04 -07:00
matrix.c UT47 layout (#2791) 2018-04-24 13:19:04 -07:00
readme.md UT47 layout (#2791) 2018-04-24 13:19:04 -07:00
rules.mk UT47 layout (#2791) 2018-04-24 13:19:04 -07:00
ut47.c UT47 layout (#2791) 2018-04-24 13:19:04 -07:00
ut47.h Fix UT47 matrix (#2824) 2018-04-27 15:16:42 -07:00

ut47

ut47

Somewhere between ortholinear and standard offset. Created to have all the same functions on a Planck in a keyboard but with a more conventional keyboard row stagger.

Keyboard Maintainer: filoxo, [network_operations]

Hardware Supported: PCB design, Arduino Pro Micro

Hardware Availability: How to order

Instructions

To flash the UT47 without LEDs (single controller), run:

make ut47:default

To enable the UT47 LEDs (dual controller), run this for the main controller:

make ut47:default LED_ENABLE=yes

Or you can add LED_ENABLE = yes to rules.mk

And then flash LED_controls.ino to the second controller using Arduino IDE or similar. NOTE: Arduino IDE will require importing additional libraries to compile.

The reason this is an "opt-in" feature is to prevent sending serial communication over the pin, in case it ends up being used for something else (like RGB underglow).

Layout

Go to the default layout README for more information.

Additional info

Credit: Forked from di0ib TMK version

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

Build Guide

u/network_operations' build guide thread