From 47c6d201aa595041c2fbbd957ef880db7f2d052d Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 23 Jul 2017 16:30:51 -0400 Subject: Add my layout --- keyboards/deltasplit75/keymaps/itsaferbie/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 keyboards/deltasplit75/keymaps/itsaferbie/Makefile (limited to 'keyboards/deltasplit75/keymaps/itsaferbie/Makefile') diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/Makefile b/keyboards/deltasplit75/keymaps/itsaferbie/Makefile new file mode 100644 index 0000000000..52ef1ad3e4 --- /dev/null +++ b/keyboards/deltasplit75/keymaps/itsaferbie/Makefile @@ -0,0 +1,5 @@ +RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif -- cgit v1.2.3 From 9546b180b961868f7f87a5367b94bb3daf30b61e Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 23 Jul 2017 17:32:16 -0400 Subject: Updated my makefile --- keyboards/deltasplit75/keymaps/itsaferbie/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboards/deltasplit75/keymaps/itsaferbie/Makefile') diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/Makefile b/keyboards/deltasplit75/keymaps/itsaferbie/Makefile index 52ef1ad3e4..0004390ce4 100644 --- a/keyboards/deltasplit75/keymaps/itsaferbie/Makefile +++ b/keyboards/deltasplit75/keymaps/itsaferbie/Makefile @@ -1,4 +1,5 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. +AUDIO_ENABLE = no # Audio disabled while using RGB underlight. ifndef QUANTUM_DIR include ../../../../Makefile -- cgit v1.2.3 From 1eea91f5f8bc64ca765abb5faee4b211d9ccf57f Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 24 Jul 2017 18:01:08 -0400 Subject: Updated my makefile..again --- keyboards/deltasplit75/keymaps/itsaferbie/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboards/deltasplit75/keymaps/itsaferbie/Makefile') diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/Makefile b/keyboards/deltasplit75/keymaps/itsaferbie/Makefile index 0004390ce4..bab3b4c564 100644 --- a/keyboards/deltasplit75/keymaps/itsaferbie/Makefile +++ b/keyboards/deltasplit75/keymaps/itsaferbie/Makefile @@ -1,5 +1,6 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. AUDIO_ENABLE = no # Audio disabled while using RGB underlight. +EXTRAKEY_ENABLE = yes ifndef QUANTUM_DIR include ../../../../Makefile -- cgit v1.2.3