summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/keymaps/default/config.h
diff options
context:
space:
mode:
authormarksard <38324387+marksard@users.noreply.github.com>2018-08-22 18:51:37 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-22 18:51:37 +0200
commit6076ed85be111f0e88c7049aa3d2e69eed5005a1 (patch)
treeda704f8828a63245ea2333c883462b2f96591212 /keyboards/crkbd/keymaps/default/config.h
parent9d27d5544365b988575ca3face308d30feb40c86 (diff)
downloadqmk_firmware-6076ed85be111f0e88c7049aa3d2e69eed5005a1.tar.gz
qmk_firmware-6076ed85be111f0e88c7049aa3d2e69eed5005a1.tar.xz
Keyboard: Partial refactor of the crkbd code (#3600)
* Add display to LED-parameters function * Improvement of update timing for OLED display (Need TWI_Init)
Diffstat (limited to 'keyboards/crkbd/keymaps/default/config.h')
-rw-r--r--keyboards/crkbd/keymaps/default/config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/crkbd/keymaps/default/config.h b/keyboards/crkbd/keymaps/default/config.h
index 15aeb098b..8d25f7cbc 100644
--- a/keyboards/crkbd/keymaps/default/config.h
+++ b/keyboards/crkbd/keymaps/default/config.h
@@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "../../config.h"
+#pragma once
/* Use I2C or Serial */
@@ -50,4 +47,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
#define RGBLIGHT_VAL_STEP 17
-#endif