Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmandourah authored Nov 29, 2021
1 parent 9ec1812 commit efd4f86
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ⌨ Ladispad
Ladispad is a custom-made 11 key macropad with 2 rotary encoders designed for the simplicity and the ease of assembly to non technical users.
Ladispad is a custom-made 11 key macropad with 2 rotary encoders designed for the **simplicity** and the **ease of assembly to non technical users**.
Macropad are not a new thing. Browsing the internet will lead to to dozens of open-source macropads that let you print your own PCB and assemble it at home, but most of these macropads uses matrixes which will force you to solder diodes adding a little complexity to the process.

Ladispad uses a direct pin approach , that means you don't need to solder diodes. Additionally I managed to add 2 rotary encoders and a fully customizable OLED screen which can be omitted if you choose so.
Ladispad uses a **direct pin** approach , that means you **don't need to solder diodes**. Additionally I managed to add 2 rotary encoders and a fully customizable OLED screen which can be omitted if you choose so.

Ladispad uses a Pro Micro as its main controller. Its very affordable and have many varients with different USB ports and sizes. I designed the PCB so it will be compatible which whatever you choose.
Ladispad uses a Pro Micro as its main controller. Its very affordable and have many varients with different USB ports and sizes. **I designed the PCB so it will be compatible which whatever you choose**.

The macropad is QMK/Via and soon Vial compatible which will add to the ease of use in case you want to program your encoders on the fly without the need to flash the firmware everytime you do so.

Expand All @@ -26,4 +26,24 @@ Included even the SVG files for the acrylic cases I made for the pad. you can la
- The laser cut acrylic case.
- 4 M3 screws.

## ⁉ How to make your own:

- Ordering the PCB.
- Download the gerber.zip file from the release page.
- Order the PCB from a PCB manifacture site, I have used PCBway and it cost 5$ + shipping for 5 PCBs.
- Making the Case
- Download the case.zip file from the release page.
- submit the files to a laser cutting service provider, or cut it yourself if you are blissed with a laser cutter. I can recommend Elecrow. pretty cheap and reliable.
- The thickness of the parts is as follow:
- The Top and bottom layers are **3 mm**
- The middle layers (middle layer 1 and middle layer 2) are **8 mm**.
- Buy the parts listed above.
- Solder the promicro, switches, rotary encoders and the Oled screen.
- Either download the hex file from the release page and flash it before assembling the case. short the RESET and GND pins as i have not added a dedicated reset button, will be added in the future. you can also edit the QMK keymap file in the rep for more customizability. clone the repo if that is the case.
- Enjoy your new macropad.

## 📷 Images:

![](/images/20211129_065114-01.jpeg)
![](/images/20211129_065213-01.jpeg)
![](/images/20211129_065248-01.jpeg)

0 comments on commit efd4f86

Please sign in to comment.