Go to file
sudo pacman -Syu bc13fe7a18 chore: add maintain 2023-07-30 18:55:55 +07:00
.github chore: fix failed gh action 2023-07-30 18:44:56 +07:00
cmd/qmkasciigen feat(qmkasciigen): local first, remote later 2023-07-30 15:17:03 +07:00
dztech_dz60rgb_wkl chore: re gen ascii 2023-07-30 16:14:29 +07:00
.clang-format feat: new keymap 2023-07-21 03:16:50 +07:00
.gitignore chore(draw): fix lint 2023-07-24 13:32:43 +07:00
.golangci.yml chore(draw): fix lint 2023-07-24 13:32:43 +07:00
CHANGELOG.md chore(changelog): generate v0.0.11 2023-07-30 14:46:11 +07:00
LICENSE chore: add LICENSE 2023-07-24 13:37:40 +07:00
Makefile feat(qmkasciigen): get remote keymap 2023-07-28 18:57:12 +07:00
README.md chore: add maintain 2023-07-30 18:55:55 +07:00
go.mod feat: gen ascii art with Go 2023-07-23 05:04:21 +07:00
go.sum feat: gen ascii art with Go 2023-07-23 05:04:21 +07:00

README.md

QMK custom keymaps

Go QMK

dztech/dz60rgb_wkl

V2.1: ATmega32U4 (AVR), takes .bin files Started shipping in June 2021 as a slightly modified version of v2.

Stock

Stock firmware is dztech_dz60rgb_wkl/stock/new dztech_dz60rgb_wkl_v3_via.bin. Can be flashed with QMK Toolbox.

Links:

Compile

make dztech_dz60rgb_wkl
# Output is dztech_dz60rgb_wkl_v2_1_haunt98.bin

Keymap

See asciiart.

Install

Locate firmware file after compile successfully or download from QMK action workflow

Put keyboard into bootloader mode in 2 ways:

  • Press QK_BOOT.
  • Unplug cable, then hold ESC and plug cable.

Use QMK Toolbox to flash.

Maintain

Step by steps:

  1. Make changes to keymaps: *.c, *.h, *.mk
  2. Push changes to GitHub
  3. Download firmware + keymaps JSON
  4. Replace repo keymaps JSON
  5. Generate ascii: make draw

You don't need to install QMK CLI but still need QMK Toolbox.

Features

Basic

More than Basic

Do

Don't

Build/Optimize

Interesting

qmkasciigen

Install:

go install github.com/haunt98/qmk_keymaps/cmd/qmkasciigen@latest

Usage:

# Generate from QMK repo
# Keymap must be JSON (exist keymap.json)
qmkasciigen -qmk-keyboard ymdk/id75 -qmk-keymap via -out ascii.txt

# Generate from local keymap.json
qmkasciigen -qmk-keyboard dztech/dz60rgb_wkl/v2_1 -qmk-keymap-file dztech_dz60rgb_wkl/keymaps_json/haunt98/keymap.json -out ascii.txt

Thanks:

TODO

  • How to flash
  • Add stock firmware/docs
  • Add qmk lint
  • Visualize
  • qmkasciigen
    • Use flag
    • Add docs
    • Get data directly from qmk
    • Use backspace/back depends on space allow