9 lines
286 B
C
9 lines
286 B
C
|
// Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com>
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define CIRQUE_PINNACLE_TAP_ENABLE
|
||
|
#define POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE
|
||
|
#define POINTING_DEVICE_GESTURES_SCROLL_ENABLE
|