Coder Social home page Coder Social logo

xmpad's Introduction

xmpad - Meeting macropad

Exit

Spending too much time in meetings? Want to exit quickly? Then you need this!

xmpad

Hit the red to button to exit immediately. Also has buttons for audio mute and video on/off.

xmpad can be configured to emit custom keypresses for each button - change these to fit your meeting software. The default maps are:

  • Red button: Exit - Ctrl+Alt+F12
  • Front left: Audio on/off - Ctrl+Alt+F10
  • Front right: Video on/off - Ctrl+Alt+F11
  • Middle left: Window switch - Alt+Tab
  • Middle centre: Close window - Alt+F4
  • Middle right: Enter

I've configured global shortcuts in Zoom for these buttons to avoid clashes with other apps.

xmpad is controlled by a Raspberry Pi Pico connected via USB which appears on your computer as an additonal keyboard. The key switches are standard MX switches, with MX keycaps. The big red button is glued on top of a MX keycap.

Build instructions

Firmware

The firmware is written in rust. Install the thumbv6m-none-eabi toolchain and compile with:

cd firmware
cargo build --release

Then install by plugging in the Pico in boot mode and running:

elf2uf2-rs -d target/thumbv6m-none-eabi/release/xmpad

3D Print

Print the case and button from the files in case/

BOM

  • Printed case and button
  • Raspberry Pi Pico
  • Micro USB cable
  • 6x MX compatible key switches
  • 6x MX keycaps (2x 1.5U, 4x 1U)
  • Wire
  • Screws to attach Pico
  • 4x rubber feet

Wiring

Wiring

  • Wire a ground wire across all switches to pin 30 (GND)
  • Red button: wire to pin 4 (GPIO2)
  • Middle left: wire to pin 5 (GPIO3)
  • Middle centre: wire to pin 6 (GPIO4)
  • Middle right: wire to pin 7 (GPIO5)
  • Front left: wire to pin 9 (GPIO6)
  • Front right: wire to pin 10 (GPIO7)

xmpad's People

Contributors

rwalkr avatar

Stargazers

 avatar Charles Knight avatar Éric avatar TheMadClover avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.