Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last Row in Switch Matrix doesn't work #3

Open
foenich opened this issue Jul 15, 2024 · 0 comments
Open

Last Row in Switch Matrix doesn't work #3

foenich opened this issue Jul 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@foenich
Copy link
Member

foenich commented Jul 15, 2024

I've configured a switch matrix but all the switches that are related to the last row have no effect. All the other switches trigger at least an event (but not always the correct switch number).
This is the config:

switchMatrix:
  description: 'SW Matrix'
  board: 1
  activeLow: true
  pulseTime: 2
  columns:
    -
      description: 'SW Matix Col1'
      number: 4
      port: 9
    -
      description: 'SW Matix Col2'
      number: 5
      port: 10
    -
      description: 'SW Matix Col3'
      number: 6
      port: 11
  rows:
    -
      description: 'SW Row 1'
      number: 6
      port: 12
    -
      description: 'SW Row 2'
      number: 7
      port: 13
    -
      description: 'SW Row 3'
      number: 8
      port: 14

@mkalkbrenner mkalkbrenner added the bug Something isn't working label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants