forked from qmk/qmk_userspace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#pragma once | ||
#include "plodah.h" | ||
// #include "configs/ploopy-common.h" | ||
|
||
#ifdef PRODUCT | ||
#undef PRODUCT | ||
#endif // PRODUCT | ||
#define PRODUCT "Ploopy Trackball Nano | plodah" | ||
|
||
#define PLOOPY_DRAGSCROLL_ON_SCROLLLOCK_ENABLED | ||
|
||
#ifdef PLOOPY_DPI_OPTIONS | ||
#undef PLOOPY_DPI_OPTIONS | ||
#endif | ||
#define PLOOPY_DPI_OPTIONS { 300, 433, 567, 700 } | ||
|
||
#ifdef PLOOPY_DPI_DEFAULT | ||
#undef PLOOPY_DPI_DEFAULT | ||
#endif | ||
#define PLOOPY_DPI_DEFAULT 2 | ||
|
||
#ifdef PLOOPY_DRAGSCROLL_INVERT | ||
#undef PLOOPY_DRAGSCROLL_INVERT | ||
#endif | ||
#define PLOOPY_DRAGSCROLL_INVERT 1 | ||
|
||
#ifdef PLOOPY_DRAGSCROLL_DIVISOR_V | ||
#undef PLOOPY_DRAGSCROLL_DIVISOR_V | ||
#endif | ||
#define PLOOPY_DRAGSCROLL_DIVISOR_V 6 | ||
|
||
#ifdef PLOOPY_DRAGSCROLL_DIVISOR_H | ||
#undef PLOOPY_DRAGSCROLL_DIVISOR_H | ||
#endif | ||
#define PLOOPY_DRAGSCROLL_DIVISOR_H 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters