summaryrefslogtreecommitdiff
path: root/users
AgeCommit message (Collapse)Author
2022-02-11[Keymap] Add uqs' keymaps for various boards and ploopy mouse (#16265)uqs
2022-02-09[Keymap] zigotica layout tweaks (#16291)Sergi Meseguer
2022-01-30[Keymap] Add oled improvements and cnano keymap for drashna (#16133)Drashna Jaelre
2022-01-21[Keymap] Drashna's OLED rewrite (#15981)Drashna Jaelre
2022-01-13[Keymap] ericgebhart keymap and userspace updates (#15727)Eric Gebhart
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Drashna Jael're <drashna@live.com>
2022-01-13[Keymap] Misc userspace and keymap improvements (#15844)Reibl János Dániel
2022-01-12[Keymap] Add personal keymap to GMMK Pro ANSI (#15314)Choi Byungyoon
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-01-11[Keymap] Jonavin keymap kastenwagen48 (#15825)jonavin
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Jonavin <=>
2022-01-10[Keymap] AJP10304 layout, add Colemak-DHm layer (#15582)Alan Pocklington
2021-12-29[Keymap] Reorganization, cleanup and readmes for drashna code (#15617)Drashna Jaelre
2021-12-29[Keymap] Add initial Unicorne keyboard layout for bcat (#15613)Jonathan Rascher
2021-12-27zigotica userspace add raw_hid_receive (#14869)Sergi Meseguer
* zigotica userspace add raw_hid_receive * add 3 keys to figma keymap * add 2 keys to vim keymap * improve vim keys * add 3 keys to browser keymap * comment typo * shorten SEND_STRING Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-27[Keymap] Update bcat's keymaps/userspace to share logic, add OLED ↵Jonathan Rascher
functionality, and set up one of my macropads for WFH (#14702) * Add script to build all bcat keymaps at once * Move userspace RGB to separate source file * Move layer handling logic into userspace * Move keycap aliases into userspace * Add OLED userspace library and Lily58 OLED setup * Add Luna keyboard pet, generic OLED pet framework Luna artwork and original implementation by HellSingCoder, licensed under GPL v2.0. See also: https://github.com/qmk/qmk_firmware/blob/6dfe915e26d7147e6c2bed495d3b01cf5b21e6ec/keyboards/sofle/keymaps/helltm/keymap.c * Use OLED on bcat's Crkbd I had to turn off a few unused features to address firmware size limits. * Remove vestigial NK_TOGG keybindings * Add post-render hook to OLED pet API This enables OLED pets to draw custom widgets (e.g., LED indicator status) on top of their animation frames. * Add Isda keyboard pet For future use on my Unicorne keyboard. Unicorn artwork by sparrow666, licensed under GPL v2.0. See also: https://opengameart.org/content/unicorn-2 * Replace OLED timeout implementation with custom The default implementation never lets the OLED turn off if a continuous animation is in progress. The custom one does. * Move keyboard state for OLED functions into struct No change in firmware size, but makes keymaps read a little nicer and enables more functionality in OLED pets. * Enable continuously running OLED pet (for Luna) * Sync OLED state; enable Bootmagic only when needed The new extensible split transport for Split Common finally allows OLED on/off status to be synced between halves of the keyboard. :) Unfortunately, this required disabling Bootmagic Lite to keep my Crkbd under the firmware size limit. (I now after 28 bytes free on avr-gcc version 8.5.0.) So now I'll enable Bootmagic only on keyboards that actually require it, i.e., ones lacking an accessible reset button. * Update 9-Key macropad keymap for working from home * Remove includes redundant with quantum.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Simplify BCAT_OLED_PET makefile logic * Swap some keys on my 9-Key macropad around * Inline spurious variable in OLED code * Remove max brightness that's now set by default The default max brightness is only 120 rather than 150, but that might actually fix some weirdness I've seen with bright white LED settings. * Enable specific RGBLIGHT modes instead of default The general trend these days seems to be enabling only the modes you want, so I'm manually expanding the ones currently enabled by RGBLIGHT_ANIMATIONS. I'd like to try out the TWINKLE mode too, but it seems not to work at all on ARM right now, and all my usable RGBLIGHT keebs are ARM boards. * Reenable RGB_MATRIX animations after #15018 My Crkbd still has a reasonable amount of free space with these: 27974/28672 (97%, 698 bytes free). The RGB_MATRIX_KEYPRESSES effects would put it over the firmware size limit, but I really don't ever use those anyway. * Use new get_u8_str function for WPM display Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-12-27K.O.Y and German layout for several boards (#14991)Paul Scheikl
* Added accent. * Added keymap for 5x6 dactyl manuform on KOY layout * Added xd75 folder that is not in the main repo anymore? * Added keymap for naked48 on KOY layout * Added keymap for splitreus62 on KOY layout * Added keymap for Dactyl Manuform 4x6 with RGB LEDs and K.O,Y layout * Fixed error where handedness was not correctly determined because of combining vbus pins of both controllers. * Replaced dynamic macros bith backspace and delete. * Changed detecting handedness from detecting usb communication to checking a wired pin. This avoids problems when booting the PC, where VBUS is already high, but no communication is happening -> both halves think they are not master. * Update keyboards/handwired/dactyl_manuform/4x6/keymaps/scheiklp/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/naked48/keymaps/scheiklp/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/naked48/keymaps/scheiklp/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/naked48/keymaps/scheiklp/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keymap.c Added copyright * Update config.h * Update rules.mk * Updated files according to PR requests. * Update keyboards/xd75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/xd75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/xd75/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/xd75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Removed duplicate code. Updated copyright info. * Restored readme Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-12-24[Keymap] Jonavin kbd 67 keymap with advance RGB functions (#15527)jonavin
Co-authored-by: Jonavin <=>
2021-12-21zigotica userspace rows tweak: TAB in default STENAI layer, ESC in sym/fn ↵Sergi Meseguer
layers (#15525)
2021-12-14[Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415)Drashna Jaelre
2021-12-13Update noroadsleft userspace and keymaps (2021-12-13) (#15470)James Young
* remove macroMode functionality * update kbdfans/kbd75/rev1:noroadsleft keymap - replace `_______` instances with `XXXXXXX` on System layer - add line breaks between keymap layers
2021-11-30Remove deprecated defines from my keymaps (#15353)Mats Nilsson
2021-11-28[Keymap] Unicode and cursor sync - drashna keymap (#15328)Drashna Jaelre
2021-11-28Enable RGB Matrix animations being used (#15338)stanrc85
2021-11-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-11-17[Keymap] updates for oled, and diablo 2 layer - Drashna (#15194)Drashna Jaelre
2021-11-15Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre
2021-11-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-11-10Updates to drashna keymap and minor updates to tractyl manuform (#15101)Drashna Jaelre
2021-11-09Merge remote-tracking branch 'upstream/master' into developJames Young
2021-11-09Update noroadsleft userspace and keymaps (2021-11-09) (#15099)James Young
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young
* remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
2021-11-02[Keymap] Fix missing return for oled task in drashna userspace (#15012)Drashna Jaelre
2021-11-02[Core] Change OLED task function to be boolean (#14864)Drashna Jaelre
* [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
2021-10-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-30[Keymap] Disable in-switch RGB when computer goes to bed (#14993)MechMerlin
2021-10-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-30[Keymap] Jonavin userspace encoder alt tab scrolling (#14979)jonavin
Co-authored-by: Jonavin <=>
2021-10-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-29[Keymap] ajp10304: add mouse scroll keys (#14953)Alan Pocklington
2021-10-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-25Remove unused KEYBOARD_LOCK_ENABLE from rules (#14920)Drashna Jaelre
2021-10-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-23[Keymap] Add logo to riblee userspace (#14875)Reibl János Dániel
2021-10-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-22[Keymap] Simplify unicode input mode change and CTRL and GUI swapping (#14874)Reibl János Dániel
2021-10-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-22[Keymap] Jonavin userspace keymap updates INVERT_NUMLOCK_INDICATOR (#14880)jonavin
Co-authored-by: Jonavin <=>
2021-10-20Tidy up LCD_ENABLE/visualizer references (#14855)Joel Challis
* Tidy up LCD_ENABLE/visualizer references * Fix up my (333fred) ergodox keymap with new LCD driver Co-authored-by: Fredric Silberberg <fred@silberberg.xyz>
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-15[Keymap] Update Miryoku (#14827)Manna Harbour
2021-10-15Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2021-10-15[Keymap] Drashna Keymap Updates (#14842)Drashna Jaelre
* Fix issues with user split transport code * Improve OLED (More font stuff, improved keylogger, etc) * Add `KEYLOCK` macro to disable USB, borrowed from command feature. * Convert Kyria fully to proton C (no more AVR kyria) * Add Work Louder Work Board keymap