summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/hieax/common/chord_layout.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-04-09 09:01:04 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-09 09:01:04 -0700
commit7c9d1d58ee9da18fa64cacd564fdf512ec4cb74e (patch)
treea740694905b4b25159a58edd1d6439fe25d7778d /keyboards/planck/keymaps/hieax/common/chord_layout.h
parentb6850bc043b1d129042f47501f0a1dc1e196f962 (diff)
Remove non-default keymaps
Diffstat (limited to 'keyboards/planck/keymaps/hieax/common/chord_layout.h')
-rw-r--r--keyboards/planck/keymaps/hieax/common/chord_layout.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/keyboards/planck/keymaps/hieax/common/chord_layout.h b/keyboards/planck/keymaps/hieax/common/chord_layout.h
deleted file mode 100644
index 2c785d56ca..0000000000
--- a/keyboards/planck/keymaps/hieax/common/chord_layout.h
+++ /dev/null
@@ -1,41 +0,0 @@
-
-// const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
-// .................................................................. Short Cuts
-
- // .-----------------------------------------------------------------------------------.
- // | | | Copy | Paste| | | | | | | | |
- // |--------------------------------------------------------------+------+------+------|
- // | Undo | Cut | Copy | Paste| | | | | PRIV | PUB | | |
- // |-----------------------------------------------------------------------------------|
- // | | | Nak | Eot | | | | | | | | |
- // |-----------------------------------------------------------------------------------|
- // | | | | | | | f() | | | | | |
- // | | | | | | | | f() | | | | | see _PLOVER
- // '-----------------------------------------------------------------------------------'
-
- [_EDIT] = {
- {_______, _______, TMCOPY, TMPASTE, _______, _______, _______, _______, _______, _______, _______, _______},
- {UNDO, CUT, COPY, PASTE, _______, _______, _______, _______, TD_PRIV, TD_SEND, _______, _______},
- {_______, _______, NAK, EOT, _______, _______, _______, _______, _______, _______, _______, _______},
- {_______, _______, _______, _______, _______, _______, ___fn__, ___fn__, _______, _______, _______, _______},
- },
-
-// ................................................................ Adjust Layer
-
- // ,-----------------------------------------------------------------------------------.
- // |Plover| | | | | | | | | | | |
- // |------+------+------+------+------+-------------+------+------+------+------+------|
- // |Aud on| | | | | | | | | | | |
- // |------+------+------+------+------+------|------+------+------+------+------+------|
- // | Reset| | | | | | | | | | | |
- // |------+------+------+------+------+------+------+------+------+------+------+------|
- // | | | | f() | | | | | f() | | | |
- // `-----------------------------------------------------------------------------------'
-
- [_ADJUST] = {
- {PLOVER, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______},
- {AU_ON, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______},
- {RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______},
- {_______, _______, _______, ___fn__, _______, _______, _______, _______, ___fn__, _______, _______, _______},
- },