forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jd45] Add "jeebak" keymap folder as a copy of the "default" folder
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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[] = { | ||
|
||
}; |