Author Topic: Custom volume/media macro mini keyboard  (Read 2452 times)

0 Members and 1 Guest are viewing this topic.

Offline Noogie

  • Thread Starter
  • Posts: 2
Custom volume/media macro mini keyboard
« on: Mon, 24 July 2017, 01:19:43 »
I know this has been asked but I'm having trouble finding something really solid I can follow. I want to build an 8 key macro pad. I was thinking using a Pro Micro as the controller, but I'm not entirely sure how to wire it or code it. Please help!! Could I just solder all the switches straight to the Pro Micro making coding it easy? Thanks!

Offline tris0908

  • Posts: 9
Re: Custom volume/media macro mini keyboard
« Reply #1 on: Mon, 24 July 2017, 02:15:23 »
I'd suggest wiring it as a matrix, with diodes. Then using the qmk firmware builder. This adds work in soldering, but takes the pain out of coding.

Sent from my SM-G935F using Tapatalk


Offline TalkingTree

  • Posts: 2452
  • Location: Italy (142)
    • My projects
Re: Custom volume/media macro mini keyboard
« Reply #2 on: Mon, 24 July 2017, 03:47:07 »
I want to build an 8 key macro pad. I was thinking using a Pro Micro as the controller, but I'm not entirely sure how to wire it or code it.
Please have a look at this thread.
My opensource projects: GH80-3000, TOAD, XMMX. Classified: stuff

Offline Noogie

  • Thread Starter
  • Posts: 2
Re: Custom volume/media macro mini keyboard
« Reply #3 on: Mon, 24 July 2017, 10:23:36 »
Then using the qmk firmware builder.

That sounds quite nice and easy. If I make, for example, a 2x4 matrix how do I code it with QMK. As well, can I use a Pro Micro as opposed to a teensy for cost saving?

Offline tris0908

  • Posts: 9
Re: Custom volume/media macro mini keyboard
« Reply #4 on: Mon, 24 July 2017, 10:36:17 »
First go to keyboard layout editor to "model" your layout/matrix. Then copy the raw data from KLE to qmk firmware builder (kbfirmware.com) and paste the raw data. Then play with the keymap and stuff. You can use a pro micro as it is cheaper. Tho harder to flash.

Sent from my SM-G935F using Tapatalk


Offline TalkingTree

  • Posts: 2452
  • Location: Italy (142)
    • My projects
Re: Custom volume/media macro mini keyboard
« Reply #5 on: Mon, 24 July 2017, 10:38:59 »
If I make, for example, a 2x4 matrix how do I code it with QMK.
QMK handles the matrix on its own, so you only have to declare what pins are rows and what are columns. After that, you only have to define keymaps and keycodes. Start the hardware work then post here when you're done, I'll help you through.

can I use a Pro Micro as opposed to a teensy for cost saving?
Definitely, if you can live with the USB micro.
My opensource projects: GH80-3000, TOAD, XMMX. Classified: stuff

Offline Phenix

  • Posts: 591
  • Location: Germany
Re: Custom volume/media macro mini keyboard
« Reply #6 on: Mon, 24 July 2017, 17:50:28 »
Buy a maximal pcb
Winter is coming.