Ir para conteúdo
3DFinder
Entrar

Você está no 3DFinder

Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.

Buscar mais como este
Modelo 3D Solderless RaspberryPi Pico Macro Keypad por goesta no Printables

Descrição

This is a solder less macro keyboard using the QMK Firmware.

There are two versions flat and angled. You only need one of the bottom pieces.

You need:

1x RaspberryPi Pico

6x Standart 6mm Micro Switches (There are cheap packs with multiple switches in different length available on Amazon. The longer ones might be useful if you like to add your own key caps)

Firmware:

Check out the QMK guide at: [https://docs.qmk.fm/#/newbs_getting_started](https://docs.qmk.fm/#/newbs_getting_started)

On a mac these are the required steps:

Install QMK

brew install qmk/qmk/qmk
qmk setup
qmk compile -kb ez_maker/directpins/rp2040 -km default

Set your defaults. Replace your_name with your GitHub handle or just your name

qmk config user.keyboard=ez_maker/directpins/rp2040
qmk config user.keymap=your_name
qmk new-keymap

Edit the new keymap with you preferred text editor 

~/qmk_firmware/keyboards/ez_maker/directpins/rp2040/keymaps/your_name/keymap.json

 

{
    "keyboard": "ez_maker/directpins/rp2040",
    "keymap": "default",
    "layout": "LAYOUT_all",
    "layers": [
        [
            "KC_0",
            "KC_1",
            "KC_2",
            "KC_3",
            "KC_4",
            "KC_5", "KC_P",
            "KC_6", "KC_O",
            "QK_MACRO_5", "QK_MACRO_2",
            "KC_8",
            "KC_9", "KC_M",
            "KC_A", "KC_L",
            "QK_MACRO_4", "QK_MACRO_1",
            "KC_C", "KC_J",
            "KC_D", "KC_I",
            "KC_E", "KC_H",
            "QK_MACRO_3", "QK_MACRO_0"
        ]
    ],
    "macros": [
        [
            "Key 1"
        ],
        [
            "Key 2"
        ],
        [
            "Key 3"
        ],
        [
            "Key 4"
        ],
        [
            "Key 5"
        ],
        [
            "Key 6"
        ]
    ]
}
       

Compile and flash the firmware

On the Pico hold down the white button and connect it to your Computer.

qmk compile
qmk flash

Assembly 

Follow the Steps in the Image.

Open a text editor and test all the switches.

If a switch is not working reliable or not at all you can bend the pin over to the side of the Pico this should fix it. Or just solder it :P

Printables

Solderless RaspberryPi Pico Macro Keypad

Publicado em 11 de fev de 2024

4
Curtidas
26
Downloads
Categoria Computers
Tags
keyboard macropad qmk raspberrypipico
Licença Creative Commons — Attribution
Arquivos (4)
CaseBottomAngled_v3.stl 92.4 KB
CaseBottomFlat_v3.stl 70.2 KB
Frame_v3.stl 63.8 KB
CaseTop_v3.stl 76.6 KB
Ver no Printables (abre em nova aba)

Gostou deste modelo? Crie uma conta grátis para salvar seus favoritos e voltar a eles depois.

Criar conta