]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/xd75/keymaps/colinta/config.h
[Keyboard] XD75 refactor (#5420)
[qmk_firmware.git] / keyboards / xd75 / keymaps / colinta / config.h
index 3b39bee81c902077f0da514bac2474eb2918ee5b..354c9c9186076419c4a7bf42b951852338199649 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
+#pragma once
 
-#include "../../config.h"
+// place overrides here
 
 // QMK customization:
 // - after 1.5s, turn off one-shot keys
 #define ONESHOT_TIMEOUT 1500
 // - TT(layer) only needs one press
 #define TAPPING_TOGGLE 1
-
-#endif