]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
moved checktime out of function
authorOle Anders <git@swoy.org>
Tue, 28 Mar 2017 15:30:15 +0000 (17:30 +0200)
committerOle Anders <git@swoy.org>
Tue, 28 Mar 2017 15:30:15 +0000 (17:30 +0200)
keyboards/satan/keymaps/admiralStrokers/keymap.c

index b5fd2ec6014216b21a3ac934e5f7ef4281ebe55e..422a801ba5926a8cbec75c00aac014239c44e9ad 100644 (file)
@@ -1,6 +1,8 @@
 #include "satan.h"
 static uint16_t key_timer;
-bool checkTime(void);
+bool checkTime(void){
+               return (timer_elapsed(key_timer) < 150) ? true : false;
+       }
 
 // general keydefs
 #define norm 0         // Default layer
@@ -147,11 +149,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 
 const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { // MACRODOWN only works in this function
        
-       bool checkTime(void){
-               return (timer_elapsed(key_timer) < 150) ? true : false;
-       }
-
-
     switch(id) {
         case 0: //MAC0 - Hold for lshift and { on tap
                                        if (record->event.pressed) {