aboutsummaryrefslogtreecommitdiff
path: root/keyboards/bpiphany/frosty_flake/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bpiphany/frosty_flake/config.h')
-rw-r--r--keyboards/bpiphany/frosty_flake/config.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/keyboards/bpiphany/frosty_flake/config.h b/keyboards/bpiphany/frosty_flake/config.h
index ef3a71b8c..1a337b111 100644
--- a/keyboards/bpiphany/frosty_flake/config.h
+++ b/keyboards/bpiphany/frosty_flake/config.h
@@ -77,54 +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/* control how magic key switches layers */
92//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
93//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
94//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
95
96/* override magic key keymap */
97//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
98//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
99//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
100//#define MAGIC_KEY_HELP1 H
101//#define MAGIC_KEY_HELP2 SLASH
102//#define MAGIC_KEY_DEBUG D
103//#define MAGIC_KEY_DEBUG_MATRIX X
104//#define MAGIC_KEY_DEBUG_KBD K
105//#define MAGIC_KEY_DEBUG_MOUSE M
106//#define MAGIC_KEY_VERSION V
107//#define MAGIC_KEY_STATUS S
108//#define MAGIC_KEY_CONSOLE C
109//#define MAGIC_KEY_LAYER0_ALT1 ESC
110//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
111//#define MAGIC_KEY_LAYER0 0
112//#define MAGIC_KEY_LAYER1 1
113//#define MAGIC_KEY_LAYER2 2
114//#define MAGIC_KEY_LAYER3 3
115//#define MAGIC_KEY_LAYER4 4
116//#define MAGIC_KEY_LAYER5 5
117//#define MAGIC_KEY_LAYER6 6
118//#define MAGIC_KEY_LAYER7 7
119//#define MAGIC_KEY_LAYER8 8
120//#define MAGIC_KEY_LAYER9 9
121//#define MAGIC_KEY_BOOTLOADER PAUSE
122//#define MAGIC_KEY_LOCK CAPS
123//#define MAGIC_KEY_EEPROM E
124//#define MAGIC_KEY_NKRO N
125//#define MAGIC_KEY_SLEEP_LED Z
126
127/*
128 * Feature disable options 80 * Feature disable options
129 * These options are also useful to firmware size reduction. 81 * These options are also useful to firmware size reduction.
130 */ 82 */