summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-219-0/+297
|\|
| * [Keyboard] smallkeyboard support (#12817)zhouqiong198401192021-09-219-0/+297
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Add ability to use numpad digits for unicode mode UC_WIN (#14496)Marcus van Houdt2021-09-211-10/+37
| | | | | | Co-authored-by: Konstantin Đorđević <vomindoraan@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-2111-0/+621
|\|
| * [Keyboard] Macro-1 keyboard by Laneware Peripherals (#14472)Laneware2021-09-2111-0/+621
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-213-3/+64
|\|
| * [Keyboard] add via keymap support for bt66tech/bt66tech60 (#13818)bt66tech2021-09-213-3/+64
| | | | | | Co-authored-by: root <crkndevops@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-2116-0/+841
|\|
| * [Keyboard] add wanten keyboard to QMK (#14410)qpockets2021-09-2116-0/+841
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-2110-0/+457
|\|
| * [Keyboard] Add support for MNK88 (#14435)kopibeng2021-09-2110-0/+457
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-2128-0/+1745
|\|
| * [Keyboard] add bandominedoni keyboard (#13116)3araht2021-09-2116-0/+1249
| |
| * [Keyboard] add synapse pcb (#14428)qpockets2021-09-2112-0/+496
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-2140-0/+1505
|\|
| * [Keyboard] Add 5 boards by the OverNumpad Controller (#14382)Purdea Andrei2021-09-2140-0/+1505
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add initial implementation of 5 keyboards supported by the OverNumpad Controller. * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Apply changes similar to other code review suggestions. * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Apply changes similar to other code review suggestions. * overnumpad controller info.jsons: update maintainer and url. * classic_ultracl_pre_2013: added support for the default 'fullsize_ansi' layout * classic_ultracl_pre_2013: moved the order of the iso enter key in the layout macro to be considered to be on the bottom row, like in the default fullsize_iso layout. Rename the iso layout to fullsize_iso, and enable it in rules.mk * Removed QMKBEST and QMKURL * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Deleting empty files Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-2115-0/+775
|\|
| * [Keyboard] gBoards GergoPlex (#13027)Phil Pirozhkov2021-09-2115-0/+775
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moved gergoplex to seperate PR * vendor + cformat * Update keyboards/gboards/k/gergoplex/matrix.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * lifiting keyboards up * Update readme.md * Update keyboards/gboards/gergoplex/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * remove English dicts * cformatted * Prettify keymap * Remove via keymaps Via doesn't support chords/combos, and this makes the keymap on such a small keyboard quite uncomfortable and incomplete. * Address QMK pull code review notes * Cleanup (tabs, excessive comments) * Fix keymap typos * Use enum to define layers * Multiple changes - got rid of LAYOUT_kc in favour of LAYOUT_split_3x5_3 - fixed matrix custom C code to build with updated external dependencies (gcc) - fixed used combo docs keyboards/gboards/gergoplex/matrix.c:189:9: error: implicit declaration of function 'phex' [-Werror=implicit-function-declaration] phex(row); ^~~~ keyboards/gboards/gergoplex/matrix.c:191:9: error: implicit declaration of function 'pbin_reverse16'; did you mean 'print_bin_reverse16'? [-Werror=implicit-function-declaration] pbin_reverse16(matrix_get_row(row)); * Remove apparently redundant macros * Replace direct pin control with IO functions * config mouse enable and combo delay fix The default delay is 200: #define COMBO_TERM 200 how long for the Combo keys to be detected. Defaults to TAPPING_TERM if not defined. tmk_core/common/action_tapping.h|22| 13:# define TAPPING_TERM 200 * Remove redundant defines * Unambiguously refer to the Special layer * Fix formatting * gboards/gergoplex set IGNORE_MOD_TAP_INTERRUPT This solves my issue was with KC_CTL_A working correctly and it was set in @germ's repo https://github.com/germ/qmk_firmware/blob/39c86e080dc04b68ee08387dcb5144c88cb44855/keyboards/gboards/k/gergoplex/config.h#L49 https://beta.docs.qmk.fm/using-qmk/software-features/tap_hold#ignore-mod-tap-interrupt * Name change See commit 581368596ed * Wording change * Update keyboards/gboards/gergoplex/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Add copyright headers * Fix debounce type | avr-gcc: error: .build/obj_gboards_gergoplex_default/quantum/debounce/eager_pr.o: No such file or directory * Implement colemak-dhm keymap Co-authored-by: Germ <jeremythegeek@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Brian Tannous <Brian@BrianTannous.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-2133-34/+5
|\|
| * Remove keyboard-level `TAP_DANCE_ENABLE` rules (#14538)Ryan2021-09-2133-34/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-212-2/+0
|\|
| * Remove outputselect.h include from BIOI code (#14543)Ryan2021-09-212-2/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-212-2/+2
|\|
| * [Docs] Modify encoder_update_user example to return false (#14541)Dasky2021-09-212-2/+2
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-21606-607/+606
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-21606-606/+606
| |
* | Relocate Adafruit BLE code (#14530)Ryan2021-09-216-2/+3
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-20311-583/+4892
|\|
| * Remove backlight pin references in rules.mk (#14513)Ryan2021-09-20232-248/+240
| |
| * [Keymap] blipson corne keymap (#14469)Ben Lipson2021-09-195-0/+435
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revert lib/chibios revert lib/chibios Finish up remove files Update copyrights remove copyrights readd copyrights add stop macro PR suggestions PR suggestions readme lowercase fix rotate for oled Co-authored-by: Z003YW4 <ben.lipson@target.com>
| * Doc Fixes & Custom Matrix Fix (#14526)XScorpion22021-09-205-26/+41
| |
| * [Keyboard] Add LeFishe Keyboard (#14498)im a can what do you think lmao?2021-09-1910-0/+359
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keymap] Added my own keymap for MIT Planck (#14481)Jakob Weickmann2021-09-194-0/+1359
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Docs] fix wrong directory for RGB Matrix animations (#14494)David Xia2021-09-192-9/+2
| |
| * cKeys theDora Refactor (#14495)James Young2021-09-198-176/+237
| |
| * [Keymap] Adding my Mun keymap. (#14501)peott-fr2021-09-192-0/+104
| |
| * [Keymap] Updates to existing keymaps and userspace (#14503)Konstantin Đorđević2021-09-1920-113/+295
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keyboard] Enabled Mousekeys by default on Boston (#14507)Pylon2021-09-191-2/+2
| |
| * [Keyboard] Change printf to dprintf (#14510)Dasky2021-09-190-0/+0
| |
| * [Keyboard] Enables I2C for OLKB rev*_drop boards (#14514)Jack Humbert2021-09-196-12/+23
| | | | | | Co-authored-by: daskygit <32983009+daskygit@users.noreply.github.com>
| * [Keyboard] Quick fixes for the Mun to unblock customers (#14505)XScorpion22021-09-192-3/+3
| |
| * [Keyboard] Fix Compiler issues for quick17 (#14500)Drashna Jaelre2021-09-192-0/+2
| |
| * [Keyboard] Use old custom matrix for Drop Planck+Preonic (#14488)Drashna Jaelre2021-09-1821-24/+1817
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jack Humbert <jack.humb@gmail.com>
* | compiledb: query include paths from gcc directly. (#14462)Nick Brassel2021-09-201-2/+12
| | | | | | | | | | | | | | | | | | * Query include paths from gcc directly. * Change to -isystem * qmk format-python * tests
* | [Keyboard] Fix BT rules for dosa40rgb (#14497)Drashna Jaelre2021-09-191-1/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-189-0/+271
|\|
| * [Keyboard] Add Gentleman65 (#12971)Ramya Challa2021-09-189-0/+271
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1814-0/+808
|\|
| * [Keyboard] Add new keyboard quick17 (#13703)MakotoKurauchi2021-09-1814-0/+808
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1833-0/+716
|\|