Skip to content

Commit

Permalink
pin change attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
humanplayer2 authored and dexter93 committed Mar 21, 2024
1 parent cc558d3 commit 2e320d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion irrelevant_change_to_trigger_actions

This file was deleted.

4 changes: 2 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@
#define BOOT0_GPIO SN_GPIO3
#define BOOT0_PIN 5
/* Escape / PCB matrix top left. Column: A8. Row: B0. Diodes: ROW2COL. */
#define BLKEY_INPUT_GPIO SN_GPIO2 // GPIO2 = Pin B
#define BLKEY_INPUT_GPIO SN_GPIO1 // GPIO2 = Pin B
#define BLKEY_INPUT_PIN 0 // Pin 0
#define BLKEY_OUTPUT_GPIO SN_GPIO1 // GPIO1 = Pin A
#define BLKEY_OUTPUT_GPIO SN_GPIO0 // GPIO1 = Pin A
#define BLKEY_OUTPUT_PIN 8 // Pin 8
#else
#error Not configured for this target.
Expand Down

0 comments on commit 2e320d9

Please sign in to comment.