Click to view our Accessibility Statement or contact us with accessibility-related questions
Showing 1 of 481 conversations about:
wilarseny
113
Jan 4, 2017
bookmark_border
Currently really regretting having bought this. I'm following the guide for programming here: https://thevankeyboards.com/pages/programming-guide. Here are the steps I'm currently having problems with, and I expect more to pop up once these are solved:
1. Trying to make a .hex here http://minivan.config.thevankeyboards.com/ gives an internal server error 2. Even if I could make a hex, some explanation of what the press types ("toggle", "momentary", "tap key", and "one shot modifier") would be great. I can guess for some, but no obvious language that would imply e.g. how a shift key normally behaves (something like "hold"?). 3. Is it that hard to imagine that people don't have the programming background to know what a sentence like "Edit the system environment variables and add %HOMEDRIVE%\MinGW\bin to your path variable" means without further explanation or listing of steps? Like, I sorta know what this means, enough to know how to google the answer, but c'mon. This is "draw the rest of the fucking owl" level of instruction for many. 4. Device manager fails to find a driver for ATmega23u4 device in the Flip3.4.7\usb folder
Just a lot of hassle overall. I've built WKL.kr boards, a GON board, and Duck boards, and only the latter remotely compares to the level of unneeded complexity required just to program a new layout. Talked to a friend who bought an earlier Van44, who said he couldn't get the programming working on any of his windows machines, and ending up having to do it from a virtual machine.
Also have a shitton of chattering switches, which is not your (evangs) fault, but still contributing to annoyance. I scrapped the plan to put alps in this after seeing the boatloads of pics of broken lightcycle stems stuck inside switches; I know this is on SP and not you, but had those not been fucked up I would've done the planned alps build and very likely not had any chatter issues, etc etc. Just another factor making me wish I had not bought this board. Shame, because I do love the layout.
:-/
Jan 4, 2017
henkdevries013
8
Jan 4, 2017
bookmark_border
wilarsenyMiniVan runs on QMK firmware. The documentation of the QMK firmware syntax/keycodes/modifiers/tap/toggle/momentary/osm are available here: https://github.com/jackhumbert/qmk_firmware/wiki
But in short: - Toggle: Literally a toggle, functions like CAPSLOCK. When pressed, the layer will change to the one referenced. - Momentary: As soon as you let go of the key, the layer is deactivated and you pop back out to the previous layer. Functions like SHIFT - Tap dance keys: Every key can have multiple functions depending on the amount of 'taps' (quick presses). Hit the semicolon key once, send a semicolon. Hit it twice, rapidly -- send a colon. Hit it three times, and your keyboard's LEDs do a wild dance. That's just one example of what Tap Dance can do. - One Shot Modifiers: So let's say you have your left Shift key defined as OSM(MOD_LSFT). Tap it, let go, and Shift is "on" -- but only for the next character you'll type. So to write "The", you don't need to hold down Shift -- you tap it, tap t, and move on with life. And if you hold down the left Shift key, it just works as a left Shift key, as you would expect (so you could type THE).
The fact that you want to customize a fully programmable keyboard without any programming background is great. But you have to do some work to learn how programming works. Google is your best friend! Googling 'How to edit the system environment variable' will give you some nice information about the System Environment Variables.
I agree about setting up the programming environment on Windows. That's a bitch. I also use a Virtual Machine with Linux Ubuntu to program my keyboards. I disagree about your unneeded complexity statement, QMK is GREAT and will change the way you use a keyboard if you become comfortable with the programming. It has so much functionalities!
I have no issues creating a HEX file using that site, put the code in a paste on pastebin.com so I can take a look at it!
I hope I cleared up some of your issues and helped you out a bit!
Jan 4, 2017
wilarseny
113
Jan 5, 2017
bookmark_border
henkdevries013Thanks, I do appreciate the writeup. I'll give these a shot later.
> The fact that you want to customize a fully programmable keyboard without any programming background is great. But you have to do some work to learn how programming works.
Nice zinger, but a programmable keyboard just refers to remapping key functions. The linguistic connection to programming as a practice/field of study/whatever should not, I think, excuse the needlessly-complex requirements for remapping this board when other small makers have shown it is possible to do it simpler and better. I understand that QMK has advantages, but I just can't really believe there isn't a way that allows simplicity for novice/intermediate users while also allowing flexibility for advanced (especially since e.g. WKL and GON have robust GUI-based keymappers that don't require anywhere near the same level of complex instructions).
I seem to have been misinterpreted, as well. I know how to update system variables and how to google solutions. I still think that the former is a very high knowledge bar for your basic instructions to have without any further explanation or links. This is more feedback directed to @evangs rather than a request for help, and sorry if it was misleading to have this listed as a hangup.
edited: to be less aggressive to someone who was trying to help
Jan 5, 2017
Balooga
24
Jan 5, 2017
bookmark_border
wilarsenyThis will be no help to you whatsoever, but updating firmware in OSX is a breeze; "brew install dfu-programmer", and a command each for erasing, programming, and restarting the keyboard.
The minivan.config website is slow for me, but I have luckily not experienced the server errors.
Jan 5, 2017
wilarseny
113
Jan 5, 2017
bookmark_border
BaloogaYea, maybe I could dig out my old 2007 macbook for it, heh. Good to know, though. If I can't sort either the hex issue or the atmega driver recognition issue I will probably just sell at a discount on mechmarket.
Jan 5, 2017
wilarseny
113
Jan 5, 2017
bookmark_border
henkdevries013About the hex, I'm getting the error trying the minivan configurator site on my work comp, so it's not just something messed up about my home desktop. Here's the stuff from the textbox: http://pastebin.com/vCL94Riv. Gets a 500 internal server error.
Jan 5, 2017
Balooga
24
Jan 5, 2017
bookmark_border
wilarsenyI might be interested in picking it up if you have Cherry switches.
Jan 5, 2017
takuya813
15
Jan 5, 2017
bookmark_border
wilarsenyI was writing a huge reply and then it died. At any rate:
TMK and QMK both state the different modifiers and what they mean and how they work, if you need more info. If you can't find your device, try to check "show hidden devices" or something like that, in the device manager. I'm on Win10 and that helped me install the driver. Windows is shit, but I didn't have too many issues doing it on Win or MacOS. The Windows instructions suck but that's Windows.
I get your comment about system variables, but if you are building a mechanical keyboard and you want this device and researched what it would take to program and make, you should be able to google "how to edit windows system path". Seriously. I get it, but it just comes off as really not too nice.
The drop states that the programming is via open-source software. Now, I dunno about the other keyboards but if they don't use QMK/TMK they are not as flexible. Evan went through a lot of work to get the configuration tool set up, and didn't have to do it at all anyway. A bit disingenuous to say that other keyboards are better, when this is open and powerful, and anyone who gets a keyboard and builds it only to THEN complain... I mean come on, do your research.
The configurator had some issues, but just email evan and he'll help you out. Or download TMK/QMK and do it yourself. Hope that helps with your device mgr issues.
Jan 5, 2017
wilarseny
113
Jan 5, 2017
bookmark_border
takuya813@takuya813 I didn't think it was necessary to go full internet research mode on which keymapper a relatively cheap Massdrop kit uses, because a) this is my 7th or 8th build and one of the cheapest, and b) virtually all of my other custom boards have been dead simple to reprogram. Plug it in, download software with a decent GUI, and go to town. Only this (and my Duck Blackbird, weirdly enough) have had the whole "follow a 50-step instruction list and download four programs and fiddle with drivers in device manager" thing. I just think that process sucks compared to what else is out there. If you haven't experienced that, and have nothing to compare this to, then I don't see the point of your chiming in.
Look, I'm not like heartbroken. I'll maybe lose like $20 on this and a few hours of my time after all was said and done. But I doubt I'll buy another kit from evan, and I think it's worth it for him to hear about it if stuff like this is driving people away from his products (regardless of whether other people did not have problems with those particular things, or whether people like you think those complaints are justified). But, by all means, as long as you are able to feel superior and act condescending, don't let me stop you.
Jan 5, 2017
KansasCity
2
Jan 5, 2017
bookmark_border
henkdevries013This post helped me a bit, so thanks for that. I do have a programming background and actually I bought this thing to "try" and use at work. I was able to flash mine following the directions on the minivan site. Although there were some areas in the documentation that weren't that great, I sorted it out. I looked at the link you posted to QMK and the modifier keywords and that all makes sense to me. I should point out this is my first real keyboard, so while I understand programming, and what not, there are a few simple things that escape me.
I loaded the default layout for the pcb with Arrows . I guess my questions is, how do I switch back to the base layer? In the default keymap for arrows layer L3 is a toggle and not momentary. There doesn't seem to be any way to switch back. Looking at all the options I don't even know what key I would add to switch to the base layer since they are ....... and just answered my own question.
So if I add the L3 toggle to Layer 3 then pressing it in the layer 3 will toggle back to the base layer? A better way to say it would be it would turn of L3, right?
Is there a command that says "go back to base layer" Like if I want to create a tap key that went to each layer or is it kind of like the base layer is always on and you can never turn it off, but you can turn off and on the layers "above" it?
Jan 5, 2017
wilarseny
113
Jan 8, 2017
bookmark_border
wilarsenyUpdate to this saga in case anyone is reading this later: I was able to get it to work. It seems that if anything is set improperly in the configurator, it throws out that 500 server error. I had rshift set as... something I don't remember, but once I set it to a normal key the errors stopped and I could download a hex. Some sort of dialogue error, especially one noting what prevented compilation of the hex, would be great.
On the driver issue, I guess I just didn't need to do that step. Atmel Flip was able to connect to the board and upload the new hex without it. I'm not sure whether this is just because I have used atmel-based keyboard drivers before or what, but it might be worth noting in the instructions that this step may sometimes not be necessary.
I still feel like this process is overly complicated compared to a good gui-based remapper. The instructions should definitely be looked at by someone with more experience in technical writing. It would surprise me if I were the only person to have stumbled here.
The board is great now that I've figured things out. There are things I would change about the layout now having actually used it and put caps on it; a version with a 6.25 space, and/or shuffling some sizes around on the bottom to avoid the 2u space in favor of rshift or split shift sizing there would be nice. I also don't understand why the case has like 10 mount holes for the plate/pcb when a standard 60% has ~5. I would also love a version with underlighting and a duck/rs-style acrylic slice if @evangs is considering any new case concepts.
Jan 8, 2017
takuya813
15
Jan 8, 2017
bookmark_border
wilarsenyGlad you got it working but I dunno if you read my bit about the device mgr thing because I definitely had issues with it on windows and ended up figuring it out. I just think that you don't understand the value of using open source software for something like this, and that's ok.
Someone sometime can come up with a GUI tool (like evan did) and that's great and better for newbs and non-technical people, but the fact that it's not some proprietary buggy shit is better. I won't buy a vortex/poker again because the thing is so damn limited.
underlighting would be great to see.
Jan 8, 2017
takuya813
15
Jan 8, 2017
bookmark_border
KansasCityToggle layer on L1 and KC_TRNS on L3 means that on L1 you toggle and it goes to L3 and if you press the same key on L3 it goes back to L1. You can of course also use TG(L3) as well.
Normally you can only switch _above_ a layer. 1->2->3->...->n. If you want to have a key that goes to another layer in QMK regardless of hierarchy you can do that with TO() I believe. You can also set the default layer or clear other layers as well. SO I think with TO() you can do it so you can do like Base_Layer->L2->L3, Base->L3, Base->L2 etc with TO() as opposed to TG().
Jan 8, 2017
wilarseny
113
Jan 9, 2017
bookmark_border
takuya813I do get the value and realize that I'm asking the remapper/programming to do less than it could be doing given the options of QMK. And I totally understand that for people who want that extra flexibility this sort of solution is better. I guess I just feel like that shouldn't excuse non-user-friendliness; but of course this is a longstanding debate w/r/t OSS that is probably not worth delving into. I realize that evan didn't "have to" design a GUI-based QMK hex configurator, but at the same time he is selling a keyboard that has 2000 requests for redrop... so I don't really see providing like a kinda basic thing that other custom makers have long ago figured out as a huge service. Sure, it'd be cool if some of those other guys released it on git or whatever. I'm sure some of them have.
I did see the device manager comment, but it wasn't applicable. The device appears in device manager. It is the stage where you open device properties to update driver and pick out the atmel usb folder where it was failing. I didn't end up solving this; it just worked without me doing this step.
Jan 9, 2017
View Full Discussion
Related Products