chore: add README

main
sudo pacman -Syu 2023-07-21 01:02:57 +07:00
parent 396f229ee4
commit 9053e65015
2 changed files with 21 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# macOS
.DS_Store
# IntelliJ
.idea
# VSCode
.vscode

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# QMK keymap for dztech/dz60rgb_wkl
How to compile:
First, clone this repo to `qmk_firmware/keyboards/dztech/dz60rgb_wkl/keymaps/haunt98`.
Second, compile:
```sh
qmk compile -kb dztech/dz60rgb_wkl/v2_1 -km haunt98
```
Third, flash with [QMK Toolbox](https://github.com/qmk/qmk_toolbox)