Giter Site home page Giter Site logo

kiibohd / kiiconf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cubiq/kiiconf

92.0 92.0 30.0 675 KB

Input Club web configurator, designed by matt3o.

Home Page: http://configurator.input.club

License: GNU General Public License v3.0

Shell 12.16% CSS 8.49% PHP 9.11% HTML 5.91% JavaScript 62.23% Dockerfile 2.10%

kiiconf's People

Contributors

ademiller avatar fredzen avatar haata avatar jblakley89 avatar jbondeson avatar mochimisu avatar sigboe avatar tkling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kiiconf's Issues

rename layouts in drop-down menu

Please rename the layouts in the drop-down menu to something more user friendly. Possibly changing the structure of the list to be more effective as well. For example:

Add Infinity menu with sub menus

  • Infinity
    • 60%
      • LED Option (Add explanation or better name, applies to first 3 runs of IC60 w/o LED driver)
        • Standard
        • Hacker
      • Alphabet
      • Standard
      • Hacker
    • ErgoDox
    • WhiteFox
      • Aria
      • Vanilla
      • ISO
      • Aria
      • Winkeyless
      • True Fox
      • Jack of all

Programmers Dvorak Layout Missing

I cant find the layout files for programmers dvorak or any layout that demonstrates how to add keys where numbers are accessed via shift. How can this be accomplished?

highlight the key pressed in the key map

when you press a key, highlight it in the keymap. In addition if you select a key that is already in the keymap it should highlight all instances of that as well (possibly using the same color as whatever layer it is on so it is easier to keep track of).

Another part of this could be to highlight all of the keys (down below) that are currently assigned with the color of the layer they are on (or something right above them that specifies what layer it is assigned to)

Daemonize backend scripts

build_layout.bash sometimes zombies after being called. Process should be forked/daemonized to help avoid this.

Remove PHP dependency

To make this project future proof for Whitefox owners, it should be as easy as possible to run this offline. Looking at the code it seems PHP is basically only used for saving files and this should be something that could be easily done with Node.js as well as create a simple web server to run the configurator. Ideally you could get this running on your local host by a few simple commands without having to install PHP or use virtual machines.

Configurator wiki doesn't explain how to use configurator

Link from configurator goes to code page
what does /f/1 do?
How do you import a configuration you downloaded from the configurator in the past? It's not like it gave me a json but it sure asks for one... Don't know where to go from there.
Is there a primer on how the layer locks work anywhere? I've been looking but I've yet to find anything yet. If it's there it should be linked to prominently

The non-us key for <,> and | is not supported

I have a nordic layout, and it works somewhat. Pressing the ÅÄ and Ö buttons aren't recognized when i press them, but changing them in the json file to [,' and ; is an acceptable workaround i found.

The real issue is the non-us key for <,> and | is not supported (Base is <, shifted is > and RALTed is |).

I have fixed this in my .kll file by adding this, but it would be nicer if it worked straight out of the configurator. It has the decimal value of 100 and hex value 0x64. This makes that single key unconfigurable on all nordic keyboards, and maybe more that i am not aware of.

usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );

U"ESC" : usbKeyOut( 100 );

Create Colon Key Simple Macro

In short there is no colon key ":"

The reason this is an issue for me is because I put all my symbols on a function layer and do not wish to hit shift+function+semicolon.

Layers >2 are not being created correctly

If I select any layers greater than the default 0-2, those layers are turned into JSON, but have no corresponding KLL files for those layers. Have tried both layer 3 and layer 7.

Could be related to #15 as not even the existing layers are being converted to KLL correctly.

Happy to help further diagnose the issue.

Using an ergodox infinity.

firmware hash from map not name

The hash for the firmware should probably be created based on the keyboard map not the layout name since you can have multiple layouts sharing the same name.

TrueFox Layout Issues

Several people have reported issues with the TrueFox layout.

Opening this issue to track the progress.

Windows ignores mediakeys

Media keys work fine in linux (Ubuntu 14.10 Gnome), but when I boot into windows, there doesn't seem to be any scancodes recieved.

This is what I get when I use a generic craptacular HP keyboard:
image

The input is captured with KeyCodes

Curiously I'm not getting any keyDown events on Play/Pause, previous or next.

With the Infinity keyboard, I'm not getting any input as far as I can see.

I'm running windows 8.1 pro and Ubuntu-Gnome 14.10

ErgoDox backlight does not match configurator colors

Please change the tab colors on the configurator to match the ErgoDox backlight or vise versa.

I personally am not invested emotionally in what color constitutes what layer, but it should match the configurator,

Switching CTRL and FUN1 leads to nonfunctional CTRL

My apologies if this is the wrong repo for this issue - feel free to direct me to where it should go and I'll happily move it over!

I have an MD1, hacker layout.

I used Kiiconf to switch the position of CTRL and FUN1, in addition to a couple other edits. Here's my resulting layer 0 KLL file that came from Kiiconf:

U"CTRL" : U"FUN1";
U"FUNCTION1" : CONS"PAUSEPLAY";
U"FUN1" : U"CTRL";
U"RGUI" : U"FUN1";
U"RALT" : U"RGUI";

Everything seems to be working fine, minus my control keys (left and right) :(

Here's a screen shot of Kiiconf to give a more direct idea of what I was trying to do:
screen shot 2015-09-18 at 4 10 26 pm
I'm going to be looking into this more over the weekend, figured I would open this up to see if any quick solutions were already known, though. I figure if I just write my own KLL from the ground up and compile I could probably avoid this issue, I'd love to use the kiiconf convenience though!

Thanks in advance 🤘

Assigning a unicode code

Is there a way to assign a unicode code to a key? I actually want to assign an emoji to a key, and figure the easiest way to do that is to assign the unicode code for that emoji, but I'm not sure how to do it. Thanks.

Download Firmware Regression in Commit 8eb801a

Commit 8eb801a changed the folder structure in the tmp folder by adding a new uid to prevent overlapping builds from colliding into the same directory. Unfortunately the call to build_layout.bash does not include this additional string causing build artifacts not to be included in the resulting zip.

I have identified a fix and a pull request will be incoming shortly.

Can't map `/~

I'm using http://input.club/configurator-ergodox to configure my ergodox, but can't seem to assign the grave accent / tilde key. I tried putting it in a couple different places, but it always just acts as the backslash / pipe key. Any help would be greatly appreciated

Is there a way to use non ANSI keys ?

I'm using an AZERTY ISO layout at the moment, and would like to configure my keyboard to use that without writing and compiling my own BIOS, is there a way to use ISO keys ?

Configurator doesn't assign None to cleared keys

If a key is left as the default on the configurator, the resulting kll file will have something like U"5" : U"5";, as expected. But if the key is cleared on the base layer, it won't be put in the generated kll file at all, so it will fall back to the default defined in the scan map rather than doing nothing.

Add Key Rotations in layout configurator

To visually support the Infinity Ergodox it should be possible to rotate keys x Degrees (particularily around the thumb cluster).
Currently, keys can only be arranged in a grid.

Make "Version" a Modal Dialog.

Currently version is a JSON file that forces a download, move it to a modal dialog that puts the JSON into a more consumable format.

Manual Macro/Capability setting for a key

As a pre-cursor to having a sort of fancy macro entry, it would be nice to let the users manually entry macros and capabilities as they would directly using KLL.

To prevent user error, each entry should be cross-referenced with the overall KLL configuration to validate if the name exists or is possible.

Capabilities are easy to cross-reference.
https://github.com/kiibohd/controller/blob/master/Output/pjrcUSB/capabilities.kll

For all possible "Result" definitions, see the KLL spec (https://www.overleaf.com/read/zzqbdwqjfwwf)

Configurator doesn't add kll files to download

When using the live version of the configurator (configurator.input.club), even with no modifications to the default layout, the downloaded .zip only contains kiibohd.dfu.bin, and a log folder with build.log, kll_defs.h, generatedKeymap.h, and buildvars.h.
Looking at the code, it seems like it should have the .kll files included in the archive.

Configurator not handling users with other layouts properly

The issue is that while using Norwegian layout, and presumably other layouts as well. It seams to me an arbitrary different key may be placed presses while pressing some keys using a Norwegian layout. Keep in mind I have not tried flashing a layout that looks wrong deliberately. (still waiting for my Infinity 60% and Infinity ErgoDox). However it does not seam to reflect this quote from the Wiki: The resulting key is what you should assign in the configurator.

Example:

  • while pressing + which is US equivalent as - I get = in the configurator.
  • while pressing \ which is US equivalent as = I get [ in the configurator.
  • while pressing - which is US equivalent as / I get - in the configurator.
  • while pressing ' which is US equivalent as \ I get / in the configurator.
  • while pressing æ which is US equivalent as ' I get ' in the configurator.
  • while pressing ^ which is US equivalent as ] I get ; in the configurator.

I hope the examples suffice there are at least two other wrong, but I cant type them because they include the character used for code in Mardown. The rest seam to be correct, I am fairly certain I tried them all. Also the Norwegian > which is equivalent of british \, but thats really not a big issue and I believe you are aware of that.

Workaround:
User sets their input language to US English while using the configurator.

Proposed resolution:
Get the keys to at least insert the appropriate key, no matter the input language of the OS. Even though they don't match up with what is visible on the key, but they would match up with the US equivalent so it would work.

Resolution most wanted:
Support for different locales. So while using the configurator, you would pick your keyboard locale, and it would display the keys for that locale as well as flash the expected layout.

Will give more information if needed

Add support for ISO key 0x64

Unable to set ISO key 0x64 in the configurator. This is the key that is extra on an ISO keyboard compared to an ANSI keyboard located right of the left shift. For UK ISO this is the \ | key. In my particular case I use Norwegian layouts in my OS and this key is then the < > key.

I presume as a workaround when I get my Infinity ErogDox and Infinity 60% I can manually edit the configurator file and add this key before flashing the configuration, but I don't have my keyboards yet so I have not tried.

Please fix, or if that takes time advice in this matter. Regards!

Add "import" layout feature

It's annoying to recreate the layout every time you want to change the layout.

Ideally it should be possible to import a previously created layout. Though in the short term, perhaps a special url that goes to the cached copy might work well (and is easier to implement).

Reorganize all of the draggable keys

Need to better organize the keys that need to be placed on to the layout by hand. For example:

All function layer modifiers need to be together AND sub categorized in to their usage (lock. latch, shift)
Nav keys should all be together (pgdown/up insert, etc should all be together)

Ergodox LCTRL key does not stay pressed when held.

This is an issue with the Infinity Ergodox.

The LCTRL key (code 0x2C, the lower left key on the left keyboard half) does not stay pressed down when in layers other than the base layer (that is, it registers a press followed by an immediate release). It functions correctly in the base layer.

It doesn't need to be mapped to LCTRL, either; any key I tested seemed to exhibit this problem.

I'm using the right half as the master board, if it matters.

Gist of my keymap, with the LCTRL key bound to stuff in all 7 layers:
https://gist.github.com/CatatonicMan/bf2626e51fc022f6e435

add mouseover help linked to wiki?

Not sure if this is possible but it would be great if you could have hover over pop-ups over various buttons to show help for like "Import map" and the various keys (latch, lock, clear, etc).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.