mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
[jd45] Add "jeebak" keymap folder as a copy of the "default" folder
This commit is contained in:
parent
ad206155aa
commit
601feed87e
1 changed files with 17 additions and 0 deletions
17
keyboards/jd45/keymaps/jeebak/keymap.c
Normal file
17
keyboards/jd45/keymaps/jeebak/keymap.c
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
#include "jd45.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 ),
|
||||||
|
};
|
||||||
|
|
||||||
|
const uint16_t PROGMEM fn_actions[] = {
|
||||||
|
|
||||||
|
};
|
Loading…
Reference in a new issue