diff --git a/keyboards/fistbnmp/keymaps/vial/config.h b/keyboards/fistbnmp/keymaps/vial/config.h new file mode 100644 index 00000000000..679a08e37e2 --- /dev/null +++ b/keyboards/fistbnmp/keymaps/vial/config.h @@ -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, 2 } +#define VIAL_UNLOCK_COMBO_COLS { 0, 8 } diff --git a/keyboards/fistbnmp/keymaps/vial/keymap.json b/keyboards/fistbnmp/keymaps/vial/keymap.json new file mode 100644 index 00000000000..86571ee7561 --- /dev/null +++ b/keyboards/fistbnmp/keymaps/vial/keymap.json @@ -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 + } + } +} diff --git a/keyboards/fistbnmp/keymaps/vial/vial.json b/keyboards/fistbnmp/keymaps/vial/vial.json new file mode 100644 index 00000000000..d8ee7177b2b --- /dev/null +++ b/keyboards/fistbnmp/keymaps/vial/vial.json @@ -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" + ] + ] + } +}