forked from vial-kb/vial-qmk
-
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.
- Loading branch information
Showing
6 changed files
with
346 additions
and
346 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
|
||
#pragma once | ||
|
||
#define VIAL_KEYBOARD_UID {0x53, 0x46, 0x1C, 0x7B, 0xC4, 0x27, 0x8A, 0xE9} | ||
|
||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS | ||
#define RGB_MATRIX_KEYPRESSES | ||
|
||
#define VIAL_UNLOCK_COMBO_ROWS {0, 2, 3} | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
|
||
#pragma once | ||
|
||
#define VIAL_KEYBOARD_UID {0x53, 0x46, 0x1C, 0x7B, 0xC4, 0x27, 0x8A, 0xE9} | ||
|
||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS | ||
#define RGB_MATRIX_KEYPRESSES | ||
|
||
#define VIAL_UNLOCK_COMBO_ROWS {0, 2, 3} | ||
#define VIAL_UNLOCK_COMBO_COLS {0, 13, 0} |
302 changes: 151 additions & 151 deletions
302
keyboards/dztech/dz60rgb_ansi/v2/keymaps/vial/vial.json
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 |
---|---|---|
@@ -1,152 +1,152 @@ | ||
{ | ||
"name": "DZ60RGB ANSI V2", | ||
"vendorId": "0x445A", | ||
"productId": "0x1221", | ||
"lighting": "vialrgb", | ||
"matrix": { | ||
"rows": 5, | ||
"cols": 14 | ||
}, | ||
"layouts": { | ||
"keymap": [ | ||
[ | ||
{ | ||
"c": "#777777" | ||
}, | ||
"0,0", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"0,1", | ||
"0,2", | ||
"0,3", | ||
"0,4", | ||
"0,5", | ||
"0,6", | ||
"0,7", | ||
"0,8", | ||
"0,9", | ||
"0,10", | ||
"0,11", | ||
"0,12", | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 2 | ||
}, | ||
"0,13" | ||
], | ||
[ | ||
{ | ||
"w": 1.5 | ||
}, | ||
"1,0", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"1,1", | ||
"1,2", | ||
"1,3", | ||
"1,4", | ||
"1,5", | ||
"1,6", | ||
"1,7", | ||
"1,8", | ||
"1,9", | ||
"1,10", | ||
"1,11", | ||
"1,12", | ||
{ | ||
"w": 1.5 | ||
}, | ||
"1,13" | ||
], | ||
[ | ||
{ | ||
"w": 1.75 | ||
}, | ||
"2,0", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"2,1", | ||
"2,2", | ||
"2,3", | ||
"2,4", | ||
"2,5", | ||
"2,6", | ||
"2,7", | ||
"2,8", | ||
"2,9", | ||
"2,10", | ||
"2,11", | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 2.25 | ||
}, | ||
"2,13" | ||
], | ||
[ | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 2.25 | ||
}, | ||
"3,0", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"3,1", | ||
"3,2", | ||
"3,3", | ||
"3,4", | ||
"3,5", | ||
"3,6", | ||
"3,7", | ||
"3,8", | ||
"3,9", | ||
"3,10", | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 2.75 | ||
}, | ||
"3,11" | ||
], | ||
[ | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 1.25 | ||
}, | ||
"4,0", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,1", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,2", | ||
{ | ||
"c": "#cccccc", | ||
"w": 6.25 | ||
}, | ||
"4,5", | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 1.25 | ||
}, | ||
"4,9", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,10", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,11", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,13" | ||
] | ||
] | ||
} | ||
{ | ||
"name": "DZ60RGB ANSI V2", | ||
"vendorId": "0x445A", | ||
"productId": "0x1221", | ||
"lighting": "vialrgb", | ||
"matrix": { | ||
"rows": 5, | ||
"cols": 14 | ||
}, | ||
"layouts": { | ||
"keymap": [ | ||
[ | ||
{ | ||
"c": "#777777" | ||
}, | ||
"0,0", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"0,1", | ||
"0,2", | ||
"0,3", | ||
"0,4", | ||
"0,5", | ||
"0,6", | ||
"0,7", | ||
"0,8", | ||
"0,9", | ||
"0,10", | ||
"0,11", | ||
"0,12", | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 2 | ||
}, | ||
"0,13" | ||
], | ||
[ | ||
{ | ||
"w": 1.5 | ||
}, | ||
"1,0", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"1,1", | ||
"1,2", | ||
"1,3", | ||
"1,4", | ||
"1,5", | ||
"1,6", | ||
"1,7", | ||
"1,8", | ||
"1,9", | ||
"1,10", | ||
"1,11", | ||
"1,12", | ||
{ | ||
"w": 1.5 | ||
}, | ||
"1,13" | ||
], | ||
[ | ||
{ | ||
"w": 1.75 | ||
}, | ||
"2,0", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"2,1", | ||
"2,2", | ||
"2,3", | ||
"2,4", | ||
"2,5", | ||
"2,6", | ||
"2,7", | ||
"2,8", | ||
"2,9", | ||
"2,10", | ||
"2,11", | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 2.25 | ||
}, | ||
"2,13" | ||
], | ||
[ | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 2.25 | ||
}, | ||
"3,0", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"3,1", | ||
"3,2", | ||
"3,3", | ||
"3,4", | ||
"3,5", | ||
"3,6", | ||
"3,7", | ||
"3,8", | ||
"3,9", | ||
"3,10", | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 2.75 | ||
}, | ||
"3,11" | ||
], | ||
[ | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 1.25 | ||
}, | ||
"4,0", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,1", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,2", | ||
{ | ||
"c": "#cccccc", | ||
"w": 6.25 | ||
}, | ||
"4,5", | ||
{ | ||
"c": "#aaaaaa", | ||
"w": 1.25 | ||
}, | ||
"4,9", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,10", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,11", | ||
{ | ||
"w": 1.25 | ||
}, | ||
"4,13" | ||
] | ||
] | ||
} | ||
} |
Oops, something went wrong.