Skip to content

Commit

Permalink
Update cantor vial
Browse files Browse the repository at this point in the history
  • Loading branch information
l4u committed Oct 13, 2022
1 parent d835ad1 commit 6be452d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions keyboards/cantor/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

/* Top left key on left half */
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 0
#define BOOTMAGIC_LITE_COLUMN 5
/* Top right key on right half */
#define BOOTMAGIC_LITE_ROW_RIGHT 4
#define BOOTMAGIC_LITE_COLUMN_RIGHT 5
#define BOOTMAGIC_LITE_COLUMN_RIGHT 0

/*
* Feature disable options
Expand All @@ -40,6 +40,8 @@
/* disable print */
//#define NO_PRINT

#define DEBOUNCE 5

/* disable action features */
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
Expand Down
2 changes: 1 addition & 1 deletion keyboards/cantor/keymaps/vial/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#define VIAL_UNLOCK_COMBO_COLS { 0, 5 }

/* default layer count */
#define DYNAMIC_KEYMAP_LAYER_COUNT 4
#define DYNAMIC_KEYMAP_LAYER_COUNT 10


1 change: 1 addition & 0 deletions keyboards/cantor/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
VIA_ENABLE = yes # Enable VIA
VIAL_ENABLE = yes # Enable VIAL
VIAL_INSECURE = yes

0 comments on commit 6be452d

Please # to comment.