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
This commit is contained in:
Daniel Cox 2022-06-07 10:14:24 +12:00 committed by GitHub
parent 1ebe1750e9
commit e476b0b524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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