diff options
Diffstat (limited to 'keyboards/keebio/choconum/config.h')
-rw-r--r-- | keyboards/keebio/choconum/config.h | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/keyboards/keebio/choconum/config.h b/keyboards/keebio/choconum/config.h index 15b3eecbe..45dca6458 100644 --- a/keyboards/keebio/choconum/config.h +++ b/keyboards/keebio/choconum/config.h | |||
@@ -77,59 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
77 | //#define FORCE_NKRO | 77 | //#define FORCE_NKRO |
78 | 78 | ||
79 | /* | 79 | /* |
80 | * Magic Key Options | ||
81 | * | ||
82 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
83 | * the keyboard. They are best used in combination with the HID Listen program, | ||
84 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
85 | * | ||
86 | * The options below allow the magic key functionality to be changed. This is | ||
87 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
88 | * | ||
89 | */ | ||
90 | |||
91 | /* key combination for magic key command */ | ||
92 | /* defined by default; to change, uncomment and set to the combination you want */ | ||
93 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | ||
94 | |||
95 | /* control how magic key switches layers */ | ||
96 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
97 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
98 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
99 | |||
100 | /* override magic key keymap */ | ||
101 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
104 | //#define MAGIC_KEY_HELP H | ||
105 | //#define MAGIC_KEY_HELP_ALT SLASH | ||
106 | //#define MAGIC_KEY_DEBUG D | ||
107 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
108 | //#define MAGIC_KEY_DEBUG_KBD K | ||
109 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
110 | //#define MAGIC_KEY_VERSION V | ||
111 | //#define MAGIC_KEY_STATUS S | ||
112 | //#define MAGIC_KEY_CONSOLE C | ||
113 | //#define MAGIC_KEY_LAYER0 0 | ||
114 | //#define MAGIC_KEY_LAYER0_ALT GRAVE | ||
115 | //#define MAGIC_KEY_LAYER1 1 | ||
116 | //#define MAGIC_KEY_LAYER2 2 | ||
117 | //#define MAGIC_KEY_LAYER3 3 | ||
118 | //#define MAGIC_KEY_LAYER4 4 | ||
119 | //#define MAGIC_KEY_LAYER5 5 | ||
120 | //#define MAGIC_KEY_LAYER6 6 | ||
121 | //#define MAGIC_KEY_LAYER7 7 | ||
122 | //#define MAGIC_KEY_LAYER8 8 | ||
123 | //#define MAGIC_KEY_LAYER9 9 | ||
124 | //#define MAGIC_KEY_BOOTLOADER B | ||
125 | //#define MAGIC_KEY_BOOTLOADER_ALT ESC | ||
126 | //#define MAGIC_KEY_LOCK CAPS | ||
127 | //#define MAGIC_KEY_EEPROM E | ||
128 | //#define MAGIC_KEY_EEPROM_CLEAR BSPACE | ||
129 | //#define MAGIC_KEY_NKRO N | ||
130 | //#define MAGIC_KEY_SLEEP_LED Z | ||
131 | |||
132 | /* | ||
133 | * Feature disable options | 80 | * Feature disable options |
134 | * These options are also useful to firmware size reduction. | 81 | * These options are also useful to firmware size reduction. |
135 | */ | 82 | */ |