aboutsummaryrefslogtreecommitdiff
path: root/keyboards/vision_division/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/vision_division/config.h')
-rw-r--r--keyboards/vision_division/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/vision_division/config.h b/keyboards/vision_division/config.h
index 5798d91ad..c80a011e2 100644
--- a/keyboards/vision_division/config.h
+++ b/keyboards/vision_division/config.h
@@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22 22
23// Due to the configurability of this keyboard, matrix sizes are determined in the keymap's config.h 23// Due to the configurability of this keyboard, matrix sizes are determined in the keymap's config.h
24 24
25
26/* COL2ROW or ROW2COL */ 25/* COL2ROW or ROW2COL */
27#define DIODE_DIRECTION ROW2COL 26#define DIODE_DIRECTION ROW2COL
28 27
@@ -78,11 +77,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
78 * 77 *
79 */ 78 */
80 79
81/* key combination for magic key command */
82#define IS_COMMAND() ( \
83 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
84)
85
86/* control how magic key switches layers */ 80/* control how magic key switches layers */
87//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true 81//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
88//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true 82//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
@@ -137,7 +131,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
137/* Only print user print statements */ 131/* Only print user print statements */
138// #define USER_PRINT 132// #define USER_PRINT
139 133
140
141/* disable action features */ 134/* disable action features */
142//#define NO_ACTION_LAYER 135//#define NO_ACTION_LAYER
143//#define NO_ACTION_TAPPING 136//#define NO_ACTION_TAPPING