Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@taonhannguyen
Copy link

Summary

This PR adds support for the V2 PCB layout where the Function A and Function B knobs are physically swapped, and fixes macOS build compatibility.

Changes

  • Add PCB_V2_LAYOUT compile flag in target_compile_definitions.cmake
    • PCB_V2_LAYOUT=0 (default): Knob 1 = Function A, Knob 2 = Function B
    • PCB_V2_LAYOUT=1: Knob 1 = Function B, Knob 2 = Function A
  • Fix macOS sed -i compatibility in Makefile (macOS requires empty string argument)
  • Update README with documentation for the new option

- Add PCB_V2_LAYOUT compile flag to swap Function A/B knobs
  - When PCB_V2_LAYOUT=0 (default): Knob 1 = Function A, Knob 2 = Function B
  - When PCB_V2_LAYOUT=1: Knob 1 = Function B, Knob 2 = Function A
- Fix macOS sed -i compatibility in Makefile (requires empty string argument)
- Update README with PCB_V2_LAYOUT documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant