Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 528 Bytes

$onInit.md

File metadata and controls

18 lines (13 loc) · 528 Bytes

$onInit

Automatically invoked macro that runs on power on to initalise the keyboard

Enables extended commands and sets the LEDs for keys to turn off after 5 minutes

Sets the pinch to zoom to be mac mode and enables chording

Slows down the touchpad scrolling (default 8) Note: the documentation has the scroll speed divisor incorrectly capitalised.

set leds.fadeTimeout 5
set macroEngine.extendedCommands 1
set module.touchpad.pinchZoomMode zoomMac
set chordingDelay 50 
set module.touchpad.scrollSpeedDivisor 16