From aaf2419b591f158559dbb0139bb4c3f1d245318b Mon Sep 17 00:00:00 2001 From: Evy Dekkers <17366381+evyd13@users.noreply.github.com> Date: Sun, 1 Nov 2020 18:40:51 +0100 Subject: [PATCH] Maartenwut/Maarten namechange to evyd13/Evy (#10274) --- users/yanfali/config.h | 2 +- users/yanfali/rules.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/users/yanfali/config.h b/users/yanfali/config.h index 2c427f033178..26517a9f64b0 100644 --- a/users/yanfali/config.h +++ b/users/yanfali/config.h @@ -1,6 +1,6 @@ #pragma once -#ifdef KEYBOARD_maartenwut_plain60 +#ifdef KEYBOARD_evyd13_plain60 #define B7_AUDIO #ifdef AUDIO_ENABLE diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk index a7208daa2c5a..bf88c045280a 100644 --- a/users/yanfali/rules.mk +++ b/users/yanfali/rules.mk @@ -6,7 +6,7 @@ LTO_ENABLE = yes AUDIO_ENABLE = no # only enable audio on specific boards -ifeq ($(strip $(KEYBOARD)), maartenwut/plain60) +ifeq ($(strip $(KEYBOARD)), evyd13/plain60) AUDIO_ENABLE = yes endif