diff --git a/config-tool-web/code.js b/config-tool-web/code.js index c8997f42..b81b5af7 100644 --- a/config-tool-web/code.js +++ b/config-tool-web/code.js @@ -17,7 +17,7 @@ const DEFAULT_GPIO_DEBOUNCE_TIME = 5; const DEFAULT_SCALING = 1000; const DEFAULT_MACRO_ENTRY_DURATION = 1; -const NLAYERS = 4; +const NLAYERS = 8; const NMACROS = 32; const NEXPRESSIONS = 8; const MACRO_ITEMS_IN_PACKET = 6; @@ -102,7 +102,7 @@ let target_modal = null; let extra_usages = { 'source': [], 'target': [] }; let config = { 'version': CONFIG_VERSION, - 'unmapped_passthrough_layers': [0, 1, 2, 3], + 'unmapped_passthrough_layers': [0, 1, 2, 3, 4, 5, 6, 7, 8], 'partial_scroll_timeout': DEFAULT_PARTIAL_SCROLL_TIMEOUT, 'tap_hold_threshold': DEFAULT_TAP_HOLD_THRESHOLD, 'gpio_debounce_time_ms': DEFAULT_GPIO_DEBOUNCE_TIME, diff --git a/config-tool-web/index.html b/config-tool-web/index.html index 0ea63783..934cbd3a 100644 --- a/config-tool-web/index.html +++ b/config-tool-web/index.html @@ -91,6 +91,22 @@