diff options
Diffstat (limited to 'keyboards/dichotomy')
-rwxr-xr-x | keyboards/dichotomy/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/dichotomy/config.h b/keyboards/dichotomy/config.h index f0847ec52c..2fc098fe34 100755 --- a/keyboards/dichotomy/config.h +++ b/keyboards/dichotomy/config.h @@ -41,12 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define ONESHOT_TIMEOUT 500 - -/* key combination for command */ -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ -) - /* * Feature disable options * These options are also useful to firmware size reduction. |