aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergo42/keymaps/biacco-underglow/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergo42/keymaps/biacco-underglow/config.h')
-rw-r--r--keyboards/ergo42/keymaps/biacco-underglow/config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/ergo42/keymaps/biacco-underglow/config.h b/keyboards/ergo42/keymaps/biacco-underglow/config.h
index bc80be306..efadfa814 100644
--- a/keyboards/ergo42/keymaps/biacco-underglow/config.h
+++ b/keyboards/ergo42/keymaps/biacco-underglow/config.h
@@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License
18along with this program. If not, see <http://www.gnu.org/licenses/>. 18along with this program. If not, see <http://www.gnu.org/licenses/>.
19*/ 19*/
20 20
21#ifndef CONFIG_USER_H 21#pragma once
22#define CONFIG_USER_H
23
24#include "../../config.h"
25 22
26/* Use I2C or Serial, not both */ 23/* Use I2C or Serial, not both */
27 24
@@ -40,4 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40#define RGBLIGHT_ANIMATIONS 37#define RGBLIGHT_ANIMATIONS
41#define RGBLIGHT_SLEEP 38#define RGBLIGHT_SLEEP
42 39
43#endif