Back to Qmk Firmware

ut47

keyboards/40percentclub/ut47/readme.md

4.01.7 KB
Original Source

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.

Instructions

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

make 40percentclub/ut47:default

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

make 40percentclub/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.

<small>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).</small>

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