QMK Configurator Support for JD45 and JD40 (#2851)
* Added JD45 Config * Added JD40 Config * Changed KEYMAP to LAYOUT for JD40 and JD45
This commit is contained in:
parent
43e589aa02
commit
187d76476e
15 changed files with 962 additions and 784 deletions
|
@ -1,15 +1,15 @@
|
|||
#include "jd45.h"
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
/* this keymap is to provide a basic keyboard layout for testing the matrix
|
||||
* for more practical and complicated keymap refer to other keymaps in the same folder
|
||||
*/
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = KEYMAP(
|
||||
ESC, Q, W, E, R, T, Y, U, I, O, P, QUOT, BSPC,
|
||||
TAB, A, S, D, F, G, H, J, K, L, SCLN, ENT,
|
||||
LSFT, Z, X, C, V, B, N, M, COMM, DOT, SLSH, RSFT,
|
||||
PAUSE, LCTL, LALT, DEL, SPC, DEL, LEFT, UP, DOWN, RIGHT ),
|
||||
[0] = LAYOUT(
|
||||
ESC, Q, W, E, R, T, Y, U, I, O, P, QUOT, BSPC,
|
||||
TAB, A, S, D, F, G, H, J, K, L, SCLN, ENT,
|
||||
LSFT, Z, X, C, V, B, N, M, COMM, DOT, SLSH, RSFT,
|
||||
PAUSE, LCTL, LALT, DEL, SPC, DEL, LEFT, UP, DOWN, RIGHT),
|
||||
};
|
||||
|
||||
const uint16_t PROGMEM fn_actions[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue