Skip to content

Commit

Permalink
Add function-remix for things like encoders
Browse files Browse the repository at this point in the history
  • Loading branch information
granitrocky committed Apr 30, 2022
1 parent 8c3cea0 commit 545b621
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions users/ardux/ardux.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
#include "layout/pimoroni.h"
#endif

// /////////
// User remixes / tweaks -- these take precidence above all else
#if __has_include("layout/remixes/remix_functions.h")
#include "layout/remixes/remix_functions.h"
#endif
// /////////

void keyboard_post_init_user(void) {
#ifdef POINTING_DEVICE_ENABLE
pimoroni_trackball_set_rgbw(PIMORONI_RGB, PIMORONI_BRIGHTNESS);
Expand Down

0 comments on commit 545b621

Please sign in to comment.