Skip to content

Commit

Permalink
Implement channel_uses_aux() (Fixes issue ToyKeeper#29)
Browse files Browse the repository at this point in the history
Define when a channel needs to use aux LEDs as part of its operation,
allowing that channel to block RGB voltage when on if configured.
  • Loading branch information
SiteRelEnby authored and Isilmerie committed Oct 14, 2024
1 parent 28ffd25 commit d9fcfe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/hank/noctigon-kr4/nofet/anduril.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#define HWDEF_C hank/noctigon-kr4/nofet/hwdef.c
#include "hank/noctigon-kr4/anduril.h"

#define USE_AUX_RGB_LEDS_WHILE_ON 1

// brightness w/ SST-20 4000K LEDs:
// 0/1023: 0.35 lm
// 1/1023: 2.56 lm
Expand Down

0 comments on commit d9fcfe1

Please sign in to comment.