aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/keymaps/davidrambo/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/iris/keymaps/davidrambo/config.h')
-rw-r--r--keyboards/keebio/iris/keymaps/davidrambo/config.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/keebio/iris/keymaps/davidrambo/config.h b/keyboards/keebio/iris/keymaps/davidrambo/config.h
index 2cdff4213..0c4bf8c8f 100644
--- a/keyboards/keebio/iris/keymaps/davidrambo/config.h
+++ b/keyboards/keebio/iris/keymaps/davidrambo/config.h
@@ -15,10 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef CONFIG_USER_H 18#pragma once
19#define CONFIG_USER_H
20
21#include "config_common.h"
22 19
23/* Use I2C or Serial, not both */ 20/* Use I2C or Serial, not both */
24 21
@@ -39,6 +36,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
39#define RGBLIGHT_VAL_STEP 8 36#define RGBLIGHT_VAL_STEP 8
40*/ 37*/
41#define TAPPING_TERM 200 38#define TAPPING_TERM 200
42#include "../../config.h"
43 39
44#endif 40