]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
helps to save before committing
authorJack Humbert <jack.humb@gmail.com>
Sun, 19 Feb 2017 05:11:55 +0000 (00:11 -0500)
committerJack Humbert <jack.humb@gmail.com>
Sun, 19 Feb 2017 05:11:55 +0000 (00:11 -0500)
quantum/quantum.c

index 761ba37f37a50c97fd543ceaafde7beb548788a2..582f8920b19638e680d9ef9bf6032ce210362966 100644 (file)
@@ -7,14 +7,12 @@
 #define TAPPING_TERM 200
 #endif
 
-<<<<<<< HEAD
 #include "backlight.h"
 extern backlight_config_t backlight_config;
-=======
+
 #ifdef FAUXCLICKY_ENABLE
 #include "fauxclicky.h"
 #endif
->>>>>>> 49e72632d2200fc3bf71d5ced2aa43058da3b2e0
 
 static void do_code16 (uint16_t code, void (*f) (uint8_t)) {
   switch (code) {