X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fgeorgi%2Fconfig.h;h=30f07667e3ac4c06642ea4e63e56df614fe149cf;hb=3da8d46a07167fc862e90b6bb232812d5cb64651;hp=041567719bbfa75f3d2658ae24eb07c3ab7c6c46;hpb=980a41e9049aad53c49b667066a3c5e5cabda113;p=qmk_firmware.git diff --git a/keyboards/georgi/config.h b/keyboards/georgi/config.h index 041567719..30f07667e 100644 --- a/keyboards/georgi/config.h +++ b/keyboards/georgi/config.h @@ -23,15 +23,13 @@ along with this program. If not, see . /* Defaults */ -#define VERSION "Alpha 01: Ted " +#define VERSION "v1.0: Stenoknight" #define VERBOSE #define FORCE_NKRO -#define NO_ACTION_MACRO #define NO_ACTION_FUNCTION -#define NO_DEBUG #define NO_ACTION_ONESHOT -#define NO_ACTION_FUNCTION +#define NO_ACTION_MACRO /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED @@ -66,8 +64,8 @@ along with this program. If not, see . /* key combination for command */ #define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ - keyboard_report->mods == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \ + get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ + get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \ ) #define DEBOUNCE 5