From e476b0b524bad920a07a9093f1004f1398e5e660 Mon Sep 17 00:00:00 2001 From: Daniel Cox Date: Tue, 7 Jun 2022 10:14:24 +1200 Subject: [PATCH] Updated readme to reflect vial support Updated readme to show v2 has vial support, have outlined that vial is only supported on the v2 board --- keyboards/dztech/dz60rgb_ansi/readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/keyboards/dztech/dz60rgb_ansi/readme.md b/keyboards/dztech/dz60rgb_ansi/readme.md index 1d0ca38f4d..bb6da42408 100644 --- a/keyboards/dztech/dz60rgb_ansi/readme.md +++ b/keyboards/dztech/dz60rgb_ansi/readme.md @@ -5,6 +5,8 @@ A hotswap 60% RGB keyboard. * Keyboard Maintainer: [moyi4681](https://github.com/moyi4681) +* Vial Support: [dc959](https://github.com/dc959) + > Vial support currently only tested and working on DZ60RGB_ansi v2 * Hardware Supported: DZtech DZ60RGB-ANSI V1 and V2 * Hardware Availability: [KBDfans](https://kbdfans.com/) @@ -17,7 +19,15 @@ There are three versions of the DZ60RGB-ANSI. Please use the appropriate firmwar Make example for this keyboard (after setting up your build environment): make dztech/dz60rgb_ansi/v1:default # Arm (STM32F303) - make dztech/dz60rgb_ansi/v2:default # AVR (ATmega32U4) + make dztech/dz60rgb_ansi/v2:vial # AVR (ATmega32U4) make dztech/dz60rgb_ansi/v2_1:default # AVR (ATmega32U4) See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). + +Vial Notes +``` +Vial support for other revisions may be possible by changing vial.json under keymaps/vial. +Vial RGB control is enabled. +Combo, tap dance, qmk settings and key override are disabled. +Firmware is utilizing 97.7% when I built it, if it fails to build delete the build files and try build again, LTO can cause builds to vary in size. +```