summaryrefslogtreecommitdiffstats
path: root/keyboards/helix/rev2/rev2.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-15 11:14:52 +0000
committerQMK Bot <hello@qmk.fm>2020-12-15 11:14:52 +0000
commitc1b8b811ed78a465f06c41bdf69fb8d816d96b7d (patch)
treea8bc4b10904e5391138e17f741268eab1c0ecb35 /keyboards/helix/rev2/rev2.h
parent9a04739b9866876bcee0ee13590488eb85891598 (diff)
parent0831a3181a51cf190aabcea504c1be2752bbc2be (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/helix/rev2/rev2.h')
-rw-r--r--keyboards/helix/rev2/rev2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/rev2.h b/keyboards/helix/rev2/rev2.h
index 42f215fdf4..bab841fe39 100644
--- a/keyboards/helix/rev2/rev2.h
+++ b/keyboards/helix/rev2/rev2.h
@@ -2,6 +2,9 @@
#include "helix.h"
+bool is_mac_mode(void);
+void set_mac_mode_kb(bool macmode);
+
#ifndef SPLIT_KEYBOARD
extern bool is_helix_master(void);
#define is_keyboard_master() is_helix_master()