-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bocaj Layout and Userspace Refactor #4753
Merged
Merged
Commits on Apr 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 59c6870 - Browse repository at this point
Copy the full SHA 59c6870View commit details
Commits on Apr 11, 2018
-
* Various tweaks for some Input:Club build processes * change KEYMAP to LAYOUT for all new keyboards made using this script * Add support for rev3 of the Atom47 (#2672) * Added support for rev3 of the Atom47 * Updated Atom47 readme's * Fix redefine error on rev2 and add maartenwut's keymap * Fix redefine error on LEdiodes keymap * Add Nyquist keymap (#2692) * nyquist * danielhklein nyquist setup * shift left controls * remove readme * cleanup before pr * ready for pr * Adds Phantom TKL support (#2696) * Add an info.json to phantom keyboard * Add layouts - KEYMAP_WINKEYLESS - KEYMAP_7BIT - KEYMAP_ISO - KEYMAP_ISO_WINKEYLESS * Add key_counts * Add 2 missing F-Row keys * Add TKC1800 info.json Created an info.json for the tkc1800. * Clueboard 60 info.json - adds - LAYOUT_60_ansi - LAYOUT_60_iso - KEYMAP_AEK - KEYMAP - LAYOUT_60_ansi_split_bs_rshift * Add the Speedo keyboard * Fix KC60 info.json file (#2707) * change KEYMAP to LAYOUT in all the KC60 files * Redo the info.json file * Small fixes to TKC1800 - adjust F-row to use 0.25 spacing - split left shift - add key_count * Fix some Configurator Warnings regarding LAYOUT vs KEYMAP (#2708) * change diverge 3 KC_KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for handwired arrow pad * change M10A to LAYOUT for m10-a * Change KC_KEYMAP to LAYOUT_kc and KEYMAP to LAYOUT for mf68 * change KC_KEYMAP to LAYOUT for nano * Refactor to LAYOUT * refactor to LAYOUT-ansi and LAYOUT_iso for s65 * LAYOUT conversions for lfkkeyboards * missed a few renames * mini1800 for lfkeyobards support of LAYOUT * Improve state/chord handling and clean up namespace Some values that can never, ever, change were held in local variables, rather than in PROGMEM. Fixed. Change "pressed" to a signed int so the test for < 0 makes sense, and to avoid possible weird failure modes in the case where a key release comes in when pressed is already zero. (Shouldn't happen, sure, but computers are weird.) A lot of things in process_steno had external linkage for no particular reason. They've been marked static. Stuff still builds. Distinguish between currently-held keys and keys that have been held, and expose these values through a nicely-named API so other code could, say, check on the current set of steno chording in order to make displays. Also in passing fix up the "state" value having external linkage so it could clash with other people's variable declarations. The API also provides hooks for key processing and steno chord events, so you can monitor those events without having to run in matrix_scan_user and recheck the values directly. Also document these. There is no path through processing a key that doesn't end with a return false, so the nested return foo() are gone and we just return false. * Pull information from config.h and rules.mk (#2711) * Pull information from config.h and rules.mk * Readd the kbd75 maintainer * Remove obsolete info.json entries (#2712) * Clean up some long-standing errors when populating the API (#2715) * More Configurator Warning Fixes (#2716) * mf68_ble did not have the correct .c and .h files * Fix JC65 KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for s60_x * Convert KEYMAP to LAYOUT for lets_split boards * Convert KEYMAP to LAYOUT * more fixes to keymap for iris * convert KEYMAP to LAYOUT for levinson keyboard * change losinggeneration's KEYMAP to LAYOUT * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for nyquist * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for viterbi * convert KEYMAP to LAYOUT * convert KEYMAP and its subsidiries to the LAYOUT standard * convert KEYMAP and its subsidiries to the new LAYOUT standard * Normacos keymap for let's split keyboard (#2691) * Cheers let's split keymap * fixed typo on norman layer of cheers keymap for let's split * fixed right handed mappings for home row * cheers keymap for let's split redefinition * updated Cheers keymap for let's split * cheers keymap for let's split updated with some terminal macros * renamed cheers let's split keymap to a more appropriate normacos * updated normacos keymap doc / removed non functional keys * reset let's split rules to default values * added more spotlight search macros * normalized keymap comments * Moved numpad on lower layer * hhkb jp personal keymap (#2698) * Add JJ40 Cockpit personal keymap (#2713) * Add JJ40 Cockpit keymap * Fix lower layer symbols * Add readme for "major" keyboards to eliminate more QMK Configurator errors (#2718) * add readme to ktype keyboard * add readme to m10a * add readme to mini1800 * add readme to parent directory
Configuration menu - View commit details
-
Copy full SHA for eeba0ce - Browse repository at this point
Copy the full SHA eeba0ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for b17fa50 - Browse repository at this point
Copy the full SHA b17fa50View commit details -
Merge pull request #2 from JacobJerrell/revert-1-master
Revert "Pull in Upstream"
Configuration menu - View commit details
-
Copy full SHA for 0a945eb - Browse repository at this point
Copy the full SHA 0a945ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b7e1e9 - Browse repository at this point
Copy the full SHA 9b7e1e9View commit details
Commits on Apr 20, 2018
-
- Gave up on Tap Dance for ' -> ' + Added another 'Secret' + Add ' -> ' to the Swap Hands key + Add Swap Hands to the ' -> ' key + Made Hand Swapping a momentary toggle - Removed Auto Shift + Added Layer Toggle to KC_QUOTE for the _TOOLS layer - Disabled Tap Dance
Configuration menu - View commit details
-
Copy full SHA for 3aaab4e - Browse repository at this point
Copy the full SHA 3aaab4eView commit details
Commits on May 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6211b78 - Browse repository at this point
Copy the full SHA 6211b78View commit details
Commits on May 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 638c005 - Browse repository at this point
Copy the full SHA 638c005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 850f7c6 - Browse repository at this point
Copy the full SHA 850f7c6View commit details
Commits on Jul 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 603f9e2 - Browse repository at this point
Copy the full SHA 603f9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10dd01f - Browse repository at this point
Copy the full SHA 10dd01fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e106f84 - Browse repository at this point
Copy the full SHA e106f84View commit details -
Remove 'secrets'. Remove 'sendstring_workman.h' and set related layer back to qwerty due to macro compatibility issues
Configuration menu - View commit details
-
Copy full SHA for b46a20e - Browse repository at this point
Copy the full SHA b46a20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b94845e - Browse repository at this point
Copy the full SHA b94845eView commit details
Commits on Jul 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cbc7673 - Browse repository at this point
Copy the full SHA cbc7673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a18c6 - Browse repository at this point
Copy the full SHA 59a18c6View commit details
Commits on Jul 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cb723cc - Browse repository at this point
Copy the full SHA cb723ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9414e91 - Browse repository at this point
Copy the full SHA 9414e91View commit details
Commits on Aug 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 23898fd - Browse repository at this point
Copy the full SHA 23898fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for beb30dd - Browse repository at this point
Copy the full SHA beb30ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4539a7 - Browse repository at this point
Copy the full SHA a4539a7View commit details
Commits on Aug 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 90b1506 - Browse repository at this point
Copy the full SHA 90b1506View commit details
Commits on Oct 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b8261d1 - Browse repository at this point
Copy the full SHA b8261d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b52ee - Browse repository at this point
Copy the full SHA e7b52eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2f2f4 - Browse repository at this point
Copy the full SHA 7a2f2f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9734427 - Browse repository at this point
Copy the full SHA 9734427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0ba55 - Browse repository at this point
Copy the full SHA 4f0ba55View commit details -
Configuration menu - View commit details
-
Copy full SHA for de4d404 - Browse repository at this point
Copy the full SHA de4d404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f99d4d - Browse repository at this point
Copy the full SHA 8f99d4dView commit details
Commits on Oct 30, 2018
-
- Extended pretty_osx and pretty_win wrappers to allow modification of the bottom rows and thumb clusters. - Fixed already wrapped layouts to align with the change - Wrapped _NUMS and _CLICKY layers with the _osx wrapper because I main with a Mac
Configuration menu - View commit details
-
Copy full SHA for 41e6e4d - Browse repository at this point
Copy the full SHA 41e6e4dView commit details -
Small documentation updates, added KC_MAKE from Drashna's layout, added KC_LOCK back to the diablo layer.
Configuration menu - View commit details
-
Copy full SHA for 8bf314e - Browse repository at this point
Copy the full SHA 8bf314eView commit details
Commits on Oct 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 37cdbc6 - Browse repository at this point
Copy the full SHA 37cdbc6View commit details
Commits on Nov 7, 2018
-
Put wrappers in userspace and added RESET keycode to the Adjust layer
Configuration menu - View commit details
-
Copy full SHA for c1d2a9c - Browse repository at this point
Copy the full SHA c1d2a9cView commit details
Commits on Dec 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 36b975a - Browse repository at this point
Copy the full SHA 36b975aView commit details -
Updates to Bocaj config & keymap; Fixed problem with process_leader.c
- Made lots of changes to the bocaj layout and userspace - Pulled in latest upstream/master - Attempted to compile with latest and found an unneccessary `break` in process_leader.c
Configuration menu - View commit details
-
Copy full SHA for 99eba51 - Browse repository at this point
Copy the full SHA 99eba51View commit details
Commits on Dec 24, 2018
-
Bocaj - Updates to Layout and Userspace
* Adjust LEADER_TIMEOUT to 350 * Put KC_GRAVE on _ADJUST layer * Eliminate _LOWER layer and associated definitions * Adjusted layer indicating LEDs to match changes * Fixed Diablo leader sequence * Added build info leader sequence * Got rid of obsoleted IGNORE_MOD_TAP_INTERRUPT/PERMISSIVE_HOLD/PREVENT_STUCK_MODIFIERS (may add STRICT_LAYER_RELEASE in the future)
Configuration menu - View commit details
-
Copy full SHA for f5e36bf - Browse repository at this point
Copy the full SHA f5e36bfView commit details -
Not sure what in my VSCode config always brings this one in
Configuration menu - View commit details
-
Copy full SHA for 5184a40 - Browse repository at this point
Copy the full SHA 5184a40View commit details
Commits on Dec 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4d132aa - Browse repository at this point
Copy the full SHA 4d132aaView commit details
Commits on Dec 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4d2b630 - Browse repository at this point
Copy the full SHA 4d2b630View commit details
Commits on Dec 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2a08975 - Browse repository at this point
Copy the full SHA 2a08975View commit details -
* Made LED_2 brighter if both CTRL & GUI are being held * Enabled unicode because I got it to work in Mac OS * Finalized Build Info leader combination after testing in Mac OS * Not sure why KC_D3_1 was set to ASDF if !TAP_DANCE_ENABLE. So I changed that back * Experienced issues with `EXTRAFLAGS += -flto` using Docker in MacOS. Not sure what it does, but I don't seem to be missing anything * Wrote obligatory readme.md files and mentioned Drashna too many times... I don't think I can actually take credit for much of anything here.
Configuration menu - View commit details
-
Copy full SHA for 0ce51d0 - Browse repository at this point
Copy the full SHA 0ce51d0View commit details
Commits on Jan 2, 2019
-
Made LED changes, added LM_DFLT which is similar to the grave macro, enabled retro tapping, working on a unicode idea -- currently fails to build.
Configuration menu - View commit details
-
Copy full SHA for 6220995 - Browse repository at this point
Copy the full SHA 6220995View commit details -
- Continuation of implementing unicode switching based on default layer - Slight adjustments to _DIABLO and base wrapper because LM_DFLT macro didn't function as I'd hoped
Configuration menu - View commit details
-
Copy full SHA for cedfa6b - Browse repository at this point
Copy the full SHA cedfa6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for be0de32 - Browse repository at this point
Copy the full SHA be0de32View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.