From 9053e65015898ab76bef468a4d189a031480f7c5 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 21 Jul 2023 01:02:57 +0700 Subject: [PATCH] chore: add README --- .gitignore | 8 ++++++++ README.md | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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)