summaryrefslogtreecommitdiff
path: root/keyboards/iris/keymaps/default/config.h
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2018-08-02 16:49:17 -0400
committerDrashna Jaelre <drashna@live.com>2018-08-02 13:49:17 -0700
commita057f1ca9e38bd06f88bc3370be6454f026fac0a (patch)
tree4e70c9652bffacf9d60ceb27a5781dae4d50a5d6 /keyboards/iris/keymaps/default/config.h
parent62a86031223fcbfbed437493c69b27493c52206d (diff)
Keymap: Reformat Iris default keymap (#3534)
* Reformat default keymap to use LAYOUT, move RGB controls to RAISE layer * Use set_single_persistent_default_layer instead of old method
Diffstat (limited to 'keyboards/iris/keymaps/default/config.h')
-rw-r--r--keyboards/iris/keymaps/default/config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/iris/keymaps/default/config.h b/keyboards/iris/keymaps/default/config.h
index 72e35c4728..7986b50416 100644
--- a/keyboards/iris/keymaps/default/config.h
+++ b/keyboards/iris/keymaps/default/config.h
@@ -15,10 +15,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_common.h"
+#pragma once
/* Use I2C or Serial, not both */
@@ -37,5 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
-
-#endif