diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-15 11:14:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-15 11:14:52 +0000 |
commit | c1b8b811ed78a465f06c41bdf69fb8d816d96b7d (patch) | |
tree | a8bc4b10904e5391138e17f741268eab1c0ecb35 /keyboards/helix/rev2/rev2.h | |
parent | 9a04739b9866876bcee0ee13590488eb85891598 (diff) | |
parent | 0831a3181a51cf190aabcea504c1be2752bbc2be (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/helix/rev2/rev2.h')
-rw-r--r-- | keyboards/helix/rev2/rev2.h | 3 |
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() |