aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-11-03several improvements for mitosis:datagrok (#1960)Gravatar Michael F. Lamb
* mitosis/datagrok: reduce features from rules.mk * mitosis/datagrok: make both layer keys neighbor shift * mitosis/datagrok: (no-op) tweak some comments * mitosis/datagrok: set baudrate to 250k This requires a corresponding change to the mitosis wireless firmware: https://github.com/reversebias/mitosis/pull/10 * mitosis/datagrok: move design description from code comment to a readme * mitosis/datagrok: new layout, new shifted keys, efficient LED code This is experimental, but compiles and seems to work correctly. * mitosis/datagrok: whoops, move readme.md * mitosis/datagrok: a minor layout improvement simplifies custom-shifted code instead of [, .] [? !], using [, ?] [. !] greatly simplifies the code needed to perform the shifted-key switching. (And keeps , and . on the same keys that they are under qwerty.) also: layout improvements for symbols * mitosis/datagrok: make my code conform to QMK style guidelines * mitosis/datagrok: TODO note for layout table in README * mitosis/datagrok: remove led_set_user until i figure out other changes need to see if the corresponding changes needed in the keyboard-level code is okay. * mitosis/datagrok: simpler layer indicator * mitosis/datagrok: undo change to keyboard baud; make it in my layout dir. * mitosis/datagrok: apply same punctuation hack to qwerty layer * mitosis/datagrok: enable qwerty layer toggle * mitosis/datagrok: update readme
2017-11-03Added hand-swap matrix to the mitosisGravatar M Rawash
2017-11-03have led default to off on start upGravatar Jennifer
2017-11-03make more generic, and properly handle initsGravatar Jennifer
2017-11-02fix a typoGravatar skullY
2017-11-02Do some cleanup for the APIGravatar skullY
2017-11-02use real greater than and less than charsGravatar skullY
2017-11-02fix labelsGravatar skullY
2017-11-02add labels to the clueboard layoutGravatar skullY
2017-11-02Merge branch 'master' of github.com:qmk/qmk_firmwareGravatar skullY
2017-11-02fix the clueboard layout jsonGravatar skullY
2017-11-02fix 2u alignment in info.jsonsGravatar Jack Humbert
2017-11-02update preonic, add info.jsonGravatar Jack Humbert
2017-11-02Document info.json filesGravatar skullY
2017-11-02Fix a typoGravatar skullY
2017-11-01update contributing guidelinesGravatar Jack Humbert
2017-11-01Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality ↵Gravatar dkrieger
(#1948) * Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality and without LED functionality * move mouse layer to DOUBLE_HOLD, add UTIL layer for TRIPLE_HOLD - UTIL layer - currently has "RESET" key and nothing else. - functionality otherwise covered by bootmagic should go here - small bugfix: dispatch of [QTY]_HOLD should be based on range tap count falls in, not exact count.
2017-11-01Added support for Knops Mini (3x2 macropad) keyboard. (#1953)Gravatar Pawnerd
* Added support for Knops Mini (3x2 macropad) keyboard. * Added better documentation, according to the QMK standards. * Fixed typo. * Changed names of files to comply with QMK standards. * Ignored makefile in keymap. * Removed makefiles and added my credentials in the copyrights.
2017-11-01update template readmeGravatar Jack Humbert
2017-11-01update qmk templateGravatar Jack Humbert
2017-11-01ignore more makefilesGravatar Jack Humbert
2017-11-02convert to unix line-endings [skip ci]Gravatar QMK Bot
2017-11-01adds .hex for teensy 2.0 using B0 as resetGravatar Jack Humbert
2017-11-01Add nano switch padGravatar Danny Nguyen
2017-11-01Adds .qmk file type as a target for QMK Toolbox (#1084)Gravatar Jack Humbert
* adds .qmk file type as a target * adds info.json with vendor and product * add files for qmk info script * add layout file for planck * ignore .qmk files * more settings * update rules for avr and chibios * update .qmk generation for info.json and inheritence
2017-11-01Update getting_started_github.mdGravatar Jack Humbert
2017-11-01adds other layouts to rules.mkGravatar Jack Humbert
2017-11-01Merge branch 'master' of https://github.com/qmk/qmk_firmwareGravatar Jack Humbert
2017-11-01update layout macros for planckGravatar Jack Humbert
2017-11-01Fix the json for clueboardGravatar skullY
2017-11-01fixup jsonGravatar skullY
2017-11-01Improvements to documentation (#1919)Gravatar Arialdo Martini
* Typo: Github => GitHub * Typo: windows => Windows, docker => Docker, and some punctuations * "QMK Introduction" links to the right file * "Unix" rather than "UNIX", which is a trademark * Directory name is "keyboards", not "keyboard" * "handwired" is a subdirectory of "keyboards" * Punctuation and minor fixes * macOS rather than Mac * Punctuation and other minor fixes * Vagrant Guide links to an existing file * Jun Wako referenced with his name rather than his nickname * Saxon genitive 's outside the link
2017-11-01adds info.json files to planckGravatar Jack Humbert
2017-11-01Updated personal keymaps (#1945)Gravatar drashna
* Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info * Cleanup macros * Fix odd merge issue * Tweaked RGB lighting stuff * Start to merge orthodox/ergodox keymaps (persistant layers) * Add forced NKRO * Added Colemak and Dvorak layers to default orthodox keymap * Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow * Updated macros and added workman keymaps * Fixed RGB lighting for Workman layout * Add leader keys * Remove force NKRO * Add Viterbi one handed layout and minor tweaks to others * Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts * Made "make" keystroke universal * Clean up and updates of drashna keymaps * Add workman layer to planck * Update to keymaps * Fix accidental commit because I don't know how to git * Fix makefile toggle code in ez keymap Finish adding RGB code to orthodox * missing underscore in init function declaration * Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function * Remove unnecessary planck layout
2017-11-01Add info.json files for clueboard 66Gravatar skullY
2017-11-01Remove extra underscore from MASTER_RIGHT defineGravatar Danny Nguyen
2017-10-31Created Kona Classic config (#1791)Gravatar DangerousParts
* Created Kona Classic config * Fixed KonaClassic config * Updated README * Updated Readme to conform to format standards * Added ANSI and ISO layout options * Fixed images in Readme * Added labels to images * Added absolute links to images in Readme * Image link updates again * Fixed bottom row keys in some layouts * Fixed Grave and Tilde * Fixed Underglow in Kona Classic configs * Renamed KonaClassic to kona_classic
2017-10-31Add Levinson rev2 (#1939)Gravatar Danny
* Add levinson rev2 files * Add hexwire keymap * Remove redefinition of backlight defines
2017-10-31Fix pointing device featureGravatar Rob Rogers
2017-10-31Add 6-ball macropadGravatar Danny Nguyen
2017-10-31Chimera Ortho Readme (#1943)Gravatar GlenPickle
* Added Chimera Ortho keymap * added readme * fixed hardware link
2017-10-31Merge pull request #1915 from dondelelcaro/ergodox_ez_left_ledsGravatar Erez Zukerman
Ergodox ez left leds support
2017-10-31update hand wiring linkGravatar Jack Humbert
2017-10-31Add hexwire keymap for EcoGravatar Danny Nguyen
2017-10-31RETRO_TAPPING (#1922)Gravatar tsankuanglee
* add RETRO_TAP: tap anyway, even after TAP_TERM, if no interruption * consistent variable name * add option doc * change name for consistency * make RETRO_TAPPING default to off
2017-10-31layout(infinity ergodox): dudeofawesome's layout (#1932)Gravatar Louis Orleans
* 🎉 Building simple flasher * 🎉 Flashing works * 🎨 Cleaning up * 🐛 Being more specific with board identity * 🐛 Flashing correct keymap * 🎉 Adding keymap * ✨ Updating keymap * 🚨 RGB * ⏪ Revert "🚨 RGB" This reverts commit 9ceabfb267f8daedaad929231229c703abc12ec4. * ✨ Improvements to flasher * ✨ Layout tweaks * 💄 Messing around with LCD * 💄 Enabling LCD backlight matching * 🔧 Updating layout * 🐛 Fixing console logging * 🎨 Cleaning up indentation * 🔧 Adding editorconfig * ✨ Adding game layer * 💄 Changing numpad layout * ✨🔥 redoing entire layout It's now more similar to the Planck default layout * ✨ add workman and dvorak layouts * 🐛 fix numpad * 🐛 fix layer orders * 🐛 fix layer toggling * 🐛 fix tri-layer switching * 🐛 fix LCD colors for adjustment layers * 🔥 remove old flasher project * 🔥 remove simple_visualizer * 💄 update LCD colors * 📝 fix layout comments * 💄 swapping 2u buttons * 🔥🔧 removing editorconfig * 🚨 using 2 spaces * 📝 add README * ⏪ Revert "💄 Enabling LCD backlight matching" This reverts commit 51577903dfdc9fea5d33e9ab8cfa9b854e7ae19e. * ⏪ Revert "💄 Messing around with LCD" This reverts commit fdd9acdae514a3e0e4a7153225053680744980e5.
2017-10-31Add EditorConfig file (#1930)Gravatar Louis Orleans
* 🔧 add editorconfig This makes supported editors automatically change their settings to match desired code styles * 🔧 add extension recommendation for VSCode This will cause VS Code to prompt the user to install the EditorConfig extension when they open the project. If this is felt to be too opinionated, I can revert it.
2017-10-31Fix Pointing Device code (#1934)Gravatar drashna
* Fix pointer device options when the feature was added, the appropriate option definition wasn't created. This needs to be added to function properly. * Update common_features.mk * missing underscore in init function declaration
2017-10-31fix Logical Maximum to be recognized as 255 instead of -1Gravatar Takayuki Matsubara
SEE ALSO: https://github.com/qmk/qmk_firmware/issues/312
2017-10-31fixed two typosGravatar Zach Burchill
I'm almost 100% sure "else if (state->count = 2) {" was a typo (it should have two ='s for a logical operator), and I'm *pretty* sure "if (state->interrupted || state->!pressed) return SINGLE_TAP;" has a typo. At least, it returns an error on my machine saying something about an unexpected '!'. I changed it to a slightly longer form (i.e., "state->pressed==0"), and that worked fine.