]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
fixed capitalization issue (checkTime => checktime)
authorOle Anders <git@swoy.org>
Tue, 28 Mar 2017 16:41:04 +0000 (18:41 +0200)
committerOle Anders <git@swoy.org>
Tue, 28 Mar 2017 16:41:04 +0000 (18:41 +0200)
keyboards/satan/keymaps/admiralStrokers/keymap.c

index 422a801ba5926a8cbec75c00aac014239c44e9ad..7b83ed7b0eabba4ec543fc6578c739e80fea0d4d 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;
        }
 
@@ -147,7 +149,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
                                XXXX, XXXX, XXXX,                                       XXXX,                                   XXXX, XXXX, XXXX, XXXX),
 };
 
-const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { // MACRODOWN only works in this function
+const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {3 // MACRODOWN only works in this function
        
     switch(id) {
         case 0: //MAC0 - Hold for lshift and { on tap