Click to view our Accessibility Statement or contact us with accessibility-related questions
Showing 1 of 6 conversations about:
yanfali
1544
Oct 13, 2017
bookmark_border
Oh nice, it arrived. Dude, static 😉
Oct 13, 2017
TheSkeleton
3134
Oct 14, 2017
bookmark_border
yanfalihey yan can you help me with a programming problem with my XD? im using this code
[{a:1},"Esc\n\n\n\n~\n`",{a:4},"!\n1\n\n\nF1","@\n2\n\n\nF2","#\n3\n\n\nF3","$\n4\n\n\nF4","%\n5\n\n\nF5","^\n6\n\n\nF6","&\n7\n\n\nF7","*\n8\n\n\nF8","(\n9\n\n\nF9",")\n0\n\n\nF10","_\n-\n\n\nF11","+\n=\n\n\nF12",{w:2},"Backspace\n\n\n\nDelete"], [{w:1.5},"Tab","Q","W\n\n\n\n↑","E","R","T","Y\n\n\n\nCalc","U","I\n\n\n\nIns","O","P\n\n\n\nPSc","{\n[\n\n\nScrLk",{a:0},"}\n]\n\n\nPus\nBrk",{a:4,w:1.5},"|\n\\"], [{w:1.75},"Caps Lock","A\n\n\n\n←","S\n\n\n\n↓","D\n\n\n\n→","F","G","H","J","K","L",":\n;\n\n\nHome","\"\n'\n\n\nPgUp",{w:2.25},"Enter"], [{w:2.25},"Shift","Z","X\n\n\n\nApp","C\n\n\n\nFn1","V\n\n\n\nFn2","B\n\n\n\nFn3","N\n\n\n\nVolDn","M\n\n\n\nVolUp","<\n,\n\n\nMute",">\n.\n\n\nPgDn",{w:1.75},"RShift","↑\n\n\n\nFN5","?\n/\n\n\nFN4"], [{w:1.25},"Ctrl",{w:1.25},"Win",{w:1.25},"Alt",{w:6.25},"Space","Ralt","Fn0","←\n\n\n\nFN7","↓\n\n\n\nFN6","→\n\n\n\nFN8"]
and for whatever reason on every row some keys got messed up to where 5 does nothing and 8 prints 5 T does nothing and I prints T and G does nothing and L prints G and V does nothing and M prints G and space does nothing and left arrow prints space
Oct 14, 2017
TheSkeleton
3134
Oct 14, 2017
bookmark_border
yanfali
search
Oct 14, 2017
yanfali
1544
Oct 15, 2017
bookmark_border
TheSkeletonHey, I'm using qmk. It's a lot more straightforward than TMK in my experience. Kbfirmware.com has a much more straightforward UI.
Here's a link to my JSON config file. https://github.com/yanfali/keyboards/tree/master/xd60
Download that and then upload into into the web UI. This will let you compile a hex file. Then you need a dfu-programmer binary for your OS. Then it's pretty straightforward.
1. Push reset switch 2. dfu-programmer atmega32u4 erase 3. dfu-programmer atmega32u4 flash DZ60.hex 4. dfu-programmer atmega32u4 reset
And you should be done.
Oct 15, 2017
yanfali
1544
Oct 15, 2017
bookmark_border
yanfaliIf you still want to use TMK, Ill try and troubleshoot your config.
Oct 15, 2017
yanfali
1544
Oct 15, 2017
bookmark_border
Oct 15, 2017
TheSkeleton
3134
Oct 15, 2017
bookmark_border
yanfalihttp://www.keyboard-layout-editor.com/#/gists/425450c4017541e9d8d4d43cb7ad3903 heres the layout page, and what do I once I download the files?
Oct 15, 2017
yanfali
1544
Oct 15, 2017
bookmark_border
TheSkeletonOK, that looks right. So you cut and paste that into tkg.io. And get the screen to look like this.
search
Then see the green burn button, connect your keyboard and press the reset switch. Then you should be able to program it. I'm not sure how that works exactly but I think that's how it's done. Caveat, I don't use tkg, so I could be missing something.
Oct 15, 2017
yanfali
1544
Oct 15, 2017
bookmark_border
yanfaliI've got to ask you though, that's a lot of FN keys. Any reason why you need that many?
Oct 15, 2017
yanfali
1544
Oct 15, 2017
bookmark_border
yanfalioh also I found this. There's a chrome app. I think that's how the web app burns the binary to the keyboard.
https://www.reddit.com/r/MechanicalKeyboards/comments/6b1m4w/help_programming_xd60/
Oct 15, 2017
yanfali
1544
Oct 15, 2017
bookmark_border
TheSkeletonI tried testing tkg chrome on windows but it doesn't recognize my XD60. I'm already running QMK though so that may have something to do with it. :(
Oct 15, 2017
TheSkeleton
3134
Oct 15, 2017
bookmark_border
yanfaliwell I have been able to flash what I showed you onto my board but I have the problems I stated before
Oct 15, 2017
yanfali
1544
Oct 15, 2017
bookmark_border
TheSkeletonAh gotcha. It sounds like the pins aren't mapped correctly
Oct 15, 2017
yanfali
1544
Oct 15, 2017
bookmark_border
TheSkeletonWhich model did you pick? GH60CHN or GH60(REVA/B/C) ?
Oct 15, 2017
TheSkeleton
3134
Oct 15, 2017
bookmark_border
yanfaliYan you are a genious, i was using the wrong form of the GH60. I feel like a dummy ^^ THANK YOU
Oct 15, 2017
TheSkeleton
3134
Oct 15, 2017
bookmark_border
yanfalinow I just need to figure out how to turn on my underglow
Oct 15, 2017
yanfali
1544
Oct 15, 2017
bookmark_border
TheSkeletonIt's usually the simple things. I do that kind of thing all the time too.
Oct 15, 2017
TheSkeleton
3134
Oct 15, 2017
bookmark_border
yanfalisorry for being a bother but how did you get the underglow working? I had it working on a default layer before but cant get it working now.
Oct 15, 2017
TheSkeleton
3134
Oct 15, 2017
bookmark_border
TheSkeletonI have a key set and a function set to turn on underglow but it isnt working
search

search
is there a line of raw code im missing or something?
Oct 15, 2017
TheSkeleton
3134
Oct 15, 2017
bookmark_border
TheSkeletonnevermind I figured it out ^^
Oct 15, 2017
View Full Discussion
Trending Posts in Mechanical Keyboards