boards/anavi/knob1/code.py: Cleanup
Remove print to cleanup the code. Signed-off-by: Leon Anavi <leon@anavi.org>
This commit is contained in:
parent
20ba48b623
commit
23d7c2d670
@ -20,8 +20,6 @@ encoder_handler.pins = ((board.D1, board.D2, board.D0),)
|
|||||||
encoder_handler.map = (((KC.VOLD, KC.VOLU, KC.MUTE),),)
|
encoder_handler.map = (((KC.VOLD, KC.VOLU, KC.MUTE),),)
|
||||||
knob.modules.append(encoder_handler)
|
knob.modules.append(encoder_handler)
|
||||||
|
|
||||||
print('ANAVI Knob 1')
|
|
||||||
|
|
||||||
rgb_ext = RGB(
|
rgb_ext = RGB(
|
||||||
pixel_pin=board.NEOPIXEL,
|
pixel_pin=board.NEOPIXEL,
|
||||||
num_pixels=1,
|
num_pixels=1,
|
||||||
|
Loading…
Reference in New Issue
Block a user