summaryrefslogtreecommitdiff
path: root/keymap_skel.h
diff options
context:
space:
mode:
authortmk2010-10-26 21:32:45 +0900
committertmk2010-10-26 21:32:45 +0900
commit461e0d3d8c82cc78d29d3115af3c417bb51bb50f (patch)
tree844b28eed904f72aa18873f25de435379fa1bad3 /keymap_skel.h
parent7a336b05ec2d1056fe2206ae218199c66e8980da (diff)
ADD: keymap macro for human to read easier
ADD: controller.h for controller board definition(teensy) ADD: debug toggle
Diffstat (limited to 'keymap_skel.h')
-rw-r--r--keymap_skel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keymap_skel.h b/keymap_skel.h
index 51906d36a..ab8cce7ae 100644
--- a/keymap_skel.h
+++ b/keymap_skel.h
@@ -11,6 +11,7 @@ uint8_t keymap_get_keycodel(int layer, int row, int col);
int keymap_get_layer(void);
int keymap_set_layer(int layer);
+bool keymap_is_special_mode(int fn_bits);
/* process Fn keys. This.should be called every scan. */
void keymap_fn_proc(int fn_bits);