Skip to content

trackpoint: Disable calibration - Fix the drift. #30

trackpoint: Disable calibration - Fix the drift.

trackpoint: Disable calibration - Fix the drift. #30

Workflow file for this run

name: Release QMK Firmware
on:
push:
tags:
- 'v*'
pull_request_target:
types: [opened, synchronize, reopened]
permissions: write-all
jobs:
build:
uses: ./.github/workflows/build-firmware.yml
with:
keyboard: ${{ matrix.keyboard }}
keymap: ${{ matrix.keymap }}
side: ${{ matrix.side }}
strategy:
matrix:
keyboard: [ svalboard/trackpoint, svalboard, svalboard/trackball, svalboard/ballpoint, svalboard/pointball ]
keymap: [ vial ]
side: [ left, right ]