summaryrefslogtreecommitdiff
path: root/keyboards/xd60/keymaps/default
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2019-11-04 23:05:51 -0800
committerDrashna Jaelre <drashna@live.com>2019-11-04 23:05:51 -0800
commitdc1137129d063975b3191853dc96d0095fcf94d6 (patch)
treef5647c18304e0e69bf4ce2745c4cb548e147182d /keyboards/xd60/keymaps/default
parent1244d0e266dad4170ed0c63e68e00c74c87367b2 (diff)
[Keyboard] Add LAYOUT_60_iso to XD60 (#7263)
* refactor iso keymap - remove redundant action_layer.h include - use enum for layer management - QMK coding conventions (four-space indent) * add LAYOUT_60_iso macro * enable 60_iso community layout for both revisions * swap KC_HOME to KC_RSFT * update ISO keymap readme * update default keymap readme `make` command no longer valid. * refactor keyboard readme Update to reflect current QMK template. * add LAYOUT_60_iso data to info.json * use #pragma once in header files
Diffstat (limited to 'keyboards/xd60/keymaps/default')
-rw-r--r--keyboards/xd60/keymaps/default/readme.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/xd60/keymaps/default/readme.md b/keyboards/xd60/keymaps/default/readme.md
index 248e0a6067..7d6bc75365 100644
--- a/keyboards/xd60/keymaps/default/readme.md
+++ b/keyboards/xd60/keymaps/default/readme.md
@@ -6,4 +6,8 @@
Default Keymap for XD60 as indicated on the original sale page.
## Build
-To build the default keymap, simply run `make xd60:default`.
+
+To build the default keymap, simply run:
+
+ make xd60/rev2:default # XD60 rev2
+ make xd60/rev3:default # XD60 rev3