You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan 4791cfae1a
Remove width, height and key_count from info.json (#14274)
2 years ago
..
keymaps `keymap_extras`: Remove deprecated defines (#12949) 2 years ago
LED_controls.ino relocate 40percent.club boards to new parent folder (#4380) 5 years ago
config.h Serial refactor (#11521) 3 years ago
info.json Remove width, height and key_count from info.json (#14274) 2 years ago
led.c Normalise include statements in keyboard code (#11185) 3 years ago
matrix.c Remove legacy print backward compatiblitly (#11805) 3 years ago
readme.md Modified URLs to point to new locations 5 years ago
rules.mk Remove bootloader listings from rules.mk (#14330) 2 years ago
ut47.c Remove empty override functions (#14312) 2 years ago
ut47.h 2021 May 29 Breaking Changes Update (#13034) 2 years ago

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