summaryrefslogtreecommitdiff
path: root/keyboards/wolf/sabre/sabre.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2022-02-27 02:08:10 -0800
committerGitHub <noreply@github.com>2022-02-27 10:08:10 +0000
commita7a3f722353d5fafa7d1f89c4d0f969ff2c75b87 (patch)
treeb932a87b5497ddf60a003a7b5b986083c2cc6463 /keyboards/wolf/sabre/sabre.h
parent57601d3cfe7db69e245b9bc45d16317ba05ab366 (diff)
Wolf Sabre: fix Configurator layout data (#16465)
* apply friendly formatting to info.json * rebuild Configurator layout data KLE Rotation leads to incorrect layout data when converted to `info.json` format. * add matrix diagram to sabre.h
Diffstat (limited to 'keyboards/wolf/sabre/sabre.h')
-rw-r--r--keyboards/wolf/sabre/sabre.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/wolf/sabre/sabre.h b/keyboards/wolf/sabre/sabre.h
index 4580f46e93..adc9872cc3 100644
--- a/keyboards/wolf/sabre/sabre.h
+++ b/keyboards/wolf/sabre/sabre.h
@@ -16,6 +16,29 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "quantum.h"
+/*
+ * ┌───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
+ * │00 │ │01 │11 │02 │12 │ │13 │04 │14 │05 │ │15 │06 │16 │07 │ │17 │08 │18 │
+ * └───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘
+ * ┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───────┐ ┌───┬───┬───┐
+ * │20 │30 │21 │31 │22 │32 │23 │ │33 │24 │34 │25 │35 │26 │36 │ │37 │28 │38 │
+ * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┼───┼───┤
+ * │40 │50 │41 │51 │42 │52 │ │43 │53 │44 │54 │45 │55 │46 │56 │ │57 │48 │58 │
+ * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ └┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ └───┴───┴───┘
+ * │60 │70 │61 │71 │62 │72 │ │63 │73 │64 │74 │65 │75 │76 │
+ * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┐ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤ ┌───┐ ┌──────────┐
+ * │80 │90 │81 │91 │82 │92 │ │83 │93 │84 │94 │85 │95 │86 │96 │ │88 │ │86 │ 2.75u RShift
+ * ├─────┬──┴┬──┴──┬┴──┬┴───┴───┤ ├───┴───┴──┬┴──┬┴───┴┬──┴┬────┬┴───┘ ┌───┼───┼───┐ └──────────┘
+ * │A0 │ │B0 │A1 │A2 │ │B3 │B4 │A5 │ │A6 │ │B7 │A8 │B8 │
+ * └─────┘ └─────┴───┴────────┘ └──────────┴───┴─────┘ └────┘ └───┴───┴───┘
+ * ┌───┬─────┐ ┌─────┬───┐
+ * │B0 │A1 │ │B4 │A5 │
+ * └───┴─────┘ └─────┴───┘
+ * ┌────┬────┐ ┌────┬────┐
+ * │B0 │A1 │ │B4 │A5 │
+ * └────┴────┘ └────┴────┘
+ */
+
/* sabre Keymap Definitions */
#define LAYOUT( \
K00, K01, K11, K02, K12, K13, K04, K14, K05, K15, K06, K16, K07, K17, K08, K18, \