Creates a layouts/ folder for keymaps shared between keyboards (#1609)
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
This commit is contained in:
parent
7260fc3eef
commit
d2ff66a985
451 changed files with 1651 additions and 1477 deletions
10
layouts/default/ortho_4x12/default_ortho_4x12/keymap.c
Normal file
10
layouts/default/ortho_4x12/default_ortho_4x12/keymap.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT_ortho_4x12(
|
||||
KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L,
|
||||
KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L,
|
||||
KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L,
|
||||
KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L
|
||||
)
|
||||
};
|
4
layouts/default/ortho_4x12/layout.json
Normal file
4
layouts/default/ortho_4x12/layout.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
["","","","","","","","","","","",""],
|
||||
["","","","","","","","","","","",""],
|
||||
["","","","","","","","","","","",""],
|
||||
["","","","","","","","","","","",""]
|
3
layouts/default/ortho_4x12/readme.md
Normal file
3
layouts/default/ortho_4x12/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# ortho_4x12
|
||||
|
||||
LAYOUT_ortho_4x12
|
Loading…
Add table
Add a link
Reference in a new issue