X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fredox%2Frev1%2Fconfig.h;h=ce205e02e0217721664d1e2ea4a431886a3db6cb;hb=50139d9c5948e802bdb84489e0859fbacafdcec9;hp=fe951f72261eaa9ec61f2a17f12658b14f0addda;hpb=7e99d869deb57251dc15620beff34d5fd53066e4;p=qmk_firmware.git diff --git a/keyboards/redox/rev1/config.h b/keyboards/redox/rev1/config.h index fe951f722..ce205e02e 100644 --- a/keyboards/redox/rev1/config.h +++ b/keyboards/redox/rev1/config.h @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef REV1_CONFIG_H -#define REV1_CONFIG_H +#pragma once #include "config_common.h" @@ -50,16 +49,14 @@ along with this program. If not, see . /* Set 0 if debouncing isn't needed */ #define DEBOUNCING_DELAY 5 +/* serial.c configuration for split keyboard */ +#define SOFT_SERIAL_PIN D0 + /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* key combination for command */ -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ -) - /* ws2812 RGB LED */ #define RGB_DI_PIN D3 @@ -82,5 +79,3 @@ along with this program. If not, see . //#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION - -#endif