~ruther/qmk_firmware

ref: c5a1e485a6b98c20c5641daf5b267b21da012d9b qmk_firmware/keyboards/synthlabs/solo/config.h -rw-r--r-- 278 bytes
c5a1e485 — Andrew Kannan Add Bastion75 PCB to QMK (#21529) 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2022 Aaron Hong (@hongaaronc)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#define ENCODERS_CW_KEY { { 2, 1 } }
#define ENCODERS_CCW_KEY { { 0, 1 } }

#define JOYSTICK_BUTTON_COUNT 13
#define JOYSTICK_AXIS_COUNT 1
#define JOYSTICK_AXIS_RESOLUTION 16
Do not follow this link