summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/nucleo_l432kc/config.h
blob: fcf2c71b4784a0acd1d1aa0b48a5986e3c92b7a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2021 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once


#define BACKLIGHT_PWM_DRIVER  PWMD4
#define BACKLIGHT_PWM_CHANNEL 3
#define BACKLIGHT_PAL_MODE    2

#define RGB_CI_PIN B13

#define ADC_PIN A0