aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergo42/keymaps/hdbx/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergo42/keymaps/hdbx/config.h')
-rw-r--r--keyboards/ergo42/keymaps/hdbx/config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/ergo42/keymaps/hdbx/config.h b/keyboards/ergo42/keymaps/hdbx/config.h
index 6bddef1ea..4f0704ae1 100644
--- a/keyboards/ergo42/keymaps/hdbx/config.h
+++ b/keyboards/ergo42/keymaps/hdbx/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
@@ -44,4 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
44#define RGBLIGHT_SAT_STEP 17 41#define RGBLIGHT_SAT_STEP 17
45#define RGBLIGHT_VAL_STEP 17 42#define RGBLIGHT_VAL_STEP 17
46 43
47#endif