Skip to content

Commit

Permalink
fix readme and leonardo firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall-A committed May 18, 2024
1 parent cc61a6f commit 5941fef
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ int currMode = EEPROM.read(0);
#define BIND_ST '1'

// Button Pinout
#define BT_A 2
#define BT_B 3
#define BT_C 4
#define BT_D 5
#define FX_L 6
#define FX_R 7
#define BT_A 4
#define BT_B 5
#define BT_C 6
#define BT_D 7
#define FX_L 8
#define FX_R 9
#define BT_ST 21

// Number of cycles before HID falls back to reactive
Expand All @@ -44,7 +44,7 @@ uint8_t buttonCount = sizeof(buttonPins) / sizeof(buttonPins[0]);

// Encoder sensitivity = number of positions per rotation times 4 (24*4) / number of positions for HID report (256)
#define ENCODER_SENSITIVITY (double) 0.375
Encoder encL(8, 9), encR(16, 10);
Encoder encL(0, 1), encR(3, 2);
float knob1 = 0;
float knob2 = 0;
float old_knob1 = 0;
Expand Down
Binary file modified Leonardo Firmware/Pictures/Inside Bottom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Leonardo Firmware/Pictures/Inside.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Leonardo Firmware/Pictures/Pins.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ A worse version of the [Pocket-SDVX-Pico-v4](https://github.com/speedypotato/Poc
* x2 [2U Keycaps](https://www.aliexpress.com/item/1005004784994416.html)

## 3D Printed Parts
* x1 [Case](./Models/Case.stl)
* x1 [Case Top (14.4mm Switch Holes)](./Models/Case%20Top%20(14.4mm%20Switch%20Holes).stl) or [Case Top (14mm Switch Holes)](./Models/Case%20Top%20(14mm%20Switch%20Holes).stl)
* x2 [Knobs (22mm)](./Models/Knob%20(22mm).stl) or [Knobs (25mm)](./Models/Knob%20(25mm).stl)
* x1 [Case (15mm Thickness)](./Models/STL/Case%20(15mm%20Thickness).stl) or [Case (25mm Thickness)](./Models/STL/Case%20(25mm%20Thickness).stl)
* x1 [Case Top (14.4mm Switch Holes)](./Models/STL/Case%20Top%20(14.4mm%20Switch%20Holes).stl) or [Case Top (14mm Switch Holes)](./Models/STL/Case%20Top%20(14mm%20Switch%20Holes).stl)
* x2 [Knobs (22mm)](./Models/STL/Knob%20(22mm).stl) or [Knobs (25mm)](./Models/STL/Knob%20(25mm).stl)
* x1 [1U Keycap](https://www.printables.com/model/440477-keycaps-for-pico-sdvx-controller)
* x4 [1.5U Keycaps](https://www.printables.com/model/440477-keycaps-for-pico-sdvx-controller)
* x2 [2U Keycaps](https://www.printables.com/model/440477-keycaps-for-pico-sdvx-controller)
Expand Down

0 comments on commit 5941fef

Please sign in to comment.