aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tgr/alice/alice.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tgr/alice/alice.h')
-rw-r--r--keyboards/tgr/alice/alice.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/tgr/alice/alice.h b/keyboards/tgr/alice/alice.h
index 1486612f9..8525fd85f 100644
--- a/keyboards/tgr/alice/alice.h
+++ b/keyboards/tgr/alice/alice.h
@@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20#include "quantum.h" 20#include "quantum.h"
21 21
22/* LAYOUT 22/* Layout
23 * ┌───┐ ┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┐ 23 * ┌───┐ ┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┐
24 * │50 │ │00 │01 │02 │03 │04 │05 │06 │ │07 │08 │09 │0A │0B │0C │0D │0E │ 24 * │50 │ │00 │01 │02 │03 │04 │05 │06 │ │07 │08 │09 │0A │0B │0C │0D │0E │
25 * ├───┤ ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ 25 * ├───┤ ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤
@@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
32 * │40 │ │41 │42 │43 │ │46 │47 │ │48 │ 32 * │40 │ │41 │42 │43 │ │46 │47 │ │48 │
33 * └─────┘ └─────┴───────┴────┘ └──────────┴─────┘ └─────┘ 33 * └─────┘ └─────┴───────┴────┘ └──────────┴─────┘ └─────┘
34 */ 34 */
35#define LAYOUT( \ 35#define LAYOUT_alice_split_bs( \
36 K50, K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \ 36 K50, K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \
37 K51, K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ 37 K51, K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \
38 K52, K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ 38 K52, K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \
@@ -48,3 +48,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
48 { K50 , K51 , K52 , KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO } \ 48 { K50 , K51 , K52 , KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO } \
49} 49}
50 50
51#define LAYOUT LAYOUT_alice_split_bs