Skip to content

Commit

Permalink
feat(keyboard): fistbnmp vial keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
lesshonor committed Jul 11, 2024
1 parent 83e08c8 commit 2b865e7
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
7 changes: 7 additions & 0 deletions keyboards/rpiguy9907/fistbnmp/keymaps/vial/config.h
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 }
23 changes: 23 additions & 0 deletions keyboards/rpiguy9907/fistbnmp/keymaps/vial/keymap.json
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
}
}
}
20 changes: 20 additions & 0 deletions keyboards/rpiguy9907/fistbnmp/keymaps/vial/vial.json
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"}]
]
}
}

0 comments on commit 2b865e7

Please sign in to comment.