aboutsummaryrefslogtreecommitdiff
path: root/users/yanfali
diff options
context:
space:
mode:
Diffstat (limited to 'users/yanfali')
-rw-r--r--users/yanfali/config.h2
-rw-r--r--users/yanfali/rules.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/users/yanfali/config.h b/users/yanfali/config.h
index 2c427f033..26517a9f6 100644
--- a/users/yanfali/config.h
+++ b/users/yanfali/config.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#ifdef KEYBOARD_maartenwut_plain60 3#ifdef KEYBOARD_evyd13_plain60
4 4
5#define B7_AUDIO 5#define B7_AUDIO
6#ifdef AUDIO_ENABLE 6#ifdef AUDIO_ENABLE
diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk
index a7208daa2..bf88c0452 100644
--- a/users/yanfali/rules.mk
+++ b/users/yanfali/rules.mk
@@ -6,7 +6,7 @@ LTO_ENABLE = yes
6AUDIO_ENABLE = no 6AUDIO_ENABLE = no
7 7
8# only enable audio on specific boards 8# only enable audio on specific boards
9ifeq ($(strip $(KEYBOARD)), maartenwut/plain60) 9ifeq ($(strip $(KEYBOARD)), evyd13/plain60)
10 AUDIO_ENABLE = yes 10 AUDIO_ENABLE = yes
11endif 11endif
12 12