summaryrefslogtreecommitdiff
path: root/keyboards/synthlabs/solo/config.h
blob: 71170a12cea6bdb5741195a28a7044265d524a3c (plain)
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