Fix DracuLad keymap to accomodate for breaking changes. (#15713)

Co-authored-by: MangoIV <mangoiv@outlook.com>
This commit is contained in:
Mango The Fourth
2022-01-03 01:20:24 +01:00
committed by GitHub
parent 6f043c5497
commit 838b214a2e
3 changed files with 32 additions and 24 deletions

View File

@@ -15,11 +15,13 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define POINTING_DEVICE_ROTATION_90
//comment that out if your trackball is on the left side
#define TRACKBALL_RIGHT
#ifdef TRACKBALL_RIGHT
#define PIMORONI_TRACKBALL_INVERT_X
#define PIMORONI_TRACKBALL_INVERT_Y
#ifdef TRACKBALL_RIGHT
#define POINTING_DEVICE_INVERT_X
#define POINTING_DEVICE_INVERT_Y
#endif