summaryrefslogtreecommitdiffstats
path: root/keyboards/dz60/keymaps/marianas/customLogic.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dz60/keymaps/marianas/customLogic.h')
-rw-r--r--keyboards/dz60/keymaps/marianas/customLogic.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/marianas/customLogic.h b/keyboards/dz60/keymaps/marianas/customLogic.h
new file mode 100644
index 000000000..f0e6ecdca
--- /dev/null
+++ b/keyboards/dz60/keymaps/marianas/customLogic.h
@@ -0,0 +1,10 @@
+#define fnTimeout 500
+
+
+uint32_t layer_state_set_user(uint32_t state);
+
+bool printSqlVerbs(uint16_t keycode, keyrecord_t *record);
+
+bool updateLayerState(uint16_t keycode, keyrecord_t *record);
+
+bool process_record_user(uint16_t keycode, keyrecord_t *record);