From 85cac3952965b37317d42bf7b3e5cf3a9e4ebdae Mon Sep 17 00:00:00 2001
From: Ole Anders <git@swoy.org>
Date: Tue, 28 Mar 2017 18:41:04 +0200
Subject: [PATCH] fixed capitalization issue (checkTime => checktime)

---
 keyboards/satan/keymaps/admiralStrokers/keymap.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/keyboards/satan/keymaps/admiralStrokers/keymap.c b/keyboards/satan/keymaps/admiralStrokers/keymap.c
index 422a801ba5..7b83ed7b0e 100644
--- a/keyboards/satan/keymaps/admiralStrokers/keymap.c
+++ b/keyboards/satan/keymaps/admiralStrokers/keymap.c
@@ -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