Move VIA config to keymap level (#23754)

This commit is contained in:
Joel Challis 2024-05-21 13:25:28 +01:00 committed by GitHub
parent 73f9fb91a3
commit 3400908b08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
70 changed files with 582 additions and 113 deletions

View file

@ -10,5 +10,3 @@
/* BACKLIGHT PWM */
#define BACKLIGHT_PWM_DRIVER PWMD1
#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_B
#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 4

View file

@ -0,0 +1,6 @@
// Copyright 2024 Hyojin Bak (@eerraa)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 4