|
5 năm trước cách đây | |
---|---|---|
.. | ||
keymaps | 0072fdd799 Cleanup Default Keymaps (#5442) | 6 năm trước cách đây |
LED_controls.ino | 73883425a5 relocate 40percent.club boards to new parent folder (#4380) | 6 năm trước cách đây |
config.h | faaaa134fd Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) | 6 năm trước cách đây |
info.json | 73883425a5 relocate 40percent.club boards to new parent folder (#4380) | 6 năm trước cách đây |
led.c | 73883425a5 relocate 40percent.club boards to new parent folder (#4380) | 6 năm trước cách đây |
matrix.c | 73883425a5 relocate 40percent.club boards to new parent folder (#4380) | 6 năm trước cách đây |
readme.md | c8cbee5d71 Modified URLs to point to new locations | 6 năm trước cách đây |
rules.mk | 66fe3001e4 Trim firmware sizes from default rules.mk, part 1 (#8027) | 5 năm trước cách đây |
ut47.c | 73883425a5 relocate 40percent.club boards to new parent folder (#4380) | 6 năm trước cách đây |
ut47.h | b173c05cc2 Tidy 40percentclub boards (#4403) | 6 năm trước cách đây |
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
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).
Go to the default layout README for more information.
Credit: Forked from di0ib TMK version
See build environment setup then the make instructions for more information.