summaryrefslogtreecommitdiff
path: root/users
Commit message (Collapse)AuthorAge
* Allow for `keymaps` array to be implemented in a file other than ↵Nick Brassel2022-07-05
| | | | `$(KEYMAP_C)` (#17559)
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-03
|\
| * [Userspace] Add support for additional Mechlovin Adelais PCB version to my ↵stanrc852022-07-03
| | | | | | | | userspace (#17547)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-03
|\|
| * [Keymap] Updates to drashna Keymaps and Userspace (#17543)Drashna Jaelre2022-07-02
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-02
|\|
| * [Userspace] Add Nasu to userspace code (#17524)stanrc852022-07-02
| | | | | | | | | | * Define Nasu indicator pins in userspace * Add userspace indicator code to Nasu
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-07-03
|\|
| * [keymap] Update gourdo1 keymap for Q2 changes (#17398)gourdo12022-07-03
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-02
|\|
| * Update massdrop/alt:charlesrocket (#17297)-k2022-07-02
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-02
|\|
| * [Keymap] Add prog_qgmlwb keymap (#16890)David Kristoffersen2022-07-02
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-02
|\|
| * [Keymap] Update Miryoku (#16482)Manna Harbour2022-07-02
| |
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-07-02
|\|
| * Userspace and keymap update for user bbaserdem. (#14484)Batuhan Baserdem2022-07-02
| |
* | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition2022-06-24
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-19
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-13
| |
* | Removes terminal from QMK. (#17258)Nick Brassel2022-05-30
|/
* [Keymap] Drashna update for post Q2 merge (#17241)Drashna Jaelre2022-05-30
|
* [Keymap] Update sethbarberee code to QK_BOOT and try out DVVORAK (#17230)Seth Barberee2022-05-30
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-18
|\
| * Update mtei's keymap (helix/rev2:five_rows, helix/pico:mtei, ↵Takeshi ISHII2022-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | helix/rev3_5rows:five_rows) (#16966) * add users/mtei/key_blocks.h This change does not alter the binary of the build result. Moved common macro definitions in the following files to users/mtei/key_blocks.h. * keyboards/helix/rev2/keymaps/five_rows/keymap.c * keyboards/helix/rev3_5rows/keymaps/five_rows/keymap.c * remove INIT_HELIX_OLED() in helix:five_rows This change does not alter the binary of the build result. * update helix/pico/keymaps/mtei/keymap.c Changed helix/pico/keymaps/mtei/keymap.c to use users/mtei/key_blocks.h. This change does not alter the binary of the build result. * Remove old SSD1306OLED code from users/mtei/oled_display.c This change does not alter the binary of the build result. * add options ENABLE_COLEMAK, ENABLE_DVORAK and ENABLE_EUCALYN into five_rows/keymap.c * add users/mtei/{config.h,rules.mk,user_featues.mk,user_options.mk} * move layer_names[] from users/mtei/oled_display.c to keymaps/five_rows/keymap.c * Update keyboards/helix/pico/keymaps/mtei/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/pico/keymaps/mtei/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/pico/keymaps/mtei/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev2/keymaps/five_rows/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev2/keymaps/five_rows/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev2/keymaps/five_rows/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev3_5rows/keymaps/five_rows/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev3_5rows/keymaps/five_rows/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/helix/rev3_5rows/keymaps/five_rows/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/cpp_map.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/cpp_map.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/debug_config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/debug_config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update users/mtei/layer_number_util.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Rename keymap_extras headers for consistency (#16939)Ryan2022-05-15
|/
* [Keymap] Toinux's crkbd keymap and userspace (#16437)toinux2022-04-22
|
* [Keymap] Fix build error `helix:five_rows` (#16847)Takeshi ISHII2022-04-21
|
* New custom keymap for Glorious GMMK Pro ANSI layout (#16199)gourdo12022-04-19
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Fix broken build for users/curry (#16492)Allen Choi2022-04-19
|
* [Keymap] Fix snowe keymap after updates to QMK (#16777)Tyler Thrailkill2022-04-13
|
* [Keyboard] Add userspace pdl and a handwired board (#14199)Daniel Perrett2022-04-12
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keymap] Add dhertz keychron map v0 (#16571)Dan Hertz2022-03-23
|
* [Keymap] Update some code and keyboard rules (#16680)stanrc852022-03-18
|
* Personal user space and CRKBD R2G keymap (#15888)Rocco Meli2022-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * r2g folder groundwork * Default mb keymap featuring mb logos * Migrate Oled to keyboard folder * Move rules configs to support config better * update readmes * Liscnece update * Update config and fix issues caused by redef errs * funciton name adjusts, define specific rgb modes * move default oled font to postconfig * update oled in line with develop merge * fix return value * Add some default rgb matrix defines * del ugfx * remove #include <stdio.h> * create personal keymap for r2g * reduce firmware size * change keymap to follow physical layout * remove RGBlight config lines to make both sides work (@Dasky on MechboardsUK Discord) * strip down configuration, similar to crkbd/r2g:mb_via * remove wrong oled code overwriting the r2g one * broken code with RGB matrix (briks right side) * remove high max brightness limit * caps lock tap dance and RGB indicator for active caps lock * fix caps lock led on right side * add test macro * remove latex macro which is too slow * move caps lock tap dance to RALT and add space cadet shift * switch CTL with ALT in first layer * add tap dance for ESC/DEL * space cadet tap dance with caps lock; shift works by needs a short pause * add space cadet tap dance with caps lock on the right; shift works by needs a short pause and does not hold * make more keys transparent * enable auto shift and use logo on both oleds * add user oled logo, slows down linking considerably * oled name * add arrow keys in usual configuration and add linear configuration to symbol layer * add unicoede support * add accents * update to latest version * add colemak dh layer * report auto shift timeout * define layer name shorcuts correctly * disable VIA to enable more layers * enable NKRO * move some rules and unicode to user space * move oled and tap dances to user space * move tap dances fully out of keymap * expand unicode map * fix unicode code * revert changes to r2g, make it equal to merged code * revert changes to r2g, make it equal to merged code * clang-format userspace * clang-format config file * Update keyboards/crkbd/keymaps/rmeli/keymap.c * replace define with enum * add licenses
* [Keymap] Drashna Mouse keys and oled updates (#16556)Drashna Jaelre2022-03-06
|
* [Keymap] stanrc85 userspace rules cleanup (#16447)stanrc852022-02-26
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-12
|\
| * [Keymap] Add uqs' keymaps for various boards and ploopy mouse (#16265)uqs2022-02-11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-10
|\|
| * [Keymap] zigotica layout tweaks (#16291)Sergi Meseguer2022-02-09
| |
* | [Keyboard] Overhaul Tractyl Manuform (#16134)Drashna Jaelre2022-01-30
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-01-30
|\|
| * [Keymap] Add oled improvements and cnano keymap for drashna (#16133)Drashna Jaelre2022-01-30
| |
* | Rename `AdafruitBLE` to `BluefruitLE` (#16127)Ryan2022-01-30
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-01-21
|\|
| * [Keymap] Drashna's OLED rewrite (#15981)Drashna Jaelre2022-01-21
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-14
|\|
| * [Keymap] ericgebhart keymap and userspace updates (#15727)Eric Gebhart2022-01-13
| | | | | | | | | | 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-13
|\|