aboutsummaryrefslogtreecommitdiff
path: root/keyboards/delikeeb/flatbread60/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/delikeeb/flatbread60/config.h')
-rw-r--r--keyboards/delikeeb/flatbread60/config.h53
1 files changed, 0 insertions, 53 deletions
diff --git a/keyboards/delikeeb/flatbread60/config.h b/keyboards/delikeeb/flatbread60/config.h
index 6c40d46bf..5d63a8f5f 100644
--- a/keyboards/delikeeb/flatbread60/config.h
+++ b/keyboards/delikeeb/flatbread60/config.h
@@ -102,59 +102,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
102//#define FORCE_NKRO 102//#define FORCE_NKRO
103 103
104/* 104/*
105 * Magic Key Options
106 *
107 * Magic keys are hotkey commands that allow control over firmware functions of
108 * the keyboard. They are best used in combination with the HID Listen program,
109 * found here: https://www.pjrc.com/teensy/hid_listen.html
110 *
111 * The options below allow the magic key functionality to be changed. This is
112 * useful if your keyboard/keypad is missing keys and you want magic key support.
113 *
114 */
115
116/* key combination for magic key command */
117/* defined by default; to change, uncomment and set to the combination you want */
118// #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT)
119
120/* control how magic key switches layers */
121//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
122//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
123//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
124
125/* override magic key keymap */
126//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
127//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
128//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
129//#define MAGIC_KEY_HELP H
130//#define MAGIC_KEY_HELP_ALT SLASH
131//#define MAGIC_KEY_DEBUG D
132//#define MAGIC_KEY_DEBUG_MATRIX X
133//#define MAGIC_KEY_DEBUG_KBD K
134//#define MAGIC_KEY_DEBUG_MOUSE M
135//#define MAGIC_KEY_VERSION V
136//#define MAGIC_KEY_STATUS S
137//#define MAGIC_KEY_CONSOLE C
138//#define MAGIC_KEY_LAYER0 0
139//#define MAGIC_KEY_LAYER0_ALT GRAVE
140//#define MAGIC_KEY_LAYER1 1
141//#define MAGIC_KEY_LAYER2 2
142//#define MAGIC_KEY_LAYER3 3
143//#define MAGIC_KEY_LAYER4 4
144//#define MAGIC_KEY_LAYER5 5
145//#define MAGIC_KEY_LAYER6 6
146//#define MAGIC_KEY_LAYER7 7
147//#define MAGIC_KEY_LAYER8 8
148//#define MAGIC_KEY_LAYER9 9
149//#define MAGIC_KEY_BOOTLOADER B
150//#define MAGIC_KEY_BOOTLOADER_ALT ESC
151//#define MAGIC_KEY_LOCK CAPS
152//#define MAGIC_KEY_EEPROM E
153//#define MAGIC_KEY_EEPROM_CLEAR BSPACE
154//#define MAGIC_KEY_NKRO N
155//#define MAGIC_KEY_SLEEP_LED Z
156
157/*
158 * Feature disable options 105 * Feature disable options
159 * These options are also useful to firmware size reduction. 106 * These options are also useful to firmware size reduction.
160 */ 107 */