Move VIA config to keymap level (#23754)
This commit is contained in:
parent
73f9fb91a3
commit
3400908b08
70 changed files with 582 additions and 113 deletions
|
@ -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
|
6
keyboards/era/linx3/n8x/keymaps/via/config.h
Normal file
6
keyboards/era/linx3/n8x/keymaps/via/config.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue