aboutsummaryrefslogtreecommitdiff
path: root/keyboards/gergo/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gergo/config.h')
-rw-r--r--keyboards/gergo/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/gergo/config.h b/keyboards/gergo/config.h
index a795f8dba..e4c61ecb0 100644
--- a/keyboards/gergo/config.h
+++ b/keyboards/gergo/config.h
@@ -24,11 +24,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
24/* Defaults */ 24/* Defaults */
25#ifndef BALLSTEP 25#ifndef BALLSTEP
26#define BALLSTEP 20 26#define BALLSTEP 20
27#endif 27#endif
28 28
29#ifndef SCROLLSTEP 29#ifndef SCROLLSTEP
30#define SCROLLSTEP 1 30#define SCROLLSTEP 1
31#endif 31#endif
32 32
33#define VERBOSE 33#define VERBOSE
34 34
@@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36#define VENDOR_ID 0xFEED 36#define VENDOR_ID 0xFEED
37#define PRODUCT_ID 0x1307 37#define PRODUCT_ID 0x1307
38#define DEVICE_VER 0x0001 38#define DEVICE_VER 0x0001
39#define MANUFACTURER g Heavy Industries 39#define MANUFACTURER g Heavy Industries
40#define PRODUCT Gergo 40#define PRODUCT Gergo
41#define DESCRIPTION QMK keyboard firmware for Gergo 41#define DESCRIPTION QMK keyboard firmware for Gergo
42 42
@@ -65,8 +65,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
65 65
66/* key combination for command */ 66/* key combination for command */
67#define IS_COMMAND() ( \ 67#define IS_COMMAND() ( \
68 keyboard_report->mods == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ 68 get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \
69 keyboard_report->mods == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \ 69 get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \
70) 70)
71 71
72#define DEBOUNCE 5 72#define DEBOUNCE 5