summaryrefslogtreecommitdiff
path: root/keyboards/draculad/keymaps/pimoroni/config.h
diff options
context:
space:
mode:
authorMango The Fourth <40720523+MangoIV@users.noreply.github.com>2022-01-03 01:20:24 +0100
committerGitHub <noreply@github.com>2022-01-03 00:20:24 +0000
commit838b214a2e4d791479a4ce67e508576293202516 (patch)
treeb154375ebb0e03dbc789fede8087310ca4a43c94 /keyboards/draculad/keymaps/pimoroni/config.h
parent6f043c549715b572cb77015369d07b382887daba (diff)
Fix DracuLad keymap to accomodate for breaking changes. (#15713)
Co-authored-by: MangoIV <mangoiv@outlook.com>
Diffstat (limited to 'keyboards/draculad/keymaps/pimoroni/config.h')
-rw-r--r--keyboards/draculad/keymaps/pimoroni/config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/draculad/keymaps/pimoroni/config.h b/keyboards/draculad/keymaps/pimoroni/config.h
index c5f9df6f99..378b9b8923 100644
--- a/keyboards/draculad/keymaps/pimoroni/config.h
+++ b/keyboards/draculad/keymaps/pimoroni/config.h
@@ -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