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 07a8ed7 commit 41cd7cb
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
7 changes: 7 additions & 0 deletions keyboards/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/fistbnmp/keymaps/vial/keymap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"keyboard": "fistbnmp",
"keymap": "vial",
"version": 1,
"layout": "LAYOUT",
"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
}
}
}
55 changes: 55 additions & 0 deletions keyboards/fistbnmp/keymaps/vial/vial.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"matrix": {
"rows": 4,
"cols": 9
},
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8"
],
[
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8"
],
[

"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8"
],
[
"3,0",
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
"3,8"
]
]
}
}

0 comments on commit 41cd7cb

Please sign in to comment.