Skip to content

Commit

Permalink
Merge branch 'fix-split-slave-encoder' into variants
Browse files Browse the repository at this point in the history
  • Loading branch information
yahiro07 committed Nov 23, 2024
2 parents aa48063 + 3b9aa28 commit a8345fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include "km0/device/boardLink.h"

void boardLink_invokePinChangedHandlerFromOther(int pin, int edge) {}
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ MODULE_PIOASM_SRCS += km0/device/rp2040/singleWire4.pio
MODULE_SRCS += km0/device/rp2040/boardLink_singleWire.c
MODULE_SRCS += km0/wrapper/splitKeyboard.c
PROJECT_STENCIL_SRCS += main_split.c
else
MODULE_SRCS += km0/device/rp2040/boardLink_singleWire_handlerDummy.c
endif

ifneq ($(KL_USE_CUSTOM_DATA),)
Expand Down
1 change: 1 addition & 0 deletions firmware/src/projects/standard/rp/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ MODULE_SRCS += km0/device/rp2040/neoPixelCore.c
MODULE_SRCS += km0/device/rp2040/serialLed.c
MODULE_SRCS += km0/device/rp2040/pinObserver.c
MODULE_SRCS += km0/device/rp2040/boardI2c.c
MODULE_SRCS += km0/device/rp2040/boardLink_singleWire_handlerDummy.c
MODULE_SRCS += km0/kernel/dataStorage.c
MODULE_SRCS += km0/kernel/configManager.c
MODULE_SRCS += km0/kernel/firmwareMetadata.c
Expand Down

0 comments on commit a8345fd

Please sign in to comment.