summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
...
* [Keyboard] add via keymap support for bt66tech/bt66tech60 (#13818)bt66tech2021-09-213-3/+64
| | | Co-authored-by: root <crkndevops@gmail.com>
* [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>
* [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>
* [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>
* [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>
* [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>
* Remove keyboard-level `TAP_DANCE_ENABLE` rules (#14538)Ryan2021-09-2133-34/+5
|
* Remove outputselect.h include from BIOI code (#14543)Ryan2021-09-212-2/+0
|
* Remove audio pin references in rules.mk (#14532)Ryan2021-09-21606-606/+606
|
* 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-204-24/+39
|
* [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>
* 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-1910-65/+79
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Enabled Mousekeys by default on Boston (#14507)Pylon2021-09-191-2/+2
|
* [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>
* [Keyboard] Add Gentleman65 (#12971)Ramya Challa2021-09-189-0/+271
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [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>
* [Keyboard] Add superuser keyboard (#13840)kaylanm2021-09-1833-0/+716
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add dyz60 (#13864)Bahrul Hidayat2021-09-188-0/+266
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add support for Coarse60 (#14416)Elliot Powell2021-09-1812-0/+577
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Added Brazilian keymap for BM40RGB (#14431)Lui Wolff2021-09-182-0/+199
|
* [Keyboard] Fix dosa40rgb compilation issues (#14491)Drashna Jaelre2021-09-182-2/+4
|
* [Keymap] Add 'j4ckofalltrades' keymap for sofle/rev1 (#14446)Jordan Duabe2021-09-175-0/+223
|
* [Keyboard] Add Dosa40RGB + dtisaac01 (#14476)Dao Tak Isaac2021-09-1719-0/+439
|
* [Keymap] Major Updates to Personal Kyria Keymap (#14485)john-ezra2021-09-174-124/+112
| | | | | * added john ezra keymap with updates * changed tapping term
* fix link error for helix/rev3_5rows:five_rows (#14466)Takeshi ISHII2021-09-181-49/+4
| | | | This is a tentative quick fix. I was adding the same functions for both #14426 and #14427 and they were in conflict.
* Nix Studio OXALYS80 Refactor (#14473)James Young2021-09-176-94/+640
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update grid alignment of keycodes * update key assignments on via keymap A seemingly-misplaced key assignment on Layers 1 through 3 of the via keymap led to keys being off by one in comparison to the default keymap. * switch Backslash and Backspace on via keymap base layer Matches the via keymap's key mapping to that of the default keymap. * use QMK 3-character notation in oxalys80.h * add matrix diagram; remove Planck reference * add LAYOUT_tkl_ansi and LAYOUT_tkl_ansi_wkl layout macros * add LAYOUT_tkl_ansi_tsangan macro * add ISO layouts Add LAYOUT_tkl_iso, LAYOUT_tkl_iso_tsangan, and LAYOUT_tkl_iso_wkl macros. * enable Community Layouts support * tidy up rules.mk * readme tidy-up
* [Keyboard] Move Planck EZ off 'Proton C' board (#14479)Drashna Jaelre2021-09-173-8/+73
|
* [Keyboard] Move Moonlander off 'Proton C' board (#14478)Drashna Jaelre2021-09-173-2/+62
|
* Update rules.mk for xbows keyboard (#14477)X-Bows Tech2021-09-173-3/+3
| | | | | | | * Update rules.mk * Update rules.mk * Update rules.mk
* [Keymap] Adding personal keymap (#14326)Matt2021-09-167-0/+772
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add Sauce Mild Keyboard (#14287)Andy Yong2021-09-169-0/+259
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Add gaming toggle layer & layer colors to r-pufky keymap. (#14251)r-pufky2021-09-163-47/+94
|
* Mode 65S: Tap code and extra keys for media keys (#14471)Álvaro A. Volpato2021-09-162-2/+4
|
* [Keymap] Update Helix:five_rows OLED code (#14427)Takeshi ISHII2021-09-168-28/+256
| | | | | | | | | | | | | | | | | | | * Stop using snprintf() in keymaps/five_rows/oled_display.c. The binary size becomes 1350 bytes smaller. make HELIX=verbose,core-oled helix/rev2/sc:five_rows (104 bytes over) -> (95%, 1256 bytes free) make helix/rev3_5rows:five_rows (528 bytes over) -> (97%, 830 bytes free) * add matrix scan rate display to OLED for keymaps/five_rows * add matrix_output_unselect_delay.c to helix keymaps/five_rows * add GPLv2 header * apply review comment
* [Keyboard] Increase the way to add oled code for helix/rev3. (#14426)Takeshi ISHII2021-09-168-239/+587
| | | | | | | | | | | * move rev3_Xrows/oled_display.c to rev3_Xrows/keymaps/default/oled_display.c * add dummy rev3_Xrows/oled_display.c * Add default minimum oled_task_user() to helix/rev3_Xrows/rev3_Xrows.c * remove unnecessary comment in rev3_Xrows/keymaps/default/oled_display.c * copy rev3_Xrows/keymaps/default/oled_display.c to rev3_Xrows/keymaps/via/oled_display.c
* Adds optional hebrew layout (Unicode) (#14156)Jos Boersema2021-09-1513-132/+1157
|
* [Keyboard] Add the Idobao ID96 keyboard (#14371)Vino Rodrigues2021-09-159-0/+485
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add FJLabs TF60 Variants and TF65 Variant (#14392)Felix Jen2021-09-1527-0/+1197
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Absolute Designs AD65 Keyboard (#14391)Felix Jen2021-09-159-0/+368
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] add Matrix Me (#14331)yulei2021-09-159-0/+309
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Replaced Maker Keyboards & FJLabs Legacy Code (#14393)Felix Jen2021-09-1517-17/+53
|