1
0
Fork 0

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:
noroadsleft 2018-06-06 11:12:42 -07:00 committed by Drashna Jaelre
parent d86410103f
commit afa0a8d6f7
9 changed files with 76 additions and 86 deletions

View 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
)
};

View file

@ -0,0 +1,3 @@
["","","","","","","","","",""],
["","","","","","","","","",""],
["","","","","","","","","",""]

View file

@ -0,0 +1,3 @@
# ortho_3x10
LAYOUT_ortho_3x10