]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/ergotravel/keymaps/jpconstantineau/config.h
Fix process_combo which assign -1 to uint16_t (#3697)
[qmk_firmware.git] / keyboards / ergotravel / keymaps / jpconstantineau / config.h
index abb8cfa8e6c3f5875c95af9e4a7d7565b2782892..eeca26ce1dbb51539709bdb6368c074b698841c0 100644 (file)
@@ -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 */
 
@@ -38,4 +35,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define RGBLIGHT_SAT_STEP 8
 #define RGBLIGHT_VAL_STEP 8
 
-#endif
+