forked from vial-kb/vial-qmk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(keyboard): fistbnmp vial keymap
- Loading branch information
Showing
3 changed files
with
50 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,7 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
|
||
#pragma once | ||
|
||
#define VIAL_KEYBOARD_UID {0x5A, 0x53, 0x42, 0x61, 0xFA, 0x42, 0x3C, 0xC0} | ||
#define VIAL_UNLOCK_COMBO_ROWS { 0, 1 } | ||
#define VIAL_UNLOCK_COMBO_COLS { 0, 8 } |
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,23 @@ | ||
{ | ||
"keyboard": "rpiguy9907/fistbnmp", | ||
"keymap": "vial", | ||
"version": 1, | ||
"layout": "LAYOUT_all", | ||
"layers": [ | ||
[ | ||
"KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", | ||
"KC_A", "KC_S", "KC_D", "KC_F", "KC_G", "KC_H", "KC_J", "KC_K", "KC_L", | ||
"KC_Z", "KC_X", "KC_C", "KC_V", "KC_B", "KC_N", "KC_M", "KC_P", "KC_DOT", | ||
"KC_LCTL", "KC_LALT", "KC_LGUI", "KC_SPC", "KC_SPC", "KC_RIGHT", "KC_LEFT", "KC_DOWN", "KC_UP" | ||
] | ||
], | ||
"config": { | ||
"build": { | ||
"lto": true | ||
}, | ||
"features": { | ||
"via": true, | ||
"vial": true | ||
} | ||
} | ||
} |
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,20 @@ | ||
{ | ||
"lighting": "none", | ||
"matrix": { | ||
"rows": 4, | ||
"cols": 9 | ||
}, | ||
"layouts": { | ||
"labels": [ | ||
["Bottom Row", "Split Space", "3u", "7u"] | ||
], | ||
"keymap": [ | ||
[{"c":"#777777"},"0,0",{"c":"#cccccc"},"0,1","0,2","0,3","0,4","0,5","0,6","0,7",{"c":"#aaaaaa"},"0,8"], | ||
["1,0",{"c":"#cccccc"},"1,1","1,2","1,3","1,4","1,5","1,6","1,7",{"c":"#aaaaaa"},"1,8"], | ||
["2,0",{"c":"#cccccc"},"2,1","2,2","2,3","2,4","2,5","2,6","2,7",{"c":"#aaaaaa"},"2,8"], | ||
["3,0","3,1\n\n\n0,0","3,2\n\n\n0,0",{"c":"#cccccc","w":1.5},"3,3\n\n\n0,0",{"w":1.5},"3,5\n\n\n0,0",{"c":"#aaaaaa"},"3,6\n\n\n0,0","3,7\n\n\n0,0","3,8"], | ||
[{"x":1},"3,1\n\n\n0,1","3,2\n\n\n0,1",{"c":"#cccccc","w":3},"3,4\n\n\n0,1",{"c":"#aaaaaa"},"3,6\n\n\n0,1","3,7\n\n\n0,1"], | ||
[{"x":1},{"c":"#cccccc","w":7},"3,4\n\n\n0,2",{"c":"#aaaaaa"}] | ||
] | ||
} | ||
} |