Skip to content

Commit

Permalink
Added vial_debug keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
purdeaandrei committed Jun 18, 2023
1 parent c106003 commit 9508763
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/unicomp/mini_m/keymaps/vial_debug/config.h
6 changes: 6 additions & 0 deletions keyboards/unicomp/mini_m/keymaps/vial_debug/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include "../vial/keymap.c"

void keyboard_post_init_user(void) {
debug_enable=true;
debug_matrix=true;
}
4 changes: 4 additions & 0 deletions keyboards/unicomp/mini_m/keymaps/vial_debug/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VIA_ENABLE = yes
VIAL_ENABLE = yes

CONSOLE_ENABLE = yes
1 change: 1 addition & 0 deletions keyboards/unicomp/mini_m/keymaps/vial_debug/vial.json

0 comments on commit 9508763

Please sign in to comment.