summaryrefslogtreecommitdiff
path: root/users
AgeCommit message (Collapse)Author
2022-10-19Adjust oled gen to fix flashing on timeout (#18747)Tyler Thrailkill
Fixes an issue in Ocean Dream that causes flashing after the oled screen times out and turns off. This occurs because writing to an OLED screen turns it on as well and we are both writing then immediately turning the screen off, but only if the timeout has occurred (no WPM, 30 seconds has passed).
2022-10-18[Keymap] manna-harbour_miryoku RESET to QK_BOOT (#18755)mmccoyd
Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>
2022-10-15fix: Remove OLED support (#18719)Reibl János Dániel
* fix: Remove OLED support * redundant files Co-authored-by: zvecr <git@zvecr.com>
2022-10-10[Keyboard][Keymap] Fix random keys being sent on Mac + userspace changes ↵Artjoms Rizihs
(#15648) * qmk art 2020+ * fix compilation * remove functions. translation matrix * fix edgecases * whitespace * fix memory oddity changing the keymap with every string print * return edge cases * support workman layout for git strings * subm * secrets * fix git ignore * rename var * workman HW feature toggle * remember lenght for inserting secrets * blink leds on secret finish * 75:fix LEDs not reflecting state on boot * move common led functions to user file * move common led funcs to separate file * move funcs file to separate folder * capsword * move string functions to a separate file * consolidate led funcs * tidy up variables * email * fix printing random keys on Mac + temp disable dynamic macro * make switch lang shortcut configurable * revert ergodone behaviour * move git ignore to userspace folder * ergodone clean up + saving space * navigation combos * shift caps always turns on caps lock. more combos * convert led funcs into header file * convert string funcs into header file * fix compilation for split75 * remove git cherry pick * update legal headers * more legal headers * home row macros * refactor combo names * redo combos for homerow + f10 11 12 * custom strings implementation (like secrets) * ergodone: more consistent f keys * tweak left right combos to minimise typing interference * ctr z shortcut * ergodone: move del to a more convenient key * rename secrets file to a shorter length * ergodone tweaks * fix after merge * removed included .c files * Update keyboards/ktec/ergodone/keymaps/art/user_config.c.example * Update keyboards/mt/split75/keymaps/art/user_config.c.example * Update users/art/secr.h.example * Update users/art/custom_definitions.h.example * Update users/art/art_user_config.h.example * Update users/art/art.h
2022-09-29[Keymap] Personal user space code and keymaps by ZyBeR (#18512)ZyberSE
Co-authored-by: ZyBeR <n/a>
2022-09-25[Keymap] Tune mod tap configuration for dshields home row mods (#18458)Daniel Shields
2022-09-18Add home row modifiers to dshields keymaps. (#18376)Daniel Shields
2022-09-18FIx ARRAYSIZE def and Murphpad string array (#18392)jonavin
Co-authored-by: Jonavin <=>
2022-09-02[Keymap] Fix bootmagic compilation issue with Drashna keymaps (#18223)Drashna Jaelre
2022-08-28[Keymap] Drashna keymap updates for 0.18.0 (#18184)Drashna Jaelre
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-08-28More spidey3 userspace cleanup (#18049)Joshua Diamond
2022-08-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-21Add pcewing Speedo v3 keymap (#18118)Paul Ewing
* Add pcewing Speedo v3 keymap * Add readme and code quality improvements
2022-08-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-13Updated gourdo1 GMMK Pro keymaps (#17873)gourdo1
* Fixed Left Shift tapdance in general and for gaming mode. (#12) * update ISO readme * left shift fixed in general, including for gaming mode * fixed toggle menu rendering on ISO layouts * updated readme's and cosmetics * update readme's * update readme's again * readme cosmetics * consolidate readme's * more readme cosmetics * clarification for bootloader mode on ISO * Autocorrect added with 400 word English dictionary (#13) * autocorrect added with 400 word dictionary * update readme's for autocorrect * Add FN-B as shortcut to bootloader * Update .gitignore Co-authored-by: Joel Challis <git@zvecr.com> * RGB changes to system numlock and ISO extended alphas - hide system numlock off indicator (primarily for Mac users) by moving it to numpad and FN layers instead - give users with extended alpha ISO languages a config option to add RGB highlights for extras alphas on capslock * readme updates * Fixed [FN]B and [FN]N shortcuts not working on numpad layer Co-authored-by: Joel Challis <git@zvecr.com>
2022-08-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-07csc027/keymap-updates (#17881)csc027
* Reverted to most usable configuration for RDP usage. * Added some HSV color definitions without the value portion to allow using the existing value. * Switched to using HSV and HS color definitions. * Added media keys to the convenience layer. * Updated make rules to enable media keys. * Cleaned up planck make rules.
2022-08-06Update ginkgo65hot to allow use of community layouts (#17911)Joshua Diamond
2022-08-06[Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann
`QMK_KEYS_PER_SCAN` (#15292)
2022-08-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-03Userspace: muppetjones (#1) (#13461)Stephen J Bush
* Userspace: muppetjones (#1) Add and update lily58 to work with userspace Add and update kyria keymap to work with userspace Add and update planck keymap with userspace Add etchamouse code and docs to userpace Add userspace Update mouse encoder for smoother movement. Encoder + mouse Added casemodes by andrewjrae * Rollback lily58 state reader and add missing GPL * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> * fix lily58 keymap * Updates to user and lily for muppetjones. Updated parameters for etchamouse for smoother mouse movement. Updated lily keymap and userspace to actually work together. * Update keyboards/lily58/keymaps/muppetjones/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Updated keymaps and userspace * Little more cleanup. * Update keyboards/lily58/keymaps/muppetjones/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Rollback accidental libchibios update * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Update kyria keymap * Move kyria keymap to splitkb/kyria * Update planck keymap * Remove all changes to keyboards/lily58/lib/layer_state_reader.c * Update lily58 keymap * Recommended change * Update keymap readme * Update kyria keymap and userspace * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Renamed users/muppetjones/README.md to lc * Update keyboards/lily58/keymaps/muppetjones/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-07-31Migrate crkbd keymaps to oled driver (#17863)Joel Challis
2022-07-30Default rgblight (#17855)Joshua Diamond
* better rgb bindings; improve default * trim firmware size
2022-07-30More glyph transformations for spidey3 userspace (#17854)Joshua Diamond
* add bold and blackboard bold glyph transformations * trim firmware size; cformat * fix typo in macro * trim firmware size a bit more
2022-07-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-25[Keymap] Add ollyhayes keymap (#16632)Olly Hayes
2022-07-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-18Update noroadsleft userspace and keymaps (2022-07-18) (#17714)James Young
* kbdfans/kbd75/rev1:noroadsleft - remove LAYOUT_75_ansi_wkl definition * coseyfannitutti/discipline:noroadsleft - change KC_GESC to KC_ESC * update Quantum keycode instances in noroadsleft keymaps - `RESET` -> `QK_BOOT` - `EEP_RST` -> `EE_CLR` - `DEBUG` -> `DB_TOGG` * create and add G_PWD macro
2022-07-19Remove full bootmagic config (#17702)Joel Challis
2022-07-05Allow for `keymaps` array to be implemented in a file other than ↵Nick Brassel
`$(KEYMAP_C)` (#17559)
2022-07-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-03[Userspace] Add support for additional Mechlovin Adelais PCB version to my ↵stanrc85
userspace (#17547)
2022-07-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02[Keymap] Updates to drashna Keymaps and Userspace (#17543)Drashna Jaelre
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02[Userspace] Add Nasu to userspace code (#17524)stanrc85
* Define Nasu indicator pins in userspace * Add userspace indicator code to Nasu
2022-07-03Merge remote-tracking branch 'upstream/master' into developNick Brassel
2022-07-03[keymap] Update gourdo1 keymap for Q2 changes (#17398)gourdo1
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02Update massdrop/alt:charlesrocket (#17297)-k
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02[Keymap] Add prog_qgmlwb keymap (#16890)David Kristoffersen
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02[Keymap] Update Miryoku (#16482)Manna Harbour
2022-07-02Merge remote-tracking branch 'upstream/master' into developNick Brassel
2022-07-02Userspace and keymap update for user bbaserdem. (#14484)Batuhan Baserdem
2022-06-24Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition
2022-06-19Make default layer size 16-bit (#15286)Drashna Jaelre
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2022-06-13tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen
2022-05-30Removes terminal from QMK. (#17258)Nick Brassel