qmk-firmware/keyboards/ut47
NeonSpork 49892272a0 Keymap: UT47:nordic - A couple of tweaks (#3489)
* 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.

* Update keymap.c

forgot an include

* Update keymap.c

* Update readme.md

Updated picture of layout, link was wrong and pointed to an old/removed image.

* Update readme.md

Fixed error in link to keyboard layout editor

* Update keymap.c

More cleanup of the includes at beginning of file

* Update config.h

* Update keymap.c

Fixed typo: Volume Down and Volume Up on the Tab layer were switched.

* Update keymap.c

* Added a macro on the Tab layer for <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd>
* Added a macro on the Gaming layer for <kbd>Alt</kbd>+<kbd>Tab</kbd> (replaces prebious Backspace key)

* Update readme.md

Updated readme.md file to reflect changes to keymap.c in cover photo and KLE link.
(added short cuts for Ctr Alt Del and Alt Tab)
2018-07-25 20:11:38 -07:00
..
keymaps Keymap: UT47:nordic - A couple of tweaks (#3489) 2018-07-25 20:11:38 -07:00
LED_controls.ino
config.h
led.c
matrix.c
readme.md
rules.mk
ut47.c
ut47.h

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

Build Guide

u/network_operations' build guide thread