aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Anders <git@swoy.org>2017-03-28 18:41:04 +0200
committerOle Anders <git@swoy.org>2017-03-28 18:41:04 +0200
commit85cac3952965b37317d42bf7b3e5cf3a9e4ebdae (patch)
treeba891865468090649c60cea4b6f07e2abc0569dc
parent411cd4fae27693324ca51eb5bf07ecebbc074c01 (diff)
downloadqmk_firmware-85cac3952965b37317d42bf7b3e5cf3a9e4ebdae.tar.gz
qmk_firmware-85cac3952965b37317d42bf7b3e5cf3a9e4ebdae.zip
fixed capitalization issue (checkTime => checktime)
-rw-r--r--keyboards/satan/keymaps/admiralStrokers/keymap.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/satan/keymaps/admiralStrokers/keymap.c b/keyboards/satan/keymaps/admiralStrokers/keymap.c
index 422a801ba..7b83ed7b0 100644
--- a/keyboards/satan/keymaps/admiralStrokers/keymap.c
+++ b/keyboards/satan/keymaps/admiralStrokers/keymap.c
@@ -1,6 +1,8 @@
1#include "satan.h" 1#include "satan.h"
2
2static uint16_t key_timer; 3static uint16_t key_timer;
3bool checkTime(void){ 4
5bool checktime(void){
4 return (timer_elapsed(key_timer) < 150) ? true : false; 6 return (timer_elapsed(key_timer) < 150) ? true : false;
5 } 7 }
6 8
@@ -147,7 +149,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
147 XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX), 149 XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX, XXXX),
148}; 150};
149 151
150const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { // MACRODOWN only works in this function 152const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {3 // MACRODOWN only works in this function
151 153
152 switch(id) { 154 switch(id) {
153 case 0: //MAC0 - Hold for lshift and { on tap 155 case 0: //MAC0 - Hold for lshift and { on tap