Refactor and Configurator updates for AMJ Pad (#3060)
* Refactor for AMJ Pad * Configurator update for AMJ Pad * Add hardware agnostic layouts numpad_6x4 and ortho_6x4 * Add agnostic layouts to rules.mk * Refactor AMJ Pad to use new hardware agnostic layouts
This commit is contained in:
parent
3b1ddd12a5
commit
a677d8a00d
13 changed files with 159 additions and 100 deletions
12
layouts/default/ortho_6x4/default_ortho_6x4/keymap.c
Normal file
12
layouts/default/ortho_6x4/default_ortho_6x4/keymap.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT_ortho_6x4(
|
||||
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_F13, KC_F14, KC_F15, KC_F16, \
|
||||
KC_F17, KC_F18, KC_F19, KC_F20, \
|
||||
KC_F21, KC_F22, KC_F23, KC_F24 \
|
||||
),
|
||||
};
|
6
layouts/default/ortho_6x4/layout.json
Normal file
6
layouts/default/ortho_6x4/layout.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
["","","",""],
|
||||
["","","",""],
|
||||
["","","",""],
|
||||
["","","",""],
|
||||
["","","",""],
|
||||
["","","",""],
|
3
layouts/default/ortho_6x4/readme.md
Normal file
3
layouts/default/ortho_6x4/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# ortho_6x4
|
||||
|
||||
LAYOUT_ortho_6x4
|
Loading…
Add table
Add a link
Reference in a new issue