aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xd87/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xd87/config.h')
-rw-r--r--keyboards/xd87/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/xd87/config.h b/keyboards/xd87/config.h
index 3682af740..7af3d0357 100644
--- a/keyboards/xd87/config.h
+++ b/keyboards/xd87/config.h
@@ -42,7 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
42 * 42 *
43*/ 43*/
44 44
45
46#define MATRIX_ROW_PINS { D1, B0, B1, C7, D3, D5 } 45#define MATRIX_ROW_PINS { D1, B0, B1, C7, D3, D5 }
47 46
48#define MATRIX_COL_PINS { E6, F0, F1, F4, F5, F6, F7, B5, B6, C6, D4, D6, D7, B4, B2, B3, D2 } 47#define MATRIX_COL_PINS { E6, F0, F1, F4, F5, F6, F7, B5, B6, C6, D4, D6, D7, B4, B2, B3, D2 }
@@ -115,11 +114,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
115 * 114 *
116 */ 115 */
117 116
118/* key combination for magic key command */
119#define IS_COMMAND() ( \
120 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
121)
122
123/* control how magic key switches layers */ 117/* control how magic key switches layers */
124//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true 118//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
125//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true 119//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true
@@ -224,4 +218,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
224#define LCD_E_PIN 1 //< pin for Enable line 218#define LCD_E_PIN 1 //< pin for Enable line
225#endif 219#endif
226*/ 220*/
227