Skip to content

Commit

Permalink
Adjusted safe pins for release
Browse files Browse the repository at this point in the history
Sorry I always forget to do this
  • Loading branch information
Hamberthm authored Aug 18, 2023
1 parent dcd01f6 commit 696a7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Never stop dreaming.
static constexpr char const *TAG = "BTKeyboard";

// PS/2 emulation variables
const int CLK_PIN = 13; // IMPORTANT: Not all pins are suitable out-of-the-box. Check README for more info
const int DATA_PIN = 12;
const int CLK_PIN = 22; // IMPORTANT: Not all pins are suitable out-of-the-box. Check README for more info
const int DATA_PIN = 23;
esp32_ps2dev::PS2Keyboard keyboard(CLK_PIN, DATA_PIN);

// BTKeyboard section
Expand Down

0 comments on commit 696a7f1

Please sign in to comment.