qmk-dactyl-manuform-a/keyboards/40percentclub/ut47
James Young 84ea77ead6
Remove `BOOTMAGIC_ENABLE = lite` option (#15002)
* remove BOOTMAGIC_ENABLE=lite setting

* change keyboard BOOTMAGIC_ENABLE rules

Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

* change keyboard BOOTMAGIC_ENABLE inline comments

Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite".

* change keymap BOOTMAGIC_ENABLE rules

Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

* change keymap BOOTMAGIC_ENABLE inline comments

Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".

* change layout/user BOOTMAGIC_ENABLE rules/comments

Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".

* update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/

* remove docs references to Full Bootmagic

* convert data-driven Bootmagic Lite instances

* remove Bootmagic Lite bodge from data-driven generation

* Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a

* update docs/ja/config_options.md per mtei

* update docs/faq_misc.md per mtei

Remove remaining Full Bootmagic reference.
2021-11-05 08:18:09 +11:00
..
keymaps Remove complex `fn_actions` macros (#14662) 2021-11-01 09:27:54 +11:00
LED_controls.ino relocate 40percent.club boards to new parent folder (#4380) 2018-11-08 15:17:41 -08:00
config.h Serial refactor (#11521) 2021-02-06 09:20:48 +11:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
led.c Normalise include statements in keyboard code (#11185) 2020-12-16 14:27:23 +11:00
matrix.c Remove legacy print backward compatiblitly (#11805) 2021-02-06 16:56:13 +00:00
post_rules.mk Move non-assignment code to post_rules.mk (#14207) 2021-09-09 21:37:31 -07:00
readme.md Modified URLs to point to new locations 2019-01-13 09:11:18 -08:00
rules.mk Remove `BOOTMAGIC_ENABLE = lite` option (#15002) 2021-11-05 08:18:09 +11:00
ut47.c Remove empty override functions (#14312) 2021-09-05 21:36:31 +01:00
ut47.h Remove KEYMAP and LAYOUT_kc (#12160) 2021-05-11 10:10:31 -07:00

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