Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803)
* keeb68.h: use QMK 3-character notation * physically arrange layout macro Moves the keycodes for Equals and Right Bracket to their proper places on the Number and Tab rows, respectively. Also refactors the keymaps to use QMK-native keycode aliases, grid alignment, and four-space indent. * move `keymaps/grv_esc/readme.md` to `keymaps/default/` The file contents say "default keymap". * enable Community Layouts support * add QMK Configurator data * touch-up `rules.mk`
This commit is contained in:
		
							
								
								
									
										83
									
								
								keyboards/sandwich/keeb68/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										83
									
								
								keyboards/sandwich/keeb68/info.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,83 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "keyboard_name": "Keeb68 (PSE)",
 | 
				
			||||||
 | 
					    "url": "",
 | 
				
			||||||
 | 
					    "maintainer": "SandwichRising",
 | 
				
			||||||
 | 
					    "layouts": {
 | 
				
			||||||
 | 
					        "LAYOUT_65_ansi": {
 | 
				
			||||||
 | 
					            "layout": [
 | 
				
			||||||
 | 
					                {"label":"ESC", "x":0, "y":0},
 | 
				
			||||||
 | 
					                {"label":"!", "x":1, "y":0},
 | 
				
			||||||
 | 
					                {"label":"@", "x":2, "y":0},
 | 
				
			||||||
 | 
					                {"label":"#", "x":3, "y":0},
 | 
				
			||||||
 | 
					                {"label":"$", "x":4, "y":0},
 | 
				
			||||||
 | 
					                {"label":"%", "x":5, "y":0},
 | 
				
			||||||
 | 
					                {"label":"^", "x":6, "y":0},
 | 
				
			||||||
 | 
					                {"label":"&", "x":7, "y":0},
 | 
				
			||||||
 | 
					                {"label":"*", "x":8, "y":0},
 | 
				
			||||||
 | 
					                {"label":"(", "x":9, "y":0},
 | 
				
			||||||
 | 
					                {"label":")", "x":10, "y":0},
 | 
				
			||||||
 | 
					                {"label":"_", "x":11, "y":0},
 | 
				
			||||||
 | 
					                {"label":"+", "x":12, "y":0},
 | 
				
			||||||
 | 
					                {"label":"Backspace", "x":13, "y":0, "w":2},
 | 
				
			||||||
 | 
					                {"label":"~", "x":15, "y":0},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                {"label":"Tab", "x":0, "y":1, "w":1.5},
 | 
				
			||||||
 | 
					                {"label":"Q", "x":1.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"W", "x":2.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"E", "x":3.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"R", "x":4.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"T", "x":5.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"Y", "x":6.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"U", "x":7.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"I", "x":8.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"O", "x":9.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"P", "x":10.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"{", "x":11.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"}", "x":12.5, "y":1},
 | 
				
			||||||
 | 
					                {"label":"|", "x":13.5, "y":1, "w":1.5},
 | 
				
			||||||
 | 
					                {"label":"DEL", "x":15, "y":1},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                {"label":"Caps Lock", "x":0, "y":2, "w":1.75},
 | 
				
			||||||
 | 
					                {"label":"A", "x":1.75, "y":2},
 | 
				
			||||||
 | 
					                {"label":"S", "x":2.75, "y":2},
 | 
				
			||||||
 | 
					                {"label":"D", "x":3.75, "y":2},
 | 
				
			||||||
 | 
					                {"label":"F", "x":4.75, "y":2},
 | 
				
			||||||
 | 
					                {"label":"G", "x":5.75, "y":2},
 | 
				
			||||||
 | 
					                {"label":"H", "x":6.75, "y":2},
 | 
				
			||||||
 | 
					                {"label":"J", "x":7.75, "y":2},
 | 
				
			||||||
 | 
					                {"label":"K", "x":8.75, "y":2},
 | 
				
			||||||
 | 
					                {"label":"L", "x":9.75, "y":2},
 | 
				
			||||||
 | 
					                {"label":":", "x":10.75, "y":2},
 | 
				
			||||||
 | 
					                {"label":"\"", "x":11.75, "y":2},
 | 
				
			||||||
 | 
					                {"label":"Enter", "x":12.75, "y":2, "w":2.25},
 | 
				
			||||||
 | 
					                {"label":"PG UP", "x":15, "y":2},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                {"label":"Shift", "x":0, "y":3, "w":2.25},
 | 
				
			||||||
 | 
					                {"label":"Z", "x":2.25, "y":3},
 | 
				
			||||||
 | 
					                {"label":"X", "x":3.25, "y":3},
 | 
				
			||||||
 | 
					                {"label":"C", "x":4.25, "y":3},
 | 
				
			||||||
 | 
					                {"label":"V", "x":5.25, "y":3},
 | 
				
			||||||
 | 
					                {"label":"B", "x":6.25, "y":3},
 | 
				
			||||||
 | 
					                {"label":"N", "x":7.25, "y":3},
 | 
				
			||||||
 | 
					                {"label":"M", "x":8.25, "y":3},
 | 
				
			||||||
 | 
					                {"label":"<", "x":9.25, "y":3},
 | 
				
			||||||
 | 
					                {"label":">", "x":10.25, "y":3},
 | 
				
			||||||
 | 
					                {"label":"?", "x":11.25, "y":3},
 | 
				
			||||||
 | 
					                {"label":"Shift", "x":12.25, "y":3, "w":1.75},
 | 
				
			||||||
 | 
					                {"label":"\u2191", "x":14, "y":3},
 | 
				
			||||||
 | 
					                {"label":"PG DN", "x":15, "y":3},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                {"label":"Ctrl", "x":0, "y":4, "w":1.25},
 | 
				
			||||||
 | 
					                {"label":"Win", "x":1.25, "y":4, "w":1.25},
 | 
				
			||||||
 | 
					                {"label":"Alt", "x":2.5, "y":4, "w":1.25},
 | 
				
			||||||
 | 
					                {"x":3.75, "y":4, "w":6.25},
 | 
				
			||||||
 | 
					                {"label":"Alt", "x":10, "y":4},
 | 
				
			||||||
 | 
					                {"label":"Fn", "x":11, "y":4},
 | 
				
			||||||
 | 
					                {"label":"Ctrl", "x":12, "y":4},
 | 
				
			||||||
 | 
					                {"label":"\u2190", "x":13, "y":4},
 | 
				
			||||||
 | 
					                {"label":"\u2193", "x":14, "y":4},
 | 
				
			||||||
 | 
					                {"label":"\u2192", "x":15, "y":4}
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -18,6 +18,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "quantum.h"
 | 
					#include "quantum.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define ___ KC_NO
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* This is a shortcut to help you visually see your layout.
 | 
					/* This is a shortcut to help you visually see your layout.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * The first section contains all of the arguments representing the physical
 | 
					 * The first section contains all of the arguments representing the physical
 | 
				
			||||||
@@ -27,16 +29,15 @@
 | 
				
			|||||||
 * represents the switch matrix.
 | 
					 * represents the switch matrix.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define LAYOUT_65_ansi( \
 | 
					#define LAYOUT_65_ansi( \
 | 
				
			||||||
    K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, \
 | 
					    K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K46, K0C, K0D, \
 | 
				
			||||||
    K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, \
 | 
					    K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K47, K1C, K1D, \
 | 
				
			||||||
	K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, \
 | 
					    K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B,      K2C, K2D, \
 | 
				
			||||||
	K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, \
 | 
					    K30,      K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, \
 | 
				
			||||||
	K400, K401, K402,             K405, K406, K407, K408, K409, K410, K411, K412, K413 \
 | 
					    K40, K41, K42,                K45,           K48, K49, K4A, K4B, K4C, K4D  \
 | 
				
			||||||
) { \
 | 
					) { \
 | 
				
			||||||
    { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013 }, \
 | 
					    { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \
 | 
				
			||||||
    { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113 }, \
 | 
					    { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \
 | 
				
			||||||
	{ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213 }, \
 | 
					    { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \
 | 
				
			||||||
	{ K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313 }, \
 | 
					    { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \
 | 
				
			||||||
	{ K400, K401, K402, KC_NO , KC_NO , K405 , K406, K407, K408, K409, K410, K411, K412, K413 } \
 | 
					    { K40, K41, K42, ___, ___, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4D }  \
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,19 +24,17 @@ enum layer_names {
 | 
				
			|||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
					const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			||||||
    /* Base */
 | 
					    /* Base */
 | 
				
			||||||
    [_BASE] = LAYOUT_65_ansi(
 | 
					    [_BASE] = LAYOUT_65_ansi(
 | 
				
			||||||
        KC_ESC,   	KC_1,    KC_2,		KC_3,	KC_4,	KC_5,	KC_6,	KC_7,	KC_8,	KC_9,	KC_0,	 KC_MINS,	KC_BSPC,	KC_GRV,
 | 
					        KC_ESC,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS, KC_EQL,  KC_BSPC, KC_GRV,
 | 
				
			||||||
		KC_TAB,		KC_Q,  	 KC_W,  	KC_E,  	KC_R,  	KC_T,  	KC_Y,  	KC_U,  	KC_I,  	KC_O,  	KC_P,    KC_LBRC,  	KC_BSLS, 	KC_DEL,
 | 
					        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL,
 | 
				
			||||||
        KC_CAPS, 	KC_A, 	 KC_S,  	KC_D,  	KC_F,  	KC_G,  	KC_H,  	KC_J,  	KC_K,  	KC_L,  	KC_SCLN, KC_QUOT,   KC_ENT,  	KC_PGUP,
 | 
					        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,          KC_ENT,  KC_PGUP,
 | 
				
			||||||
        KC_LSFT, 	KC_Z,  	 KC_X, 		KC_C,  	KC_V,  	KC_B,  	KC_N,  	KC_M, 	KC_COMM,KC_DOT,	KC_SLSH, KC_RSFT, 	KC_UP,   	KC_PGDN,
 | 
					        KC_LSFT,          KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_RSFT, KC_UP,   KC_PGDN,
 | 
				
			||||||
        KC_LCTL, 	KC_LGUI, KC_LALT,               	KC_SPC, KC_EQL,	KC_RBRC,KC_RALT,MO(_FN),KC_RCTL, KC_LEFT, 	KC_DOWN, 	KC_RGHT
 | 
					        KC_LCTL, KC_LGUI, KC_LALT,                            KC_SPC,                    KC_RALT, MO(_FN), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
 | 
				
			||||||
		
 | 
					 | 
				
			||||||
    ),
 | 
					    ),
 | 
				
			||||||
    [_FN] = LAYOUT_65_ansi(
 | 
					    [_FN] = LAYOUT_65_ansi(
 | 
				
			||||||
        _______, 	KC_F1,	 KC_F2, 	KC_F3, 	KC_F4, 	KC_F5, 	KC_F6, 	KC_F7, 	KC_F8,  KC_F9, 	KC_F10,  KC_F11, 	KC_DEL,		KC_PSCREEN,
 | 
					        _______, KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,  KC_DEL,  KC_PSCR,
 | 
				
			||||||
		_______,	_______, BL_INC,	_______,_______,_______,_______,_______,_______,_______,_______,_______,	_______,	KC_PAUSE,
 | 
					        _______, _______, BL_INC,  _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PAUS,
 | 
				
			||||||
		_______,	BL_TOGG, BL_DEC,	BL_BRTG,_______,_______,_______,_______,_______,_______,_______,_______,	_______,	KC_HOME,
 | 
					        _______, BL_TOGG, BL_DEC,  BL_BRTG, _______, _______, _______, _______, _______, _______, _______, _______,          _______, KC_HOME,
 | 
				
			||||||
		_______,	_______, _______,	_______,_______,_______,_______,_______,_______,_______,_______,_______,	KC_VOLU,	KC_END,
 | 
					        _______,          _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_VOLU, KC_END,
 | 
				
			||||||
		_______,	RESET, 	 _______,					_______,KC_F12, _______,_______,MO(_FN),_______,_______,	KC_VOLD,	_______
 | 
					        _______, RESET,   _______,                            _______,                   _______, MO(_FN), _______, _______, KC_VOLD, _______
 | 
				
			||||||
		
 | 
					 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,19 +24,17 @@ enum layer_names {
 | 
				
			|||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
					const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			||||||
    /* Base */
 | 
					    /* Base */
 | 
				
			||||||
    [_BASE] = LAYOUT_65_ansi(
 | 
					    [_BASE] = LAYOUT_65_ansi(
 | 
				
			||||||
        KC_GESC,   	KC_1,    KC_2,		KC_3,	KC_4,	KC_5,	KC_6,	KC_7,	KC_8,	KC_9,	KC_0,	 KC_MINS,	KC_BSPC,	KC_INS,
 | 
					        KC_GESC, KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS, KC_EQL,  KC_BSPC, KC_INS,
 | 
				
			||||||
		KC_TAB,		KC_Q,  	 KC_W,  	KC_E,  	KC_R,  	KC_T,  	KC_Y,  	KC_U,  	KC_I,  	KC_O,  	KC_P,    KC_LBRC,  	KC_BSLS, 	KC_DEL,
 | 
					        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL,
 | 
				
			||||||
        KC_CAPS, 	KC_A, 	 KC_S,  	KC_D,  	KC_F,  	KC_G,  	KC_H,  	KC_J,  	KC_K,  	KC_L,  	KC_SCLN, KC_QUOT,   KC_ENT,  	KC_PGUP,
 | 
					        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,          KC_ENT,  KC_PGUP,
 | 
				
			||||||
        KC_LSFT, 	KC_Z,  	 KC_X, 		KC_C,  	KC_V,  	KC_B,  	KC_N,  	KC_M, 	KC_COMM,KC_DOT,	KC_SLSH, KC_RSFT, 	KC_UP,   	KC_PGDN,
 | 
					        KC_LSFT,          KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_RSFT, KC_UP,   KC_PGDN,
 | 
				
			||||||
        KC_LCTL, 	KC_LGUI, KC_LALT,               	KC_SPC, KC_EQL,	KC_RBRC,KC_RALT,MO(_FN),KC_RCTL, KC_LEFT, 	KC_DOWN, 	KC_RGHT
 | 
					        KC_LCTL, KC_LGUI, KC_LALT,                            KC_SPC,                    KC_RALT, MO(_FN), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
 | 
				
			||||||
		
 | 
					 | 
				
			||||||
    ),
 | 
					    ),
 | 
				
			||||||
    [_FN] = LAYOUT_65_ansi(
 | 
					    [_FN] = LAYOUT_65_ansi(
 | 
				
			||||||
        _______, 	KC_F1,	 KC_F2, 	KC_F3, 	KC_F4, 	KC_F5, 	KC_F6, 	KC_F7, 	KC_F8,  KC_F9, 	KC_F10,  KC_F11, 	KC_DEL,		KC_PSCREEN,
 | 
					        _______, KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,  KC_DEL,  KC_PSCR,
 | 
				
			||||||
		_______,	_______, BL_INC,	_______,_______,_______,_______,_______,_______,_______,_______,_______,	_______,	KC_PAUSE,
 | 
					        _______, _______, BL_INC,  _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PAUS,
 | 
				
			||||||
		_______,	BL_TOGG, BL_DEC,	BL_BRTG,_______,_______,_______,_______,_______,_______,_______,_______,	_______,	KC_HOME,
 | 
					        _______, BL_TOGG, BL_DEC,  BL_BRTG, _______, _______, _______, _______, _______, _______, _______, _______,          _______, KC_HOME,
 | 
				
			||||||
		_______,	_______, _______,	_______,_______,_______,_______,_______,_______,_______,_______,_______,	KC_VOLU,	KC_END,
 | 
					        _______,          _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_VOLU, KC_END,
 | 
				
			||||||
		_______,	RESET, 	 _______,					_______,KC_F12, _______,_______,MO(_FN),_______,_______,	KC_VOLD,	_______
 | 
					        _______, RESET,   _______,                            _______,                   _______, MO(_FN), _______, _______, KC_VOLD, _______
 | 
				
			||||||
		
 | 
					 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,9 @@ MOUSEKEY_ENABLE = yes       # Mouse keys
 | 
				
			|||||||
EXTRAKEY_ENABLE = yes       # Audio control and System control
 | 
					EXTRAKEY_ENABLE = yes       # Audio control and System control
 | 
				
			||||||
CONSOLE_ENABLE = no         # Console for debug
 | 
					CONSOLE_ENABLE = no         # Console for debug
 | 
				
			||||||
COMMAND_ENABLE = no         # Commands for debug and configuration
 | 
					COMMAND_ENABLE = no         # Commands for debug and configuration
 | 
				
			||||||
NKRO_ENABLE = yes            # Enable N-Key Rollover
 | 
					NKRO_ENABLE = yes           # Enable N-Key Rollover
 | 
				
			||||||
BACKLIGHT_ENABLE = yes       # Enable keyboard backlight functionality
 | 
					BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
 | 
				
			||||||
RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
 | 
					RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
 | 
				
			||||||
AUDIO_ENABLE = no           # Audio output
 | 
					AUDIO_ENABLE = no           # Audio output
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					LAYOUTS = 65_ansi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user