Zach White 38d8d5445e Remove KEYMAP and LAYOUT_kc (#12160) 5 年之前
..
keymaps 0072fdd799 Cleanup Default Keymaps (#5442) 7 年之前
LED_controls.ino 73883425a5 relocate 40percent.club boards to new parent folder (#4380) 7 年之前
config.h 5ea92a9c1c Serial refactor (#11521) 5 年之前
info.json 73883425a5 relocate 40percent.club boards to new parent folder (#4380) 7 年之前
led.c 9366ed7282 Normalise include statements in keyboard code (#11185) 5 年之前
matrix.c f5a38b95c1 Remove legacy print backward compatiblitly (#11805) 5 年之前
readme.md c8cbee5d71 Modified URLs to point to new locations 7 年之前
rules.mk a8d64c8b89 Change `BOOTMAGIC_ENABLE=yes` to use Bootmagic Lite (#12172) 5 年之前
ut47.c 73883425a5 relocate 40percent.club boards to new parent folder (#4380) 7 年之前
ut47.h 38d8d5445e Remove KEYMAP and LAYOUT_kc (#12160) 5 年之前

readme.md

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 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.

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