Skip to content

Commit

Permalink
Merge pull request #3 from granitrocky/function-remix
Browse files Browse the repository at this point in the history
Add `remix_functions.h` for things like encoders
  • Loading branch information
mcrosson authored Apr 30, 2022
2 parents 32c96b2 + 545b621 commit e34ee37
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 e34ee37

Please sign in to comment.