diff options
Diffstat (limited to 'keyboards/handwired/reddot/config.h')
-rwxr-xr-x | keyboards/handwired/reddot/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/handwired/reddot/config.h b/keyboards/handwired/reddot/config.h index 15f114297..82fe01863 100755 --- a/keyboards/handwired/reddot/config.h +++ b/keyboards/handwired/reddot/config.h | |||
@@ -46,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
46 | #define MATRIX_COL_PINS { B7, D0, D1, D2, D3, C6, C7, D5, D4, D7, B4, B5, B6, F7, F6, F5, F4, F1, F0 } | 46 | #define MATRIX_COL_PINS { B7, D0, D1, D2, D3, C6, C7, D5, D4, D7, B4, B5, B6, F7, F6, F5, F4, F1, F0 } |
47 | #define UNUSED_PINS | 47 | #define UNUSED_PINS |
48 | 48 | ||
49 | |||
50 | /* COL2ROW or ROW2COL */ | 49 | /* COL2ROW or ROW2COL */ |
51 | #define DIODE_DIRECTION COL2ROW | 50 | #define DIODE_DIRECTION COL2ROW |
52 | 51 | ||
@@ -54,14 +53,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
54 | // #define BACKLIGHT_BREATHING | 53 | // #define BACKLIGHT_BREATHING |
55 | // #define BACKLIGHT_LEVELS 3 | 54 | // #define BACKLIGHT_LEVELS 3 |
56 | 55 | ||
57 | |||
58 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
59 | #define DEBOUNCING_DELAY 5 | 57 | #define DEBOUNCING_DELAY 5 |
60 | 58 | ||
61 | /* define if matrix has ghost (lacks anti-ghosting diodes) */ | 59 | /* define if matrix has ghost (lacks anti-ghosting diodes) */ |
62 | //#define MATRIX_HAS_GHOST | 60 | //#define MATRIX_HAS_GHOST |
63 | 61 | ||
64 | |||
65 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 62 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
66 | //#define LOCKING_SUPPORT_ENABLE | 63 | //#define LOCKING_SUPPORT_ENABLE |
67 | /* Locking resynchronize hack */ | 64 | /* Locking resynchronize hack */ |
@@ -100,11 +97,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
100 | * | 97 | * |
101 | */ | 98 | */ |
102 | 99 | ||
103 | /* key combination for magic key command */ | ||
104 | #define IS_COMMAND() ( \ | ||
105 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
106 | ) | ||
107 | |||
108 | /* control how magic key switches layers */ | 100 | /* control how magic key switches layers */ |
109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 101 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |