A script for automatically synchronizing time on the docking station for AJAZZ Apex series mice. The main.js
file is directly taken from the qmk.top website, which is used to configure the mouse. This script works only on Windows.
-
Node.js
The script requires Node.js to run. You can download it from the official Node.js website. -
Puppeteer
Puppeteer is a Node.js library used for browser automation. -
Operating System
This script is designed to work only on Windows.
-
Clone or download the repository:
git clone https://github.com/failman34/AJAZZ-APEX-TimeSync.git
-
Navigate to the project directory:
cd AJAZZ-APEX-TimeSync
-
Install all the dependencies. Run the command in the directory with the project files:
npm install puppeteer
-
To run the script, execute start.bat or start.vsl
-
To ensure the script runs automatically at startup without opening console windows, add the start.vsl file to your Windows startup folder. This will automatically trigger the script when the system boots, and it will run silently in the background without opening any console windows.
Скрипт для автоматической синхронизации времени на док-станции для мышек серии AJAZZ Apex. Файл main.js
взят напрямую с qmk.top, который используется для настройки мыши. Скрипт работает только на Windows.
-
Node.js
Для работы скрипта требуется Node.js. Его можно скачать с официального сайта Node.js. -
Puppeteer
Puppeteer — это библиотека для Node.js, которая используется для автоматизации браузера. -
Операционная система
Скрипт работает только на Windows.
-
Склонируйте или загрузите репозиторий:
git clone https://github.com/failman34/AJAZZ-APEX-TimeSync.git
-
Перейдите в папку с проектом:
cd AJAZZ-APEX-TimeSync
-
Установите все зависимости. Выполните следующую команду в папке с файлами проекта:
npm install puppeteer
-
Чтобы запустить скрипт, выполните файл start.bat или start.vsl.
-
Чтобы настроить автоматический запуск скрипта при загрузке системы без открытия окон консоли, добавьте файл start.vsl в папку автозагрузки Windows. Это позволит запускать скрипт автоматически при включении компьютера, при этом он будет работать в фоновом режиме без отображения окон консоли.