Is the keyboard cable enough to flash the little thing?
If the answer to those two questions is no, then I would be interested in filling the text file; otherwise I'll figure out myself.

Code: Select all
/* XT_CAPSLOCK Caps Lock */ {KC_CAPSLOCK, KC_RCTRL, },
Code: Select all
/* XT_KP_ASTERISK Keypad * */ {KC_TOGGLE_LAYER, KC_TOGGLE_LAYER, },
Code: Select all
{MODS_LSHIFT, KC_KP_ASTERISK, KC_PRINT_SCREEN},
Code: Select all
{(MODS_LCTRL | MODS_LALT), H, Z},
andrewjoy wrote: would it add much to the price if you socketed the IC ? Its no big problem i can just suck it out and put a socket in.
Proper ones , none of that dual wiper rubbish.
http://www.digikey.com/product-detail/e ... -ND/821765
Super_L is LGUI. The codes are borrowed from the USB codes. They use LGUI for the Windows, Command, and Super keys.ramnes wrote: Thanks for the tutorial Engicoder!
What is the constant for Super_L? I can't find it in keycode.h.
Also, if I press KC_MOMENTARY_LAYER while being on the layer 1, what's happening?
And would that be possible to have a third layer? I'd love to have layer 0 being the normal layer, layer 1 my custom layer and layer 2 my Fn layer.
Just send it default , I have a proper desolder station , I will when I get the time get a socket and solder it in.Engicoder wrote:andrewjoy wrote: would it add much to the price if you socketed the IC ? Its no big problem i can just suck it out and put a socket in.
Proper ones , none of that dual wiper rubbish.
http://www.digikey.com/product-detail/e ... -ND/821765
The cost of the part, of courseI can get the part and install it, or you can and I'll send it with the chip unsoldered.
Ah yeah, forgot about Super not being the standard name. Professional deformation I guess.
That's awesome, exactly what I wanted.
It seems those resistors are connected to LEDs so it depends on what ones you are using and its value doesn't matter anyway.ibmapc wrote: Anyone Want to help me here? I'm going to attempt to wire this together on a small breadboard. At least tell me the value of the resistors. I think I can see 99 percent of the traces on those great pictures from the first post. So, I should be able to figure out the wiring from that, but I'm having trouble seeing the colors on the bands of the resistors on the left side. I think the one lone resistor near the top edge is 10K? What are the other 2?
Greg
Yup, Firmware here https://github.com/engicoder/XT2PS2