aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kona_classic
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kona_classic')
-rw-r--r--keyboards/kona_classic/config.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/keyboards/kona_classic/config.h b/keyboards/kona_classic/config.h
index 8b54f3086..c6dc3a031 100644
--- a/keyboards/kona_classic/config.h
+++ b/keyboards/kona_classic/config.h
@@ -88,54 +88,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
88//#define FORCE_NKRO 88//#define FORCE_NKRO
89 89
90/* 90/*
91 * Magic Key Options
92 *
93 * Magic keys are hotkey commands that allow control over firmware functions of
94 * the keyboard. They are best used in combination with the HID Listen program,
95 * found here: https://www.pjrc.com/teensy/hid_listen.html
96 *
97 * The options below allow the magic key functionality to be changed. This is
98 * useful if your keyboard/keypad is missing keys and you want magic key support.
99 *
100 */
101
102/* control how magic key switches layers */
103//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
104//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
105//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
106
107/* override magic key keymap */
108//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
109//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
110//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
111//#define MAGIC_KEY_HELP1 H
112//#define MAGIC_KEY_HELP2 SLASH
113//#define MAGIC_KEY_DEBUG D
114//#define MAGIC_KEY_DEBUG_MATRIX X
115//#define MAGIC_KEY_DEBUG_KBD K
116//#define MAGIC_KEY_DEBUG_MOUSE M
117//#define MAGIC_KEY_VERSION V
118//#define MAGIC_KEY_STATUS S
119//#define MAGIC_KEY_CONSOLE C
120//#define MAGIC_KEY_LAYER0_ALT1 ESC
121//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
122//#define MAGIC_KEY_LAYER0 0
123//#define MAGIC_KEY_LAYER1 1
124//#define MAGIC_KEY_LAYER2 2
125//#define MAGIC_KEY_LAYER3 3
126//#define MAGIC_KEY_LAYER4 4
127//#define MAGIC_KEY_LAYER5 5
128//#define MAGIC_KEY_LAYER6 6
129//#define MAGIC_KEY_LAYER7 7
130//#define MAGIC_KEY_LAYER8 8
131//#define MAGIC_KEY_LAYER9 9
132//#define MAGIC_KEY_BOOTLOADER PAUSE
133//#define MAGIC_KEY_LOCK CAPS
134//#define MAGIC_KEY_EEPROM E
135//#define MAGIC_KEY_NKRO N
136//#define MAGIC_KEY_SLEEP_LED Z
137
138/*
139 * Feature disable options 91 * Feature disable options
140 * These options are also useful to firmware size reduction. 92 * These options are also useful to firmware size reduction.
141 */ 93 */