Sync keyboards with qmk, switch via->vial keymap where applicable

This commit is contained in:
Ilya Zhuravlev
2021-12-11 22:28:13 -05:00
parent 2fc27b48b6
commit 88bf44797d
122 changed files with 977 additions and 1038 deletions
-6
View File
@@ -14,7 +14,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define VIAL_KEYBOARD_UID {0x13, 0xBB, 0x91, 0xC2, 0x05, 0x96, 0xF0, 0x30}
#pragma once
@@ -94,8 +93,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
// Unlock Combo
#define VIAL_UNLOCK_COMBO_ROWS { 9, 1 }
#define VIAL_UNLOCK_COMBO_COLS { 6, 1 }
@@ -0,0 +1,9 @@
#pragma once
#define VIAL_KEYBOARD_UID {0x13, 0xBB, 0x91, 0xC2, 0x05, 0x96, 0xF0, 0x30}
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
// Unlock Combo
#define VIAL_UNLOCK_COMBO_ROWS { 9, 1 }
#define VIAL_UNLOCK_COMBO_COLS { 6, 1 }