summaryrefslogtreecommitdiffstats
path: root/keyboards/dz60/keymaps/marianas/customLogic.h
diff options
context:
space:
mode:
authorTheOneTrueTrench <38593283+TheOneTrueTrench@users.noreply.github.com>2018-11-06 21:01:18 +0100
committerDrashna Jaelre <drashna@live.com>2018-11-06 21:01:18 +0100
commit8f5ac39fb90e9036a9df60f286888e02daf3fd1b (patch)
tree213e9c4f9bedba03696bda5f6fba8fb1f42b4c8e /keyboards/dz60/keymaps/marianas/customLogic.h
parentf8d800583544bca258b9c10af3ba44de9764639e (diff)
downloadqmk_firmware-8f5ac39fb90e9036a9df60f286888e02daf3fd1b.tar.gz
qmk_firmware-8f5ac39fb90e9036a9df60f286888e02daf3fd1b.tar.xz
separated all my changes into separate files, working on generalizing my relativity macros. (#4368)
* Updating to my local changes. * Added auto-complete for joins. * Added lights to imply current state better
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);