omg so pretty
I’m designing and building a little 4×4 mechanical keyboard for quick access to some Adobe Lightroom adjustments I often make.
I don’t even know if Lightroom can be controlled entirely with keyboard shortcuts!
If it cannot, i’ll get creative.
I am using some metal plate I found on ebay with 4×4 mounts for mechanical switches, the MX style Gatreon browns fit pretty well!
This is the key map i would like:
Exposure +, Exposure -, Auto Tone, Export
Contrast +, Contrast -, Vibrance +, Vibrance –
Highlights +, Highlights -, SaturationĀ +, Saturation –
Clarity +, Clarity -, Vignette +, Vignette –
http://www.keyboard-layout-editor.com/#/gists/aa7528b1638866511cde7255f2943e2e
I have since found this to be impossible š
I created a new layout that is very possible:
http://www.keyboard-layout-editor.com/#/gists/319f0d9e906216066f4aab529adfc73b
Heres some photos of where i’m at at the moment:
Code:
Someone amazing over on r/mk (/u/iandr0idos) made this website:Ā http://kb.sized.io/
It’s a TMK firmware generator!
If you dump the file ‘layout (2).json‘ into it then you’ll get the layout for how i’ve wired this board.
You can find the full firmware files here: MacroPad.zip
The firmware can be compiled on:Ā http://make.sized.io/
Or you can download the pre-compiled hex from: https://www.lewys.eu/dev/firmware(23).hex
At the moment it is configured for whatever the keycaps show, I will figure out the Lightroom keymap soon and replace the caps when I get them!
It is configured for the keymap, with two layers and macros programmed.
Uploading:
I am using an Arduino Pro Micro for the firmware because its much cheaper and easier to obtain here in Australia.
To flash the hex you will need this modified version of XLoader configured for the Atmega32u4
Additionally, You will need to reset the board by shorting RST and GND right before clicking the upload button.
Make sure you have selected the correct serial port as it will be different in bootloader mode.
The Pro Micro pinout is as follows:
as found here:
http://www.lightroomqueen.com/keyboard-shortcuts/lrcc6/
Hey all!
Just a quick update to let you know the LED Dress was an awesome success!
It looked better than I imagined!
Once again I want to express a huge thanks to Tearschu for making the dress perfectly, and Naifel for modelling it so beautifully! (Thanks Tim for helping too!)
It’s an amazing feeling having an idea and making it become a reality!
Heres some sneak peeks before I get around to editing the photos:
Original post can be found here:Ā http://blog.lewys.eu/?p=254
Check out this along typing game I just found on r/Mk !
http://zty.pe
Works azinglynon mobile too!
I’m going to try it out I’m the morning on my neutrino, poker and k70!
I wanted to control a Servo using the Blynk library form an ESP8266,
So I hooked up a TowerPro SG-5010 servo to my ESP8266 devkit 1.0 thing, uploaded the servo sweep test code to see if it works, and IT WORKED!
Until the magic smoke came out…
It looks like ive fried my dev board goddamnit, maybe i shouldnt have pulled 5v from the VIN pin on the USB TTL adapter….. D:
goddamnitO:nGRLIKJRSNKLJB
Update:
OK!
With a new dev board, a v0.9 one, and an external 5v power source we have done away with the magic smoke!
Ill upload the Blynk sketch and see how we go.