diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..af8dc56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# macOS +.DS_Store + +# IntelliJ +.idea + +# VSCode +.vscode diff --git a/README.md b/README.md new file mode 100644 index 0000000..98c61f3 --- /dev/null +++ b/README.md @@ -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)