|
|
@ -34,11 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
/* key combination for command */
|
|
|
|
/* key combination for command */
|
|
|
|
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
|
|
|
|
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
|
|
|
|
|
|
|
|
|
|
|
|
/* mouse keys */
|
|
|
|
|
|
|
|
#ifdef MOUSEKEY_ENABLE
|
|
|
|
|
|
|
|
# define MOUSEKEY_DELAY_TIME 255
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* pins for Software UART */
|
|
|
|
/* pins for Software UART */
|
|
|
|
#define SUART_IN_PIN PINC
|
|
|
|
#define SUART_IN_PIN PINC
|
|
|
|
#define SUART_IN_BIT 5
|
|
|
|
#define SUART_IN_BIT 5
|
|
|
|