diff options
Diffstat (limited to 'keyboards/boardsource/3x4/config.h')
-rw-r--r-- | keyboards/boardsource/3x4/config.h | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/keyboards/boardsource/3x4/config.h b/keyboards/boardsource/3x4/config.h index a07968a44..01d163ca5 100644 --- a/keyboards/boardsource/3x4/config.h +++ b/keyboards/boardsource/3x4/config.h | |||
@@ -54,54 +54,6 @@ | |||
54 | //#define FORCE_NKRO | 54 | //#define FORCE_NKRO |
55 | 55 | ||
56 | /* | 56 | /* |
57 | * Magic Key Options | ||
58 | * | ||
59 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
60 | * the keyboard. They are best used in combination with the HID Listen program, | ||
61 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
62 | * | ||
63 | * The options below allow the magic key functionality to be changed. This is | ||
64 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
65 | * | ||
66 | */ | ||
67 | |||
68 | /* control how magic key switches layers */ | ||
69 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
70 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
71 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
72 | |||
73 | /* override magic key keymap */ | ||
74 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
75 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
76 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
77 | //#define MAGIC_KEY_HELP1 H | ||
78 | //#define MAGIC_KEY_HELP2 SLASH | ||
79 | //#define MAGIC_KEY_DEBUG D | ||
80 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
81 | //#define MAGIC_KEY_DEBUG_KBD K | ||
82 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
83 | //#define MAGIC_KEY_VERSION V | ||
84 | //#define MAGIC_KEY_STATUS S | ||
85 | //#define MAGIC_KEY_CONSOLE C | ||
86 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
87 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
88 | //#define MAGIC_KEY_LAYER0 0 | ||
89 | //#define MAGIC_KEY_LAYER1 1 | ||
90 | //#define MAGIC_KEY_LAYER2 2 | ||
91 | //#define MAGIC_KEY_LAYER3 3 | ||
92 | //#define MAGIC_KEY_LAYER4 4 | ||
93 | //#define MAGIC_KEY_LAYER5 5 | ||
94 | //#define MAGIC_KEY_LAYER6 6 | ||
95 | //#define MAGIC_KEY_LAYER7 7 | ||
96 | //#define MAGIC_KEY_LAYER8 8 | ||
97 | //#define MAGIC_KEY_LAYER9 9 | ||
98 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
99 | //#define MAGIC_KEY_LOCK CAPS | ||
100 | //#define MAGIC_KEY_EEPROM E | ||
101 | //#define MAGIC_KEY_NKRO N | ||
102 | //#define MAGIC_KEY_SLEEP_LED Z | ||
103 | |||
104 | /* | ||
105 | * Feature disable options | 57 | * Feature disable options |
106 | * These options are also useful to firmware size reduction. | 58 | * These options are also useful to firmware size reduction. |
107 | */ | 59 | */ |