10 lines
316 B
C
10 lines
316 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
|
|
|
|
#define OLED_DISPLAY_128X128
|