aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/nyquist/keymaps/mtdjr/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/nyquist/keymaps/mtdjr/keymap.c')
-rw-r--r--keyboards/keebio/nyquist/keymaps/mtdjr/keymap.c64
1 files changed, 64 insertions, 0 deletions
diff --git a/keyboards/keebio/nyquist/keymaps/mtdjr/keymap.c b/keyboards/keebio/nyquist/keymaps/mtdjr/keymap.c
new file mode 100644
index 000000000..668e7964b
--- /dev/null
+++ b/keyboards/keebio/nyquist/keymaps/mtdjr/keymap.c
@@ -0,0 +1,64 @@
1#include QMK_KEYBOARD_H
2#include "mtdjr.h"
3
4extern keymap_config_t keymap_config;
5
6
7const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
8 [_QWERTY] = LAYOUT_kc (
9// ,-----------------------------. .-----------------------------.
10 GESC, 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 0 ,BSPC,
11// |----+----+----+----+----+----| |----+----+----+----+----+----|
12 TAB, Q , W , E , R , T , Y , U , I , O , P ,QUOT,
13// |----+----+----+----+----+----| |----+----+----+----+----+----|
14 RASE, A , S , D , F , G , H , J , K , L ,SCLN, ENT,
15// |----+----+----+----+----+----| |----+----+----+----+----+----|
16 LSFT, Z , X , C , V , B , N , M ,COMM, DOT,SLSH,xxxx,
17// |----+----+----+----+----+----| |----+----+----+----+----+----|
18 LOWR,LCTL,LALT,LGUI, SPC, SPC, SPC, SPC,LEFT,DOWN, UP ,RGHT
19// '-----------------------------' '-----------------------------'
20),
21
22 [_LOWER] = LAYOUT_kc(
23// ,-----------------------------. .-----------------------------.
24 TILD,xxxx,xxxx,xxxx,xxxx,xxxx, xxxx,xxxx,xxxx,UNDS,PLUS, DEL,
25// |----+----+----+----+----+----| |----+----+----+----+----+----|
26 xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, xxxx,xxxx,xxxx,LBRC,RBRC,BSLS,
27// |----+----+----+----+----+----| |----+----+----+----+----+----|
28 ,xxxx,xxxx,xxxx,xxxx,xxxx, xxxx,xxxx,xxxx,xxxx,xxxx, ,
29// |----+----+----+----+----+----| |----+----+----+----+----+----|
30 xxxx,UNDO, CUT,XCPY,XINS,xxxx, xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,
31// |----+----+----+----+----+----| |----+----+----+----+----+----|
32 , , , , , , , ,MNXT,VOLD,VOLU,MPLY
33// '-----------------------------' '-----------------------------'
34),
35
36 [_RAISE] = LAYOUT_kc(
37// ,-----------------------------. .-----------------------------.
38 xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, xxxx,xxxx,xxxx,MINS, EQL, ,
39// |----+----+----+----+----+----| |----+----+----+----+----+----|
40 xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, xxxx,xxxx,xxxx,LCBR,RCBR,PIPE,
41// |----+----+----+----+----+----| |----+----+----+----+----+----|
42 ,xxxx,xxxx,xxxx,xxxx,xxxx, xxxx,xxxx,xxxx,xxxx,xxxx, ,
43// |----+----+----+----+----+----| |----+----+----+----+----+----|
44 xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,
45// |----+----+----+----+----+----| |----+----+----+----+----+----|
46 , , , , , , , ,MNXT,VOLD,VOLU,MPLY
47// '-----------------------------' '-----------------------------'
48),
49
50 [_ADJUST] = LAYOUT_kc(
51// ,-----------------------------. .-----------------------------.
52 xxxx,ROOT,PPLY,PSEF,xxxx,xxxx, F1 , F2 , F3 , F4 , F5 , F6 ,
53// |----+----+----+----+----+----| |----+----+----+----+----+----|
54 xxxx,xxxx,xxxx,xxxx, RST,xxxx, F7 , F8 , F9 , F10, F11, F12,
55// |----+----+----+----+----+----| |----+----+----+----+----+----|
56 , RGB,RHUI,RSAI,RVAI, MOD, xxxx,xxxx,xxxx,xxxx,xxxx, ,
57// |----+----+----+----+----+----| |----+----+----+----+----+----|
58 xxxx,RBTH,RHUD,RSAD,RVAD,RMOD, xxxx,xxxx,xxxx,xxxx,xxxx, BLB,
59// |----+----+----+----+----+----| |----+----+----+----+----+----|
60 ,xxxx,xxxx,xxxx, , , , ,BLOF, BLD, BLI,BLON
61// '-----------------------------' '-----------------------------'
62)
63
64};