Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/qmk/qmk_configurator

The QMK Configurator
https://github.com/qmk/qmk_configurator

Load default using the keyboard name

- takes keyboard name and replaces / with _ and adds _default.json
- prints an error if the fi...

f8ee7985da6f10180646898750493333e637aa39 authored over 6 years ago
Update eagle_viper_v2_default.json

f2da655eea8a3a552aa62d5635e21b4b8181a9fd authored over 6 years ago
Add files via upload

61ab8f505102415ca6e15592315f73a335a506a8 authored over 6 years ago
Update planck_default.json

658ebfe15dcf99b5c3080d7e0701ac2fa0be4d98 authored over 6 years ago
Issue #82 scaling on FF

- Reset the config when we reset the keymap
On FF the route change doesn't fire unlike Chrome....

639f74d5752b285a4ce7c24063a0034c1b734cae authored over 6 years ago
Change layout bugs

- Wait for load layout to finish before changing UI.
Uses promise returned by http GET. (Iss...

b0cb91d083f845f9f003b6d5049d26af8fa872e3 authored over 6 years ago
Issue #75 Add an Server Status Bar

- polls the new Server status API at /api/v1
- randomizes the poll interface 25 seconds +/- 5 ...

49dff889e2b19d222d1df573f34389a1f7484500 authored over 6 years ago
Issue #76 prevent nested keycodes for now

@jackhumbert says while there are some valid use cases for nested
container keys, we don't curre...

55add7a202ad4bd3f81b91944de241bd8e3abd3d authored over 6 years ago
Add link to Keycodes reference page (#70)

* Add link to Keycodes reference page

* add target="_blank"

a5cbba2023271289a76b7561f092b9e8c52c4937 authored over 6 years ago
Fix issue 66

- correct visual value, underlying code was actually correct
- fix keyboard mapping

d4ce0db261068243b0fbb205750d5926334c78b7 authored almost 7 years ago
Fix for Issue #61

- Change layout to Keymap
- Change Download to Export
- Fix some capitilization consistencies.
...

80ac1f16803d4bd9d330664da2303eaa32bd6680 authored almost 7 years ago
Bug Fixes Issue #53

- Symptom: unable to use input text boxes
- Cause: keypress library was intercepting all keypr...

cb6c5ee6e3048ac908e1be77506159393648fe9d authored almost 7 years ago
Add keyboard bindings for selected keymap

Add keys mappings based on keycodes configuration.
Generates keypress.js configuration and confi...

90daefdfea57c16126b8b1968faf640ea7807501 authored almost 7 years ago
Add two multimedia keys

Add the following multimedia keys:
- Previous \(Is Windows specific, which follows the conventio...

1f70b4107efc61525ae2cf261d246c3a28bd9bde authored almost 7 years ago
Dirty keymap checks

Add dirty keymap checks to:

- switching keyboard
- switching layout
- importing layout
- lo...

1c82d4ec545aa4b20244897aba34082804a2dded authored almost 7 years ago
Encapsulate keymap

Move all keycap data structure mutation into it's own class. This is the
first step to doing dir...

fa1f81476e4cfc91173850f56b33f6dcd716c49d authored almost 7 years ago
Load readme on loading a keyboard

- use monakai colors for status
- use new readme API to load keyboard markdown into status whe...

49c338272a7c2c7fd6173371730ed67b78bfc768 authored almost 7 years ago
Scale Keymap dynamically

There is only about 775px of space in the layout for a keymap. Until we
redesign the layout to u...

5a7d098e16e33d697f28a5ad94d75e159540bdf5 authored almost 7 years ago
Use the same scaling formula everywhere

The larger keys use a different scaling formula than expected. Extract
this into a function and ...

cce9f5106cea229ef85f63358e3096f117180868 authored almost 7 years ago
Scale the keymap correctly

- preserve KLE scaling factor
- use when rendering dragged keys

7e2778ad4d5a972317579f83909075aaa7921a2d authored almost 7 years ago
Issue #37 Two Click Keymapping

- click to select a visual-keymap location and then click keycode map
- drag keys between othe...

af30cc26d885f91df07033c76512e2c3bb5e3217 authored almost 7 years ago
Introduce defaults object

8043459b4ff8de960db1e35377594d39d28b4cbd authored almost 7 years ago
Issue #38 duplicate label for SAT +

4246f4c0c86ecd55dc8c866a812a826a606abd0d authored almost 7 years ago
Cache keycode lookups

The current keycode lookup code does a linear, O(n), find to search the
keycode list. Adding m...

5323c7fed0a98708f7c4d4a57220b7d335184c65 authored almost 7 years ago
Issue #33 reset active layer to 0

- fixes UI state being incorrect on Load Default or Import Layer
- resets current layer to 0
...

8597fa98b4721ece6d1cfaa66721f2bc68774b0f authored almost 7 years ago
Loading default keymap highlight layers

- add lodash as a script dependency
- add classes to index the layers to markup
- if a lay...

02795680e2ace429b4ae86a49818b1e9aa88e018 authored almost 7 years ago
DRY principle: use Any definition key from keycodes

675d99cbd79adcbe461528ce38b8cc6a80697516 authored almost 7 years ago
Issue #24 Clearing Status between keyboards

- use $status.html() to clear DOM. $status.val() causes the DOM to stop
updating.
- also pr...

dca9350b22d8a0e8d42dbbee1d7920f6e808800d authored almost 7 years ago
Handle Unknown keycodes more gracefully

Instead of skipping keycodes we don't recognize, automatically convert
them into Any key definit...

2ecf418e4f7efe6262474422f1fdfa823c18ecb7 authored almost 7 years ago
Hid arrows on number input. (#25)

* Fixed a comment

* Added a task needed to be done

* Removed arrows from number input

*...

0ca80b5844262928fb0c49214f8d5fa20abaed55 authored almost 7 years ago
BUG: fix dragging

- wait until the elements exist before finding them

df54f819133e28e84d17e7865efe0af9cbe994c9 authored almost 7 years ago
Extract jQuery references

- pull jquery DOM lookups into variables
- use those references
- add stats on loading defaul...

742ca728b846eeb107b9ca2a5873510b2a99b990 authored almost 7 years ago
Catch errors in keycodes (#21)

* Catch errors in keycodes

While loading a converted keymap that contains unknown codes,
l...

8c3acb6b825bc74ff8357dfdf6ec3782fc7891d6 authored almost 7 years ago
Create .editorconfig (#20)

* Create .editorconfig

* Update .editorconfig

21bb06b2c7f17d9e15005bb3bc135bf8cba2e8e2 authored almost 7 years ago
Merge branch 'master' of github.com:qmk/qmk_configurator

0d933630e2681cc3b844e3c1a7d4803ff88d825b authored almost 7 years ago
Load default keymap for Planck (#19)

d36d4445d69567e0a440d14c821d1effba3dd586 authored almost 7 years ago
default settings

bbf9470223f99915e9aca275182615b47d560feb authored almost 7 years ago
default settings

51eba4eea9b0abf0f17b1738f74243e0125a53ef authored almost 7 years ago
default settings

9eb30b53f4ae27def6435b1ee8e2bd04205afcd3 authored almost 7 years ago
default settings

facf38b8f8449e87c638996ee8e80ad628a20ae0 authored almost 7 years ago
default settings

0efca69c3704abca37f13627cc804779558d6176 authored almost 7 years ago
Refactoring script.js

- define variables for the backend_baseurl, backend_keyboards_url and
backend_compile_url so...

2811e0161c92b855443edd30210acc6224b4916f authored almost 7 years ago
default settings

a1f950b34dd722d98dca0ad6df8f25286fba787e authored almost 7 years ago
default settings

7485acd5c74b54e17fe58d2799acf24c99ee17fc authored almost 7 years ago
default settings

d940a4b2dbe52556021825738b273914f8fd533e authored almost 7 years ago
default settings

3afd822bcd944f96fb3245aa10a4f73a2137b803 authored almost 7 years ago
default settings

9f82aeb973e7dfb887f3108100fa21da41f9dedd authored almost 7 years ago
default settings

9300e36c6505bcdd99698f04ebfe5f6b96097f18 authored almost 7 years ago
default settings

40928231fe11a14700ac8ff0e261dc9f0a284f14 authored almost 7 years ago
default settings

228c5780c6825d5742402307e12de0e3b64d9fab authored almost 7 years ago
add a default

b4245fddc2468ff24913dcfafe4e2d712cdc1945 authored almost 7 years ago
update urls to https

683bb89487187171643b0d4df4902ad255342e9c authored almost 7 years ago
Clean up eslint warnings (#16)

* Clean up warnings

- use snake case
- clean up warnings
- declare variables instead o...

ff6062f46fb5cee59a0ad49be318589ec8ce9520 authored almost 7 years ago
mod script

bc6229940573f5160e55f3f411ff49bf672f44f2 authored almost 7 years ago
dos2unix

bf06f4aefbf9180a59d82dae986110a2f2fd956e authored almost 7 years ago
update script

abedf9bbd22168a3fb266a60b11c91f87ed7fcf5 authored almost 7 years ago
add travis script

0cdf247a0a5e516b04e208e253141b7bb269a7bd authored almost 7 years ago
slim down for master

03b6986b08510d609c62ddba0dc63295845f63e7 authored almost 7 years ago
Some suggested configuration changes

- run code through Prettier for consistent formatting
- add eslint configuration
- add a skel...

37b8a86d05f644caebe5a6b28ab7ba25ebcb2691 authored almost 7 years ago
Added RGB keycodes to the configurator. (#14)

* Added Import and Export layout functionality

* Added basic RGB keycodes

* Added individu...

b6c9fd46d0b6db151646912d4ca7fccb272d8bb2 authored almost 7 years ago
Added Import and Export layout functionality

575a0910b0d81157c0ac343fdb016b5fd031066c authored almost 7 years ago
adds any key

7ae88521b12cbed6f6f66bd93924277c1f839b5d authored about 7 years ago
Merge branch 'gh-pages' of github.com:qmk/qmk_configurator into gh-pages

393a3514c3f49404f3bc34acd5b7cd1fede3e913 authored about 7 years ago
split into separate files

ed569f66c10780f0b654341af563fc2406483336 authored about 7 years ago
Add Gitter badge

003dc3331afe6d4100d0d7bcb1f9f41fd6fb266a authored about 7 years ago
UI improvements

d7421d1764fe2fc13df657e68ca212820a139702 authored about 7 years ago
add other layer mod stuff

a579164ae5197bb2ac9d52a94c594e72b111d11f authored about 7 years ago
fixed keymap

3df90a649ab55e0821b3a1ff3f188dee1f839b69 authored about 7 years ago
json tweak

66cc5317596773c37753b57c1779f2fa9fc56286 authored about 7 years ago
add some (kc) stuff

5c9901e52eeb042040f5b5c1fa70266df00fa486 authored about 7 years ago
pull layout from hash

996de0ab1ae87e0b744b6a95b4fdec46279dfa07 authored about 7 years ago
style controller, hashes

643d6c061e9a508a3d5c7c55f3255e0e02d6ad47 authored about 7 years ago
unstyled mess, but working

4694c3773536deb77b48cbc262ae4a495afdce41 authored about 7 years ago
add jquery

2f60c219079c3aff66d04a4793dea549d41f4b3b authored over 7 years ago
no feed

b6e837ef3f480ac949f48fe4bbea0147d10f64e3 authored over 7 years ago
name folder correctly

0b4b3e325c05ce3b807a553f37306e0960fc036d authored over 7 years ago
md instead of html

4c893ffdeeb8d8f242970e848a20be4964bd2465 authored over 7 years ago
initial commit

6355106c5639e64f1ae57ac3bd0239fd77e81626 authored over 7 years ago