diff options
author | Jeremy Bernhardt <bernhardtjeremy@gmail.com> | 2019-04-29 18:29:00 -0600 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-29 17:29:00 -0700 |
commit | 507805cd106ca5b5c739e08d37e9c689973b3b30 (patch) | |
tree | 981d1670e4a75ef444a8139eeb941a1590735502 /keyboards/gergo/keymaps/default | |
parent | e77e46f4bf049c33bcb982325bf5e5bf27994550 (diff) |
[Keyboard] Fixing drag-and-drop (#5728)
* Fixing drag-and-drop
* Forgot to rtfm and do a full build. Added colemak
* What
Diffstat (limited to 'keyboards/gergo/keymaps/default')
-rw-r--r-- | keyboards/gergo/keymaps/default/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/gergo/keymaps/default/rules.mk b/keyboards/gergo/keymaps/default/rules.mk index 507cc97b7b..da2d03af2c 100644 --- a/keyboards/gergo/keymaps/default/rules.mk +++ b/keyboards/gergo/keymaps/default/rules.mk @@ -3,7 +3,7 @@ # Make sure you have dfu-programmer installed! #---------------------------------------------------------------------------- # Firmware options -BALLER = yes # Enable to ball out +BALLER = no # Enable to ball out BALLSTEP = 20 # Multiple in px to move, multiplied by layer number SCROLLSTEP = 1 # Lines to scroll with ball MOUSEKEY_ENABLE = yes # Mouse keys(+4700), needed for baller @@ -26,6 +26,7 @@ ifneq ($(strip $(SCROLLSTEP)),) OPT_DEFS += -DSCROLLSTEP=$(strip $(SCROLLSTEP)) endif ifeq ($(strip $(BALLER)), yes) + POINTING_DEVICE_ENABLE = yes OPT_DEFS += -DBALLER endif ifeq ($(strip $(DEBUG_BALLER)), yes) |