Dilly: Refactor and Configurator support (#3134)
* Refactor * Configurator support * Add LAYOUT_ortho_3x10 to default QMK layouts * Refactor Dilly to use LAYOUT_ortho_3x10
This commit is contained in:
parent
d86410103f
commit
afa0a8d6f7
9 changed files with 76 additions and 86 deletions
9
layouts/default/ortho_3x10/default_ortho_3x10/keymap.c
Normal file
9
layouts/default/ortho_3x10/default_ortho_3x10/keymap.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT_ortho_3x10(
|
||||
KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
|
||||
KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN,
|
||||
KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH
|
||||
)
|
||||
};
|
3
layouts/default/ortho_3x10/layout.json
Normal file
3
layouts/default/ortho_3x10/layout.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
["","","","","","","","","",""],
|
||||
["","","","","","","","","",""],
|
||||
["","","","","","","","","",""]
|
3
layouts/default/ortho_3x10/readme.md
Normal file
3
layouts/default/ortho_3x10/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# ortho_3x10
|
||||
|
||||
LAYOUT_ortho_3x10
|
Loading…
Add table
Add a link
Reference in a new issue