summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-271-6/+2
|\
| * fix RGB_DISABLE_TIMEOUT flicker on split keyboards (#14954)Erik Berthold2021-12-271-6/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-272-3/+413
|\|
| * Add Gondolindrim's keymap for Evolv: addition of "encoder modes" (#14943)Álvaro A. Volpato2021-12-272-3/+413
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update encoder callback * Move encoder callback - Encoder callback function was moved from ``encoder_update_user`` in ``keymap.c`` to ``encoder_update_kb`` in ``keyboard.c`` * Update keyboards/evolv/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code() on encoder callback Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code_delay * Minor readability changes Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Add sym_defer_pr debouncer type (#14948)Chad Austin2021-12-276-1/+303
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-2724-0/+886
|\|
| * [Keymap] Add keymap for the Keychron Q1 ISO layout (#14853)Jakub Horák2021-12-277-0/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add keymap for the Keychron Q1 ISO layout - The rightest key column is: Ins, Home, PgUp, PgDn, which differs from the default. - RGB lighting turns off when the computer sleeps - Caps Lock and alpha keys turn red to indicate when Caps Lock is on - When the Fn layer is active, RGB lighting turns off for keys that are not assigned * Update keyboards/keychron/q1/rev_0102/keymaps/kubahorak/rgb_matrix_user.c Suggestion from review Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keyboard] Add Runner3680 with 5x6+5x8 layout (#14617)Derek Hsu2021-12-2717-0/+646
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Keyboard] Add Runner3680 keyboard with 5x6 + 5x8 layout * [Keymap] Use general audio key codes instead of MacOS specific ones * [Keymap] Add via support * [Keyboard] Add config for RGB Matrix feature for runner3680 5x6+5x8 layout * Add license to .c and .h files * Remove unused code * [Keymap] Rename 'JIS' directory to be lower cased * [Keyboard] Explicitly define enabled RGB lighting effects for Runner3680 * [Keyboard] Remove unused code of Runner3680 * [Keyboard] Move RGB Matrix related config to keyboard's rules.mk file * [Keymap] Clean up default keymaps of Runner3680
* | Defer pin operations to gpio.h (#15589)Nick Brassel2021-12-271-6/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-278-0/+346
|\|
| * [Keyboard] Add MNT Reform USB Keyboard (Standalone) (#15561)cdc-mkb2021-12-278-0/+346
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Make (un)register code functions weak (#15285)Drashna Jaelre2021-12-272-12/+12
| |
* | Format code according to conventions (#15588)QMK Bot2021-12-271-2/+2
| |
* | [Core] Split support for pointing devices. (#15304)Dasky2021-12-2711-66/+626
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Draft implementation * formatting * fix combined buttons * remove pimoroni throttle * sync pointing on a throttle loop with checksum * no longer used * doh Co-authored-by: Drashna Jaelre <drashna@live.com> * switch pimoroni to a cpi equivalent * add cpi support * allow user modification of seperate mouse reports * a little tidy up * add *_RIGHT defines. * docs * doxygen comments * basic changelog * clean up pimoroni * small doc fixes * Update docs/feature_pointing_device.md Co-authored-by: Drashna Jaelre <drashna@live.com> * performance tweak if side has usb * Don't run init funtions on wrong side * renamed some variables for consistency * fix pimoroni typos * Clamp instead of OR * Promote combined values to uint16_t * Update pointing_device.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Add a clarification to an error message (#15207)Hugo Osvaldo Barrera2021-12-271-2/+3
| | | | | | | | | | Makes this a bit more foolproof. See https://github.com/qmk/qmk_firmware/issues/15202
* | Fixes potential wpm sampling overflow, along with code comment fixes (#15277)vectorstorm2021-12-273-34/+45
| | | | | | Co-authored-by: Trevor Powell <trevor@vectorstorm.com.au>
* | Add open-drain GPIO support. (#15282)Nick Brassel2021-12-274-47/+30
| | | | | | | | | | | | | | | | | | * Add open-drain GPIO support. * `qmk format-c` * Wording. * Remove port GPIO implementations as the only board that uses it has its own internal defs anyway. Will wait for first-class handling of ports in core before reimplementing.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-2524-0/+1227
|\|
| * [Keyboard] Add LZ erGhost (#15451)mechlovin2021-12-2412-0/+666
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Add KPrepublic bm980hsrgb support (#14724)peepeetee2021-12-2412-0/+561
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Fix some typos, especially the sensor name. (#15557)uqs2021-12-241-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-2516-0/+951
|\|
| * [Keyboard] Add Kintsugi keyboard (#15439)Arturo Avila2021-12-2416-0/+951
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-2510-0/+339
|\|
| * [Keyboard] Add mini_ten_key_plus (#15568)minibois2021-12-2410-0/+339
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-257-1/+338
|\|
| * [Keymap] Jonavin kbd 67 keymap with advance RGB functions (#15527)jonavin2021-12-247-1/+338
| | | | | | Co-authored-by: Jonavin <=>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-2510-0/+387
|\|
| * [Keyboard] Add Gurindam (#15540)Ibnu Daru Aji2021-12-2410-0/+387
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-2516-4/+629
|\|
| * [Keyboard] Add KPrepublic BM60hsrgb_iso/rev2, acting in lieu of @bdtc123 ↵peepeetee2021-12-2416-4/+629
| | | | | | | | | | (#15095) Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-2518-3/+606
|\|
| * [Keyboard] Add bm60hsrgb_poker/rev2, a continuation of #15001 (#15103)peepeetee2021-12-2418-3/+606
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-251-1/+1
|\|
| * [Docs] Fixed keycode reference for swirl effect (#15564)Scott Chow2021-12-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-241-1/+1
|\|
| * Save a single byte of memory for joystick buttons (#15555)Chris Broekema2021-12-241-1/+1
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-241-1/+1
|\|
| * fix typo (#15569)Ian C2021-12-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-243-30/+52
|\|
| * [Keyboard] Fix compilation issues for Pearlboards (#15562)Drashna Jaelre2021-12-233-30/+52
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-2410-0/+277
|\|
| * [Keyboard] Add dactyl manuform 4x6 with a 5 key thumb cluster (#15516)Andrzej Kotulski2021-12-2310-0/+277
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-2337-94/+1282
|\|
| * [Keyboard] Add Pearlboards boards to directory (#15005)Koobaczech2021-12-2337-94/+1282
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-221-1/+1
|\|
| * [Keyboard] Fixed caps lock led pin for crazy_keyboard_68 (#15539)-pacer-2021-12-221-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-221-1/+1
|\|
| * [Keymap][CRKBD/SOUNDMONSTER] Fixed compilation (forgot return) (#15554)ExtReMLapin2021-12-221-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-221-2/+6
|\|