NeonSpork
a57c9648e9
* Add files via upload Added a nordic layout for UT47 * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Add files via upload * Update to readme and keymap files * Update readme.md Changed cover image * Update readme.md typo fix * Delete config.h * Delete keymap.c * Delete readme.md * Delete rules.mk * Updated cover image in readme.md Fixed typo in image of keymaps * Update keymap.c Changed backslash to forward slash in first function layer. * Add files via upload * Delete config.h deleting files so I can upload to a folder with lower case name * Delete keymap.c deleting file so I can change to lower case name * Delete readme.md deleting file so I can change to lower case name * Add files via upload * Update keymap.c Cleaned up definitions in beginning of file. |
6 years ago | |
---|---|---|
.. | ||
keymaps | Keymap: a Nordic layout for UT47 (#3422) | 6 years ago |
LED_controls.ino | UT47 layout (#2791) | 7 years ago |
config.h | UT47 layout (#2791) | 7 years ago |
led.c | UT47 layout (#2791) | 7 years ago |
matrix.c | Add RGB keymap to UT47 (#2826) | 7 years ago |
readme.md | UT47 layout (#2791) | 7 years ago |
rules.mk | UT47 layout (#2791) | 7 years ago |
ut47.c | UT47 layout (#2791) | 7 years ago |
ut47.h | Fix UT47 matrix (#2824) | 7 years ago |
readme.md
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 ut47:default
To enable the UT47 LEDs (dual controller), run this for the main controller:
make 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.