"Why buy it when you can build it for three times the cost" is my new family motto.
@camshand4 жыл бұрын
I came searching for this comment, was glad I found it 😂😂
@DroidCrossFire4 жыл бұрын
dude 😂
@markrichards56303 жыл бұрын
Mainly because you can spend just a ton of $ on brands like Logitech and Razer and they won't do all you need - Razer's won't do continuous presses then release of command key combos and Logitech's aren't compatible with many OS's. I have a whole collection of branded keyboards from trying to get one that could do all I needed in SolidWorks. Making one was the only way.
@kamil0302012 жыл бұрын
I love this quote 😂
@sophiesmith59222 жыл бұрын
cuz building is fun and customizing for a new application is awesome!
@grantgonzales93664 жыл бұрын
"80% of the time, it works all the time" you have my subscription good sir
@nigelmtb3 жыл бұрын
You should subscribe to Anchorman too. You'll love it!
@hobbyelectronics66304 жыл бұрын
Three times the cost and more hours than you can imagine. My magic formula. I'M IN !
@chrisgboyle4 жыл бұрын
You son of a gun... I'M IN. Heist team assemble.
@RetroBuiltGames4 жыл бұрын
Now I have TWO uses for my Time Crisis reload pedal.
@b22ba4 жыл бұрын
With ctrl+R you can compile first and then ctrl+U uploads a lot faster. Great video, thanks for the ideas.
@creeprovec7183 жыл бұрын
Hi Ryan, Thank you very much for this idea. I have made this macro pad as well. I absolutely love it. Somehow I have managed to get 2 on my table with 6 layers/profiles each. Such a amazing device.
@RetroBuiltGames3 жыл бұрын
Glad it was helpful!
@girtenator3 жыл бұрын
You are goooood. If i'm being honest, def one of the top 5 youtube presenters in this niche!
@RetroBuiltGames4 жыл бұрын
Great news everyone v0.4 is back in stock! Things that are fixed in v0.4: Foot pedal wiring (the GND of the headphone jack is now common, R and L channels are the switches 15 and 16 respectively). Full sized keyboard key can fit in place of rotary encoders.(Rotated the encoder footprint 90deg).
@miles54074 жыл бұрын
Will these be posted under the same link as before?
@RetroBuiltGames4 жыл бұрын
@@miles5407 Yes, exact same link.
@camshand4 жыл бұрын
80% of the time it works all the time 😂 dude you made me laugh so many times throughout this vid, and have also convinced me to start a project like this of my own since I have an Arduino Pro Micro laying around from an old NES Controller conversion project. I really like the implementation of a knob, especially for video and photo editing, I've looked at the more expensive off the shelf products and also think "I could make that for less" but I know it'll cost more in the end haha. Great vid and project, I've subbed 👍
@RetroBuiltGames4 жыл бұрын
I appreciate the kind words!! Now that I've have some time with it, the dual knobs are wondrous for video editing. Zooming and skipping through the timeline are meant for encoder knobs.
@Colin_Ames4 жыл бұрын
Great video, as always. Almost makes me want to build this even though I can’t think of a use for it!
@j.a.harvilla28194 жыл бұрын
I have been wanting to makensomethiing like this for a while now but had no idea where to start. Great, clear, informative, easy to follow, thanks so much!
@maczajsci70804 жыл бұрын
you could use the potentiometer to select operation modes by reading of the analogue values as a potential divider.
@koomaappa754 жыл бұрын
How damn this is a great project. I'm still just learning Arduino and using breadboards as a complete noobie but this is inspiring. Thanks!
@RetroBuiltGames3 жыл бұрын
Version 2.0 is here!!! kzbin.info/www/bejne/f3XPlKuChpaGmLs I added many of the popular requests from these comments like individually address RGB lights, I2C LCD breakout, and a better 3D printed case.
@offthewallsk8184 жыл бұрын
The guy at my office who does the 3D printing wired up a bucked with uv led strips encircling the inside. He puts the parts in there for 5 additional minutes prior to cleaning to maximize curing.
@RetroBuiltGames4 жыл бұрын
Ryan's Pro Tips for navigating the and HID library commands. =============== Keyboard Control================================================================================ Keyboard.write(); Sends a keystroke to a connected computer. This is similar to pressing and releasing a key on your keyboard. Will send a shift command if applicable. Example: Keyboard.write('K') will automatically do SHIFT + k. Can also accept ASCII code like this: //Keyboard.write(32); // This is space bar (in decimal) Helpful list of ASCII + decimal keys: www.asciitable.com/ Keyboard.press(); Best for holding down a key with multi-key commands; like copy/ paste This example is [ctrl] + [shift] + [e] //Keyboard.press(KEY_LEFT_CTRL); //Keyboard.press(KEY_LEFT_SHIFT); //Keyboard.press('e'); //delay(100); Keyboard.releaseAll(); Keyboard.print(); Sends a keystroke(s) Keyboard.print("stop using aim bot"); //types this in as a char or int (not a string)! Keyboard.println(); Sends a keystroke followed by a newline (carriage return ) Very practical if you want to type a password and login in one button press! SOMETIMES, applications are coded to recognize Keyboard.press() and not Keyboard.write() and vice versa. You might have to experiment. =============== Mouse Control=============================================================================== Mouse.move(x, y, wheel); Moves the mouse and or scroll wheel up/down left/right. Range is -128 to +127. units are pixels -number = left or down +number = right or up Mouse.press(b); Presses the mouse button (still need to call release). Replace "b" with: MOUSE_LEFT //Left Mouse button MOUSE_RIGHT //Right Mouse button MOUSE_MIDDLE //Middle mouse button MOUSE_ALL //All three mouse buttons Mouse.release(b); Releases the mouse button. Mouse.click(b); A quick press and release.
@paulb36utube4 жыл бұрын
I would love to buy one of your PCB's. Living in Australia with $20 shipping made me cry. This is exactly (with so many extras! WOW) what I was looking for.
@RetroBuiltGames4 жыл бұрын
Yeahhh, the U.S. Postal Service wont let you put a PCB in a envelope (for international shipping) and call it a letter (that's the ~$3 ship rate) . It has to be marked as a 'package' which is stupidly expensive for flat items weighing 2oz max.
@turbochardged4 жыл бұрын
Just stumbled across your videos and you're making some great content. keep up the good work.
@koolmoedee100003 жыл бұрын
this is great, I love the versatility. Great job man, i'll buy a PCB as soon as the store is back
@teeceetime24 жыл бұрын
Just found your videos the other day - I love this video as well as all your content! Keep up the great work!
@bardramos3 жыл бұрын
I love your video bro, its so funny, because i share youre feeling of doing myself everithing
@DuroLabs853 жыл бұрын
legend say he is still making more revisions
@RetroBuiltGames3 жыл бұрын
i am still editing this comment..
@DuroLabs853 жыл бұрын
@@RetroBuiltGames haha BTW i want to ask you do you know a project on GitHub named deej it is also Arduino based pc sound control but you can use any simple Arduino like a uno or a nano pls try making one of those it is called "Deej" i want to see your version of it. and it was a great video :)
@rodrigolozanolucianez373 жыл бұрын
As a bachelor student in economics and a tech enjoyer, I have to tell you this is awesome and you look kinda like Tony Stark
@RetroBuiltGames3 жыл бұрын
Wow, thanks! thats better than being told i look like Moby.
@Innopeace4 жыл бұрын
Great job! Nice video! Nice presentation! Nice PCB layout! It has the reference value for me. I have a similar project using Arduino Pro Micro with many many keys with a different approach.
@RetroBuiltGames4 жыл бұрын
Anyway I could check it out? Looking at other people's work was the only way this project was able to skip over some prototype phases and straight to what I wanted.
@TheRealStructurer3 жыл бұрын
Like your style and interests. Got yourself a new subscriber 👍🏼
@RetroBuiltGames3 жыл бұрын
Awesome, thank you!
@fransubaru4 жыл бұрын
Amazing!!! I'll make one with your pcb !!
@michaelmao61803 жыл бұрын
Ryan Bates: Writes keyboard firmware for an Arduino QMK: Exists
@xXDarthBagginsXx3 жыл бұрын
been looking into macro pads lately since I was given a pair of Pro Micros to play with from work. I know they could help with my workflow in Adobe & excel. I guess I could build one for the wife as well for her to use w/ Revit/Autodesk.
@rupert2743 жыл бұрын
My Zalman keyboard has a button that opens the calculator. According to SwtichHitter, the Windows scancode is: 0xB7.
@mistaecco4 жыл бұрын
Cool stuff! Been subbed since the original arcade cab indiegogo, only just now realizing that I have a ton of catching up to do on your back catalog! Haha. Gonna be using a good number of things demonstrated here soon, not for a macro keyboard, but instead to make a custom controller for some rhythm games that have super specific control schemes. Hopefully it'll work out well!
@Aidansstuff_3 ай бұрын
Aye nice I use shotcut editing software too 2:15
@RetroBuiltGames3 ай бұрын
noice!
@PossumMedic3 жыл бұрын
Cool build! Wish I had gotten one in time!
@RetroBuiltGames3 жыл бұрын
version 2.1 will be restocked end of Oct
@user-lv6rn9cf8m3 жыл бұрын
00:44 aaaactuallyyy.... the calculator has it's own scancode so no need to complicate that. It's like the mail app, browser, default media app etc - all having their unique scancodes. e0 21 for calc, I think.
@kinangeagle1333 жыл бұрын
This beast is using windows 7 in 2020. Times are tough man I know but the free upgrade is worth it if your pc was made within the last 5 years. Solid stuff in the video though
@RetroBuiltGames3 жыл бұрын
i am riding this rig into the ground
@kinangeagle1333 жыл бұрын
@@RetroBuiltGames no mercy ☠️
@d-manx87664 жыл бұрын
It would be awesome if you could have RGB LEDs illuminating the key caps that were programmable and could change colour depending on the preset modes
@RetroBuiltGames4 жыл бұрын
I agree. I've got a ver 2 that does this... will release soon-ish
@DPTech_workroom4 жыл бұрын
Cool! I have did a digital caliper result sender to my CAD program with an Arduino Pro Micro (32u4), or other program. But not finished yet the case and the PCB. On my instagram there are a short video.
@deathofthemagi3 жыл бұрын
A macro to auto insert "Select top 1000 * From DbName.dbo. " ... I'm drooling. Must build.
@KuittheGeek4 жыл бұрын
I decided to do this recently, and I just came across a DIY design on Thingiverse that includes linear potentiometers for use as a stream deck. Pretty cool stuff. You mentioned that you use Eagle for PCB design, and I am curious if you have used Kicad. I have been using it for years now and I would choose it over Altium for most design work. It is incredible, powerful, free and open source with no limitations on board sizes and no lock in to a license that is at the whim of the current copyright holder. I love it and I recommend anyone doing PCB work to look into it first.
@RetroBuiltGames4 жыл бұрын
I want to use KiCAD. this project started in kiCAD but I got stuck and fell back into Eagle just because i know it well. I know Eagle is inferior; I'm not a fan of Autodesk either.. I will learn KiCAD in 2021.
@KuittheGeek4 жыл бұрын
@@RetroBuiltGames Oh gotcha. I have been using KiCAD for years now. I even started a small tutorial series on my channel, though I haven't made it as far as I would have liked. I do plan on getting back to it some time when I have more time on my hands. What did you get stuck on specifically? Maybe I can help.
@edwardfletcher77903 жыл бұрын
This is fantastic ! Thank you !
@RixtronixLAB Жыл бұрын
Nice video, well done, thanks for sharing it with us :)
@RetroBuiltGames Жыл бұрын
Thanks for watching!
@pesto126013 жыл бұрын
So.. what if I wanted to use this for an ENTIRE PAD OF ROTARY ENCODERS? :-) I'm thinking for controlling flight sim radios, alt, hdr, etc...
@davidzarama84993 жыл бұрын
Where and how can I get a circuit like the video? I'm from Colombia
@martinsvensson68843 жыл бұрын
Would be nice if you could program the face of the keys.. a small oled or e-ink screen on each key. But maybe gets too expensive. An alternative would be a version with a touch screen. But maybe you can use a phone or tablet then just as well somehow coupled to the PC.. Its a bit nicer with real keys. And maybe regular stickers can solve it in the end much cheaper..
@vaxel22 жыл бұрын
nooooo😱 OUT OF STOCKS!😩 Please, I'm interested in the kit to solder+flash+go :) We're a horde out there bro!! :D
@RetroBuiltGames2 жыл бұрын
the mini (which is a spin off of this), is still in stock. www.tindie.com/products/21799/
@liszcgsedt3 жыл бұрын
Mini USB connedctor is superior Why and by how much? From my perspective, I have a bunch of spare micro USB cables (as phones have switched to USB-C) around and that has been the deciding point for me so far... And yes, when testing a keyboard the other day, I screwed up a pin HIGH/LOW state (basically, I forgot that the LOW is not necessarily 0, ignored a pull-down resistor, I think, for which reason the button was always considered HIGH) and ended up with Arduino emulating CTRL+N 10 times in a second. It took me half an hour of frustrating attempts and reboots to upload a harmless blank sketch before the circus began over again (hint: use an OS where you can pin a window always on top of the others and swear a lot in the process, in my case that helped). :D Also, many years ago (pre-Arduino/RasPi time) the boss button was a thing. I think there was a small commercial solution of a button or pedal along with a small app to define the button macro. Now I am thinking of making a set of cardboard steering wheel (with MPU6050 and two buttons) and a pedal for a car racing dame. Neat!
@thelightwielder Жыл бұрын
what do you think about making the RGB backlight change colors when you change modes? If you match a color up to different programs it could make it easier to remember the shortcuts
@RetroBuiltGames Жыл бұрын
lol you should watch my version 2.0 video!
@fex9054 жыл бұрын
Just got the boards! What should I look for when getting a rotary encoder? Or do you have some models you recommend?
@RetroBuiltGames4 жыл бұрын
I updated the Tindie store with Digikey p/n for encoders. 987-1398-ND
@SomeBlueRobot4 жыл бұрын
Any chance there's going to be a restock on the Black PCB's? Love the design and I'm definitely going to pick one of these up.
@RetroBuiltGames4 жыл бұрын
I'd say 3 weeks? I've got a few spare rev 0.3 boards; just email me. (foot pedal wiring is goofed)
@SomeBlueRobot4 жыл бұрын
@@RetroBuiltGames Thanks for the reply! I ended up getting a green one haha. Got all my parts ordered and looking forward to building it!
@msjesusbeans4 жыл бұрын
Hey Ryan, could you make an assembly video?
@RetroBuiltGames4 жыл бұрын
Yes.
@kitten_ailinchen Жыл бұрын
Nice Project, i would like to make a macro keypad myself and would also like to order the boards myself from JLCPCB. Now my question would be whether you can provide the Gerber file?
@RetroBuiltGames Жыл бұрын
Thankyou! Gerbers are not released, but the schematic is- you can make your own layout. Check out version 2.0 schematic- i made some improvements. kzbin.info/www/bejne/f3XPlKuChpaGmLs
@jeffclassics4 жыл бұрын
I hope you'll have a stock of the kit with knob.
@NortelGeek3 жыл бұрын
I should make one with Alps switches.
@colinchow_4 жыл бұрын
can you make a 3d file fot the case that doesn't shot the switch housing because i am not really a fan of the floating switch design. I was also wondering if you were to do it, can you make a hole for the micro usb
@shreyasmurali28364 жыл бұрын
Hi. I recently bought a couple of these boards from your store on Tindie and was looking for the exact 3D models of the key caps you 3d printed. I am specifically interested in the ones you printed in green and blue seen at 7:30. Could you share some links downloads to them ? Thanks
@RetroBuiltGames4 жыл бұрын
blue ones were not printed- bought those. I believe it was this file i used for the 3D printed caps. www.thingiverse.com/thing:738769
@shreyasmurali28364 жыл бұрын
@@RetroBuiltGames Thank you!
@qzorn44403 жыл бұрын
this is so exciting on creative thinking and doing it X# of ways... for my 1st starter project is: 2 real world pushbuttons: PB1 = F11 and PB2 = F12 then may be a few more PB? thanks a lot...:)
@tad20213 жыл бұрын
Resistor arrays are a pain to source and the larger package size ones keep getting discounted.
@hex17952 жыл бұрын
What software do you use to make the keys do different things, I built one of these (epic btw) and I am unable to make the keys so much of anything
@RetroBuiltGames2 жыл бұрын
software is Arduino IDE
@hex17952 жыл бұрын
@@RetroBuiltGames once the keys are bound to the extended f keys I mean
@anshulsingh83262 жыл бұрын
Why are u so short sided, not thinking before doing something like me?
@RetroBuiltGames2 жыл бұрын
i am but human
@Ken-zg3ze2 жыл бұрын
How did you resin print directly on the build plate? Do Formlabs printers not suffer from "elephant's foot" on the build plate?
@RetroBuiltGames2 жыл бұрын
You can place parts directly on the build plate. SLA does not suffer from elephants foot which is really a FDM symptom. OR (this is the recommended way for Form 2 printing), anchor the part using lost of tiny supports to a raft.
@zengwenxin84023 жыл бұрын
So the macro to open any software is basically achieved by win+R and then print the software name?
@jeffclassics4 жыл бұрын
Hello, I checked the link and the version with knob is out of stock.
@jtktam4 жыл бұрын
do you have a link to the stl for the printable key caps? thanks
@grafikschwarzmarkt2 жыл бұрын
Why didnt you use the existing TX/RX LED as mode LEDs? They can be activated and deactivated…
@RetroBuiltGames2 жыл бұрын
bc i forgot
@DiyintheGhetto3 жыл бұрын
I'll take one of your bad PCB. To you might be bad to me Looks like a good way to get started :)
@RetroBuiltGames3 жыл бұрын
i actually did throw them in the trash, just with less drama as shown in the video.
@DiyintheGhetto3 жыл бұрын
@@RetroBuiltGames aww man no board is trash to me 😪
@nicklee89073 жыл бұрын
Have you considered just direct soldering the 32u4 chip? you could then run USB C and the component count wouldn't go up that much
@RetroBuiltGames3 жыл бұрын
good idea for future revision.
@Micromation2 жыл бұрын
This is really informative however as an individual terminally inept with programming, how would one go about creating macro that repeats specific order button until pressed again but also randomises input delay between each inpuut within specified range? (let's say randomly choosing value between 13ms and 37ms for delay between inputs)
@RetroBuiltGames2 жыл бұрын
try asking this question in the Arduino forms. be warned, "how-do-i-do-my-program" can result in an 'abrasive' response
@maczajsci70804 жыл бұрын
why not include joysticks for 2d scrolling/ fine mouse control and arrow keys. or even CTRL Z CTRL Y CTRL S CTRL A
@B_aka_Scias4 жыл бұрын
how does this rotary encoder feels compared to a mouse wheel? 👀 like, if you place it sideways would it be able to rotate freely? 👀👀 or is it too stiff?
@RetroBuiltGames4 жыл бұрын
It would work, but it's bulky. The lateral forces might shorten the life. It's also kinda stiff; but that varies with the make/model, The encoder like most (not all) scroll wheels has pits/ that it will lock into so it doesn't spin freely. You can mitigate the stiffness by increasing the radius of the knob, but again, bulkiness.
@lucaraggio46144 жыл бұрын
Unfortunately the PCB is out-of-stock, so I'm trying to figuring it out: How is the MODE button connected?
@RetroBuiltGames4 жыл бұрын
Analog pin A0 = mode button
@codymeetsfusion3 жыл бұрын
i need a board with 8 rotary encoders do do different stuff is this possible with your pcb? how should i program this?
@someoneelse15344 жыл бұрын
I'm buying the parts I need to make one of these, but I don't really know what sort of LEDs to buy. I've Googled LED 1206 (as listed on the webpage) but that yields generic LEDs. Any help would be appreciated. Also, Diodes are only required for multi-keystroke macro, correct?
@RetroBuiltGames4 жыл бұрын
check the links in the desc. I list part numbers to buy from a supplier.
@jeandeux50123 жыл бұрын
Why didnt you use a shift register or two for you keyboard ? Just curious
@RetroBuiltGames3 жыл бұрын
for DIY projects I want other people to adopt, a minimum parts list is more appealing.
@lucasferrer80804 жыл бұрын
Hello, how are you? Where can I find more details for building the plate on this micro keyboard?
Could this be done without the PCB? I’ve seen many others solder wires from switches to Arduino pins directly
@RetroBuiltGames4 жыл бұрын
yeah you absolute can. I just like PCBs
@Kurogod54 жыл бұрын
I bought a couple recently, there is no documentation for soldering the back side of the board... could someone help me out ?
@logankempisty5264 жыл бұрын
i have one question cause im confused, can i make this on a breadboard without your pcb and if so how can i?
@realjoker15682 жыл бұрын
pedal becomes the "boss key" (is that still a thing? God, I'm old 😛)
@RetroBuiltGames2 жыл бұрын
you got it
3 жыл бұрын
Couldn't you just wire a toggle switch that prevents it from going into HID mode?
@RetroBuiltGames3 жыл бұрын
probably?
@derisis133 жыл бұрын
When mentioning that there's no shortcut to launch windows calculator, I started laughing in Linux...
@rupert2743 жыл бұрын
Scancode 0xB7 opens calculator in Windows 10.
@subrata-maity4 жыл бұрын
Amazing project. 💝💞💞💓🇮🇳🇮🇳🇮🇳💞💝💝 Just subscribed
@someoneelse15343 жыл бұрын
I'm confused as to the purpose of the "R" connections on the back of the board. I get that they're to do with the LEDs but do you need to solder them, leave them, or add a resistor to them?
@RetroBuiltGames3 жыл бұрын
if you do not want LEDs, then leave then blank/ unpopulated
@someoneelse15343 жыл бұрын
What what type of resistors do you popluate it with if you’re using LEDs?
@leopardabsurdity3 жыл бұрын
Loved your video! I actually do not want to build a keyboard (yet). I travel a lot for work and do not have computer access nor time to change keyboard mapping in the computer. what I would like is and intermediate device I could insert between the keyboard and the computer that would do the remapping for me - that I can fully program. Can anyone point me in the right direction?
@RetroBuiltGames3 жыл бұрын
autohotkey.com
@sjay674 жыл бұрын
I notice you are out of stock on the PCB, can I get the eagle drawings. I was thinking of making one, however this would she a lot of time and mistakes. In the end I would like a slightly different layout. Thx
@RetroBuiltGames4 жыл бұрын
back in stock! i added the PDF schematic if you want to try building your own
@sjay674 жыл бұрын
@@RetroBuiltGames thanks for responding. Since then I have spent a lot of time (to much time) looking at circuits etc., Bought some stuff.. as you said spending 3 times the amount of money buying different parts etc etc etc. Using a DMK, I just made macros work using two different programs, because I couldn't make either work on the own. I have ordered parts, and would still like to get PCB and make a custom keyboard but don't have the 32u4 chip yet. I like your circuit but would want 6x5 buttons or 6x6 with diodes. ... And would still like to program C code for this. Can you alter the board ? I can give you money..
@RetroBuiltGames4 жыл бұрын
@@sjay67 Thank you Ian. I must respectfully decline; i do not have the resources [time] to design a new layout.
@nguytd033 жыл бұрын
when will the pcb in stock?
@vj-nikkolax80084 жыл бұрын
Hi I am in Spain and I am looking for chiclet keys but I don't know where can I find it ... Every body prefers mechanical keyboards but I prefer chiclet keyboards. Do you know how can I bought that kind of keys ?
@RetroBuiltGames4 жыл бұрын
I have seen these chiclet keycaps on pimpmykeyboard pimpmykeyboard.com/all-products/keycaps/novelty-keys/
@euphoriess Жыл бұрын
can I make a macro keyboard with, like, dozens of keys? and, the keys is not side by side, they seperated left right, up down, front back "but why?", you may ask for flight simulator like DCS, I have many buttons in the cockpit, I want to bring it out of the computer screen for easier access (normally I have to use mouse to click on them)
@RetroBuiltGames Жыл бұрын
yes that can be done
@euphoriess Жыл бұрын
@@RetroBuiltGames can you make a tutorial? not necessary to make whole cockpit with hundreds of buttons, but make a scaleable one, I will follow and expand the number of buttons I have nearly no experience in this field
@RetroBuiltGames Жыл бұрын
i mean this is the tutorial right here. It scales. Just use 4 more pins for a 6x6 and that's 36 keys....
@HAMMER_2.23 жыл бұрын
Do these roatary encoders give like an incremental pulse every time they are turned? I want to add a volume knob for my android radio. The radio has assignable steering wheel controls that are based on differential resistance. Each button gets its own value of resistance, and for volume, each press equates to a different step in volume level. Im wondering if theres a rotary encoder out there that i can add a resistor to, and use it as a volume knob for this radio. Maybe even use the built in button as a mute command? Anyone have any ideas?
@zerobrine10763 жыл бұрын
can you show how you made the pcb?
@sugertea_94233 жыл бұрын
brother, will you please share the PCB file with us? I am from a remote country and the shipping fee is very high here
@Bull333t2 жыл бұрын
If I want to build this with the foot pedal, can I just connect them as i would connect the switches just use the trrs cable?
@RetroBuiltGames2 жыл бұрын
yes
@Bull333t2 жыл бұрын
@@RetroBuiltGames Thanks! I will give it a try
@maxmustermann88954 жыл бұрын
where can I buy separate Cherry MX keys?
@someoneelse15344 жыл бұрын
Im lookinng to use a three-way switch to toggle between the different key layouts. Does any one know if that’s a reasonable idea, or what would be the easiest/cheepest hardware to get the job done? I like the idea of the classic guitar pickup selector, though probably downsized a bit.
@RetroBuiltGames4 жыл бұрын
That is very reasonable. An idea to do this: use the analog pin and make the switch select from different 'set' resistances. your logic would just be if voltage =this range, then mode 1 and so on. this application is also called a 'resistor ladder' .
@forflais31493 жыл бұрын
Could you help me? I’m stuck with my project
@roywilliams46883 жыл бұрын
Get a load of this guy. Using Windows 7 in 2020 without a care in the world.
@RetroBuiltGames3 жыл бұрын
cant stop wont stop
@ManicQuinn4 жыл бұрын
Can I do this with a Uno? I'm short of cash this pandemic and really wanted to do something with my UNO that I got a few years ago
@RetroBuiltGames4 жыл бұрын
It's possible, but you need a special library. It will bit-bang out USB protocol and it's not as responsive as a device with HID built-in.
@LillyGamesx4 жыл бұрын
Where can I find the pro micro that you use? I can only find the version with MicroUSB. In the U.S. here and can't find it on Amazon. Edit: grammar Edit2: Nevermind, I found it here www.amazon.com/gp/product/B07J2Q3ZD5/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1
@nnmorshed73533 жыл бұрын
Please give me Mini Version! (Macro Keyboard v1.0) code without LCD
@RetroBuiltGames3 жыл бұрын
mini version will be back soonish
@apollowellstein1884 жыл бұрын
So unless you are making your PCB super complex, with the IC on it instead of on the arduino, you should probably test your design with a breadboard first...
@RetroBuiltGames3 жыл бұрын
news to me
@peastfist16022 жыл бұрын
Can i actually make split keyboard with that using breadboard ?
@RetroBuiltGames2 жыл бұрын
yes, You'll need to omit some features I have (LEDs, potentiometer) and just expand the rows and columns for a full keyboard.
@peastfist16022 жыл бұрын
@@RetroBuiltGames But sir , i dont know which pin i have to solder and i dont know which pin should i connect with the breadboard
@francescofrate94863 жыл бұрын
Thanks a lot, you made an amazing job, one question: I downloaded switchcase_macrokeys and I need that only when I press and hold "case 3" button it should press continuously the key, example: now if I press and hold case 3 it press one time the key and print 3, I need it print 3333333333333333.......... untill I release button, but, I repeat, only in case 3. Is it possible? Thanks Again
@RetroBuiltGames3 жыл бұрын
remove the "break;" from case 3. that will help a bit