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