aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hs60/v2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hs60/v2/config.h')
-rw-r--r--keyboards/hs60/v2/config.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/keyboards/hs60/v2/config.h b/keyboards/hs60/v2/config.h
index bc1681ffd..6f5e0012c 100644
--- a/keyboards/hs60/v2/config.h
+++ b/keyboards/hs60/v2/config.h
@@ -70,10 +70,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
70 */ 70 */
71//#define FORCE_NKRO 71//#define FORCE_NKRO
72 72
73/* key combination for magic key command */ 73/*
74#define IS_COMMAND() ( \ 74 * Magic Key Options
75 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ 75 *
76) 76 * Magic keys are hotkey commands that allow control over firmware functions of
77 * the keyboard. They are best used in combination with the HID Listen program,
78 * found here: https://www.pjrc.com/teensy/hid_listen.html
79 *
80 * The options below allow the magic key functionality to be changed. This is
81 * useful if your keyboard/keypad is missing keys and you want magic key support.
82 *
83 */
77 84
78/* Backlight options */ 85/* Backlight options */
79 86