diff options
Diffstat (limited to 'keyboards/handwired/retro_refit/config.h')
-rw-r--r-- | keyboards/handwired/retro_refit/config.h | 42 |
1 files changed, 9 insertions, 33 deletions
diff --git a/keyboards/handwired/retro_refit/config.h b/keyboards/handwired/retro_refit/config.h index bf0550d65..74cebfb82 100644 --- a/keyboards/handwired/retro_refit/config.h +++ b/keyboards/handwired/retro_refit/config.h | |||
@@ -56,43 +56,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
56 | #define FORCE_NKRO | 56 | #define FORCE_NKRO |
57 | 57 | ||
58 | /* | 58 | /* |
59 | * Magic key options | 59 | * Magic Key Options |
60 | * These options allow the magic key functionality to be changed. This is useful | 60 | * |
61 | * if your keyboard/keypad is missing keys and you want magic key support. | 61 | * Magic keys are hotkey commands that allow control over firmware functions of |
62 | * the keyboard. They are best used in combination with the HID Listen program, | ||
63 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
64 | * | ||
65 | * The options below allow the magic key functionality to be changed. This is | ||
66 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
67 | * | ||
62 | */ | 68 | */ |
63 | 69 | ||
64 | /* control how magic key switches layers */ | ||
65 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
66 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
67 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
68 | |||
69 | /* remap magic keys */ | 70 | /* remap magic keys */ |
70 | //#define MAGIC_KEY_HELP1 H | ||
71 | //#define MAGIC_KEY_HELP2 SLASH | ||
72 | //#define MAGIC_KEY_DEBUG D | ||
73 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
74 | //#define MAGIC_KEY_DEBUG_KBD K | ||
75 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
76 | //#define MAGIC_KEY_VERSION V | ||
77 | //#define MAGIC_KEY_STATUS S | ||
78 | //#define MAGIC_KEY_CONSOLE C | ||
79 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
80 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
81 | //#define MAGIC_KEY_LAYER0 0 | ||
82 | //#define MAGIC_KEY_LAYER1 1 | ||
83 | //#define MAGIC_KEY_LAYER2 2 | ||
84 | //#define MAGIC_KEY_LAYER3 3 | ||
85 | //#define MAGIC_KEY_LAYER4 4 | ||
86 | //#define MAGIC_KEY_LAYER5 5 | ||
87 | //#define MAGIC_KEY_LAYER6 6 | ||
88 | //#define MAGIC_KEY_LAYER7 7 | ||
89 | //#define MAGIC_KEY_LAYER8 8 | ||
90 | //#define MAGIC_KEY_LAYER9 9 | ||
91 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
92 | #define MAGIC_KEY_LOCK BSLS | 71 | #define MAGIC_KEY_LOCK BSLS |
93 | //#define MAGIC_KEY_EEPROM E | ||
94 | //#define MAGIC_KEY_NKRO N | ||
95 | //#define MAGIC_KEY_SLEEP_LED Z | ||
96 | 72 | ||
97 | /* | 73 | /* |
98 | * Feature disable options | 74 | * Feature disable options |