Joel Challis bbc3bc55f2 RESET -> QK_BOOT user keymaps (#17940) 2 سال پیش
..
keymaps bbc3bc55f2 RESET -> QK_BOOT user keymaps (#17940) 2 سال پیش
LED_controls.ino 73883425a5 relocate 40percent.club boards to new parent folder (#4380) 6 سال پیش
config.h 154d35ac14 Remove `UNUSED_PINS` (#17931) 3 سال پیش
info.json 8d90cf36f1 Fix 40percentclub USB descriptors (#16638) 3 سال پیش
led.c 9366ed7282 Normalise include statements in keyboard code (#11185) 4 سال پیش
matrix.c bd70f5261c Remove `matrix_key_count()` (#16603) 3 سال پیش
post_rules.mk c94cc1effa Move non-assignment code to post_rules.mk (#14207) 3 سال پیش
readme.md c8cbee5d71 Modified URLs to point to new locations 6 سال پیش
rules.mk c12268807d Migrate serial_uart usages to UART driver (#15479) 3 سال پیش
ut47.c 9d0b145007 Fix build failure for UT47 (#15483) 3 سال پیش
ut47.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 4 سال پیش

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