summaryrefslogtreecommitdiff
path: root/keyboards/dz60/keymaps/tarnjotsingh/readme.md
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-12-18 21:45:52 +1100
committerGitHub <noreply@github.com>2023-12-18 21:45:52 +1100
commita1c8b1ebf724f79dd9bad12976e3b1bd0c9c196f (patch)
treecec457800eac3d20e3bd6fd23ef945fa879e3053 /keyboards/dz60/keymaps/tarnjotsingh/readme.md
parentd235352504f82eae5dedc399bae36c65f1348fa8 (diff)
Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)
Diffstat (limited to 'keyboards/dz60/keymaps/tarnjotsingh/readme.md')
-rw-r--r--keyboards/dz60/keymaps/tarnjotsingh/readme.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/keyboards/dz60/keymaps/tarnjotsingh/readme.md b/keyboards/dz60/keymaps/tarnjotsingh/readme.md
deleted file mode 100644
index c544269663..0000000000
--- a/keyboards/dz60/keymaps/tarnjotsingh/readme.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# DZ60 ISO Keymap
-
-Custom keymap for UK ISO keyboard layouts.
-This includes 3 different layers.
-
-- Layer 0:
- - Standard ISO layout with main modifier key, for accessing layer 1, to the right of the space bar.
-- Layer 1:
- - Layer that gives you access to pretty much everything else like the arrow keys.
-- Layer 2;
- - Standalone layer only for modifying the lighting on the board. Keys for this purpose are mapped in the locations used by the default dz60 layout.
- - You can access this layer by holding MO(1) (next to the space bar) followed by holding MO(2) which where the Left Alt key is positioned.
-
-![dz60-iso-keymap](https://i.imgur.com/UV0t6aL.png)
-
-Make the kaymap for this keyboard (after setting up your build environment):
-
- make dz60:tarnjotsingh
-
-Then flash it by running:
-
- make dz60:tarnjotsingh:flash
-
-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).