aboutsummaryrefslogtreecommitdiff
path: root/keyboards/namecard2x4
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-09-26 03:04:11 -0700
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2021-09-26 03:04:11 -0700
commit843b9a7e4d23a7cff97f7d7d2f4baa373ee32efa (patch)
tree5f857d4269e413be1b611c802f7c6329766d5019 /keyboards/namecard2x4
parent327b1c02986795b2d8208169b8c14f8d3892f5e1 (diff)
parent6f36eb469d11fd9619add54c2e037e50069d1eee (diff)
downloadqmk_firmware-843b9a7e4d23a7cff97f7d7d2f4baa373ee32efa.tar.gz
qmk_firmware-843b9a7e4d23a7cff97f7d7d2f4baa373ee32efa.zip
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/namecard2x4')
-rw-r--r--keyboards/namecard2x4/rev1/config.h48
-rw-r--r--keyboards/namecard2x4/rev2/config.h48
2 files changed, 0 insertions, 96 deletions
diff --git a/keyboards/namecard2x4/rev1/config.h b/keyboards/namecard2x4/rev1/config.h
index 0ca114a75..d743c0e33 100644
--- a/keyboards/namecard2x4/rev1/config.h
+++ b/keyboards/namecard2x4/rev1/config.h
@@ -98,54 +98,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
98//#define FORCE_NKRO 98//#define FORCE_NKRO
99 99
100/* 100/*
101 * Magic Key Options
102 *
103 * Magic keys are hotkey commands that allow control over firmware functions of
104 * the keyboard. They are best used in combination with the HID Listen program,
105 * found here: https://www.pjrc.com/teensy/hid_listen.html
106 *
107 * The options below allow the magic key functionality to be changed. This is
108 * useful if your keyboard/keypad is missing keys and you want magic key support.
109 *
110 */
111
112/* control how magic key switches layers */
113//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
114//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
115//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
116
117/* override magic key keymap */
118//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
119//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
120//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
121//#define MAGIC_KEY_HELP1 H
122//#define MAGIC_KEY_HELP2 SLASH
123//#define MAGIC_KEY_DEBUG D
124//#define MAGIC_KEY_DEBUG_MATRIX X
125//#define MAGIC_KEY_DEBUG_KBD K
126//#define MAGIC_KEY_DEBUG_MOUSE M
127//#define MAGIC_KEY_VERSION V
128//#define MAGIC_KEY_STATUS S
129//#define MAGIC_KEY_CONSOLE C
130//#define MAGIC_KEY_LAYER0_ALT1 ESC
131//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
132//#define MAGIC_KEY_LAYER0 0
133//#define MAGIC_KEY_LAYER1 1
134//#define MAGIC_KEY_LAYER2 2
135//#define MAGIC_KEY_LAYER3 3
136//#define MAGIC_KEY_LAYER4 4
137//#define MAGIC_KEY_LAYER5 5
138//#define MAGIC_KEY_LAYER6 6
139//#define MAGIC_KEY_LAYER7 7
140//#define MAGIC_KEY_LAYER8 8
141//#define MAGIC_KEY_LAYER9 9
142//#define MAGIC_KEY_BOOTLOADER PAUSE
143//#define MAGIC_KEY_LOCK CAPS
144//#define MAGIC_KEY_EEPROM E
145//#define MAGIC_KEY_NKRO N
146//#define MAGIC_KEY_SLEEP_LED Z
147
148/*
149 * Feature disable options 101 * Feature disable options
150 * These options are also useful to firmware size reduction. 102 * These options are also useful to firmware size reduction.
151 */ 103 */
diff --git a/keyboards/namecard2x4/rev2/config.h b/keyboards/namecard2x4/rev2/config.h
index 44b8a712a..37434d41a 100644
--- a/keyboards/namecard2x4/rev2/config.h
+++ b/keyboards/namecard2x4/rev2/config.h
@@ -98,54 +98,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
98//#define FORCE_NKRO 98//#define FORCE_NKRO
99 99
100/* 100/*
101 * Magic Key Options
102 *
103 * Magic keys are hotkey commands that allow control over firmware functions of
104 * the keyboard. They are best used in combination with the HID Listen program,
105 * found here: https://www.pjrc.com/teensy/hid_listen.html
106 *
107 * The options below allow the magic key functionality to be changed. This is
108 * useful if your keyboard/keypad is missing keys and you want magic key support.
109 *
110 */
111
112/* control how magic key switches layers */
113//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
114//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
115//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false
116
117/* override magic key keymap */
118//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
119//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
120//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
121//#define MAGIC_KEY_HELP1 H
122//#define MAGIC_KEY_HELP2 SLASH
123//#define MAGIC_KEY_DEBUG D
124//#define MAGIC_KEY_DEBUG_MATRIX X
125//#define MAGIC_KEY_DEBUG_KBD K
126//#define MAGIC_KEY_DEBUG_MOUSE M
127//#define MAGIC_KEY_VERSION V
128//#define MAGIC_KEY_STATUS S
129//#define MAGIC_KEY_CONSOLE C
130//#define MAGIC_KEY_LAYER0_ALT1 ESC
131//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
132//#define MAGIC_KEY_LAYER0 0
133//#define MAGIC_KEY_LAYER1 1
134//#define MAGIC_KEY_LAYER2 2
135//#define MAGIC_KEY_LAYER3 3
136//#define MAGIC_KEY_LAYER4 4
137//#define MAGIC_KEY_LAYER5 5
138//#define MAGIC_KEY_LAYER6 6
139//#define MAGIC_KEY_LAYER7 7
140//#define MAGIC_KEY_LAYER8 8
141//#define MAGIC_KEY_LAYER9 9
142//#define MAGIC_KEY_BOOTLOADER PAUSE
143//#define MAGIC_KEY_LOCK CAPS
144//#define MAGIC_KEY_EEPROM E
145//#define MAGIC_KEY_NKRO N
146//#define MAGIC_KEY_SLEEP_LED Z
147
148/*
149 * Feature disable options 101 * Feature disable options
150 * These options are also useful to firmware size reduction. 102 * These options are also useful to firmware size reduction.
151 */ 103 */