diff --git a/keyboards/cantor/config.h b/keyboards/cantor/config.h index 650e06cf5e..779d70dcf7 100644 --- a/keyboards/cantor/config.h +++ b/keyboards/cantor/config.h @@ -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 @@ -40,6 +40,8 @@ /* disable print */ //#define NO_PRINT +#define DEBOUNCE 5 + /* disable action features */ //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING diff --git a/keyboards/cantor/keymaps/vial/config.h b/keyboards/cantor/keymaps/vial/config.h index 9290fd230f..72b7090a94 100644 --- a/keyboards/cantor/keymaps/vial/config.h +++ b/keyboards/cantor/keymaps/vial/config.h @@ -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 diff --git a/keyboards/cantor/keymaps/vial/rules.mk b/keyboards/cantor/keymaps/vial/rules.mk index 1b709f06b1..f1d576a906 100644 --- a/keyboards/cantor/keymaps/vial/rules.mk +++ b/keyboards/cantor/keymaps/vial/rules.mk @@ -1,2 +1,3 @@ VIA_ENABLE = yes # Enable VIA VIAL_ENABLE = yes # Enable VIAL +VIAL_INSECURE = yes