summaryrefslogtreecommitdiffstats
path: root/layouts/default/split_3x5_3/default_split_3x5_3/keymap.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-06-26 01:39:01 +0000
committerQMK Bot <hello@qmk.fm>2021-06-26 01:39:01 +0000
commit9337aab038c19f191d0da9518d80e4aa8cecf254 (patch)
treef98cecb0a24cb041465f9b5d619cc23ff499c57e /layouts/default/split_3x5_3/default_split_3x5_3/keymap.c
parent0ef0c03a4649a3b66c68587f1e25333d06887a82 (diff)
parent93bd34c6d36723ed9f6e95c05c744a36c5467c65 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/default/split_3x5_3/default_split_3x5_3/keymap.c')
-rw-r--r--layouts/default/split_3x5_3/default_split_3x5_3/keymap.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/layouts/default/split_3x5_3/default_split_3x5_3/keymap.c b/layouts/default/split_3x5_3/default_split_3x5_3/keymap.c
index 8dca359be9..f4c3e308fe 100644
--- a/layouts/default/split_3x5_3/default_split_3x5_3/keymap.c
+++ b/layouts/default/split_3x5_3/default_split_3x5_3/keymap.c
@@ -2,18 +2,18 @@
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*
- * ┌───┬───┬───┬───┬───┐       ┌───┬───┬───┬───┬───┐
- * │ Q │ W │ E │ R │ T │       │ Y │ U │ I │ O │ P │
- * ├───┼───┼───┼───┼───┤       ├───┼───┼───┼───┼───┤
- * │ A │ S │ D │ F │ G │       │ H │ J │ K │ L │ ; │
- * ├───┼───┼───┼───┼───┤       ├───┼───┼───┼───┼───┤
- * │ Z │ X │ C │ V │ B │       │ N │ M │ , │ . │ / │
- * └───┴───┴───┴───┴───┘       └───┴───┴───┴───┴───┘
- *           ┌───┐                   ┌───┐
- *           │GUI├───┐           ┌───┤Alt│
- *           └───┤Bsp├───┐   ┌───┤Ent├───┘
- *               └───┤   │   │   ├───┘
- *                   └───┘   └───┘
+ * ┌───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┐
+ * │ Q │ W │ E │ R │ T │ │ Y │ U │ I │ O │ P │
+ * ├───┼───┼───┼───┼───┤ ├───┼───┼───┼───┼───┤
+ * │ A │ S │ D │ F │ G │ │ H │ J │ K │ L │ ; │
+ * ├───┼───┼───┼───┼───┤ ├───┼───┼───┼───┼───┤
+ * │ Z │ X │ C │ V │ B │ │ N │ M │ , │ . │ / │
+ * └───┴───┴───┴───┴───┘ └───┴───┴───┴───┴───┘
+ * ┌───┐ ┌───┐
+ * │GUI├───┐ ┌───┤Alt│
+ * └───┤Bsp├───┐ ┌───┤Ent├───┘
+ * └───┤ │ │ ├───┘
+ * └───┘ └───┘
*/
[0] = LAYOUT_split_3x5_3(
KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,