aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergo42/keymaps/hdbx/config.h
diff options
context:
space:
mode:
authorBiacco42 <secondimpact_2000@yahoo.co.jp>2018-08-20 04:52:23 +0900
committerDrashna Jaelre <drashna@live.com>2018-08-19 12:52:23 -0700
commit78a01068a46fb1ba969f3f7875ffc08a8acb6f15 (patch)
treef000a0f02e8cedfd0861b3f7d120bd981c3584d0 /keyboards/ergo42/keymaps/hdbx/config.h
parent10b4591d88c2573ee3bdf99d195856f66c4899c3 (diff)
downloadqmk_firmware-78a01068a46fb1ba969f3f7875ffc08a8acb6f15.tar.gz
qmk_firmware-78a01068a46fb1ba969f3f7875ffc08a8acb6f15.zip
Keymap: Remove needless lines / files for Ergo42 (#3685)
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