summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] fix key code. numpad to numkey (#12808)T.Shinohara2021-06-241-4/+4
| | | | | | | | | | | | | | | | | | | | | * add keyboard new macro pad "Kuro" * change main readme.md * remove not used code from default/keymap.c * Remove unnecessary code * Supports info.json * removed back slash and not used functions. * update at product link. add japanese messages. * Merge All * [Shiro]Add MacKeymap * Change key code. Numpad→Numkey
* Update oled_bongocat to match VIA keymap (#12875)Jay Greco2021-06-241-22/+126
| | | | | * Update to match VIA keymap * Update with feedback from PR
* Switch default layout to standard TKL; add custom (#12818)Mike Tsao2021-06-242-1/+49
|
* snowe keymap/userspace and Ocean Dream animation (#12477)Tyler Thrailkill2021-06-2415-0/+1870
| | | | | | | | | | | | | | | | | | | | | | * Add snowe keymap/userspace & Ocean Dream animation * Add snowe userspace with keymap wrappers and two animations * Add crkbd keymap * Add Ocean Dream animation, a cool full screen animation with: * * twinkling stars * * meteor showers * * ocean waves * * island with palm tree * * moon with phases * Disable Luna so travis build succeeds. * Add more copyrights * Add pragma once to keycode_aliases.h Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Optional OLED splash screen and fixed OLED i2c execution time saving (#12294)David Hoelscher2021-06-231-11/+16
| | | | | * Made OLED splash screen optional to reduce memory and fixed OLED i2c execution time saving * moved OLED address updates into their respective conditional checks
* Fix zero condition of reactive runners that will suspend RGB animation (#12710)Albert Y2021-06-233-4/+4
| | | | | | | | | * Avoid zero or overflow from user's rgb_matrix_config.speed * Avoid zero tick for reactive splash. * Avoid zero time for animation runner. Co-authored-by: filterpaper <filterpaper@localhost>
* [Keyboard][Bug] Makrosu VIA compile fix encoder and formatting (#13306)Xelus222021-06-222-148/+126
| | | | | | | | | | | | | | | * fix encoder and formatting * remove redundant breaks * Update keyboards/makrosu/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/makrosu/keymaps/via/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Docs] pr_checklist: fix capitalization of Vial (#13301)xyzz2021-06-221-1/+1
|
* adding my custom keypad to qmk repository (#12150)Muhammad Rivaldi2021-06-239-0/+431
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Technika: add sample info.json data (#13292)James Young2021-06-231-0/+71
| | | Adds a placeholder file with sample data, as the layout hasn't been published yet.
* Additional documentation for GUI mod combo (#13266)Albert Y2021-06-221-18/+21
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* Adding "Eagle Viper Rep", open sourced Eagle/Viper V2/V3 PCB (#13020)4pplet2021-06-2213-0/+531
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding revision A * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update readme.md Adding instruction on how to enter bootloader * adding instruction on how to enter bootloader (DFU) adding instruction on how to enter bootloader (DFU) * updated description * Update keyboards/4pplet/eagle_viper_rep/rev_a/halconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/config.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/chconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/chconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/keymaps/default/keymap.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Restoring palSetLineMode for working underglow I was experiencing the same issue as this: https://github.com/qmk/qmk_firmware/issues/12655#issuecomment-844104659 sigprof helped me resolve this issue. * Update rev_a.c removing palSetLineMode again, works great after rebase. Thanks! Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Geminate60 Codebase Touch-up (#13275)James Young2021-06-215-104/+125
| | | | | | | | | | | | | | | | | | | | | * grid-align keycodes in keymaps * rename LAYOUT to LAYOUT_all * update LAYOUT_all macro - use 3-character K<row><column> notation - fix malformed electrical mapping * update info.json - correct maintainer - update label fields - remove meta key * update readme - update board description - update keyboard maintainer
* Swiftrax Nodu handwired: Layout Macro rename and Community Layout support ↵James Young2021-06-215-8/+13
| | | | | | | (#13276) * rename LAYOUT to LAYOUT_60_ansi_split_bs_rshift * enable Community Layout support
* Fixes for Ploopy devices (#13144)ploopyco2021-06-2110-33/+111
| | | Co-authored-by: Drashna Jael're <drashna@live.com>
* ID80: fix LAYOUT_iso data (#13274)James Young2021-06-211-51/+136
|
* mech.studio Dawn: correct key sizes and positioning (#13277)James Young2021-06-211-5/+6
|
* [Keyboard] le_chiffre.c conditional led_config (#13285)Nathan2021-06-211-0/+2
| | | disabling RGB_MATRIX_ENABLE causes led_config to fail during compile. Setting this conditional allows you to turn off RGB
* Cleanup junk characters, part 1 (#13282)Ryan2021-06-2114-112/+112
|
* [Docs] Update Japanese getting started documents. (#12806)shela2021-06-215-91/+51
| | | | | | | * Update Japanese getting started documents. * Update faq_build.md * fix typo
* OLED font easter egg (#13269)Ryan2021-06-201-1/+1
|
* Fix/keyboard/dz65rgbv3 (#13268)Erovia2021-06-201-0/+1
| | | | With the 'lufa-ms' bootloader LTO is needed so the keyboard can be built with Configurator.
* Update Python dependencies for Nix (#12855)Sergey Vlasov2021-06-204-46/+160
| | | Co-authored-by: Steve Purcell <steve@sanityinc.com>
* rect44: add LAYOUT_all data (#13260)James Young2021-06-201-0/+57
|
* Adding my Bear65 keymap (#12962)stanrc852021-06-203-2/+75
|
* [Keyboard] Add Constellation Rev2 (#13103)Xelus222021-06-2017-39/+403
|
* [Bug] Pachi keymap compile fix (#13261)Xelus222021-06-204-4/+4
|
* [Bug] Pachi RGB: fix RGB modifiers (#13262)Xelus222021-06-201-9/+9
|
* MisonoWorks Karina Layout Macro Rework (#13259)James Young2021-06-205-41/+104
|
* Fix issue with crkbd json mapping (#13255)Drashna Jaelre2021-06-191-2/+5
|
* [Keyboard] Add LED matrix and 2 layouts to hub20 (#12505)peepeetee2021-06-197-28/+478
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keymap] Fix Preonic rev3 default keymap (#12698)nopjmp2021-06-191-0/+3
| | | | | The rev3 boards use RGBLIGHT_ENABLE now instead of BACKLIGHT_ENABLE. This resolves the issue of flashing and losing functionality with the default keymap.
* [Keyboard] YMDK Wings: enable Backlight (#12714)alittlepeace2021-06-192-4/+3
|
* [Keyboard] Add PLX Keyboard (#12954)Nick Abe2021-06-197-0/+201
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Add Mac centric Shift and Alt + GUI Macros (#13107)Albert Y2021-06-193-28/+45
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* [Keymap] Add stanrc85 Abasic keymap (#13180)stanrc852021-06-193-0/+140
|
* Telophase cleanup (#13225)Ryan2021-06-207-310/+177
|
* pistachio_mp: correct key object order in info.json (#13250)James Young2021-06-201-19/+25
|
* [Keyboard] Pachi restructure and keyboard addition (#13080)Xelus222021-06-1931-13/+692
|
* [Keyboard Update] Trinity XT TKL fix license and add forgotten indicators ↵Xelus222021-06-193-16/+51
| | | | (#13202)
* bm60rgb: fix layout macro references (#13246)James Young2021-06-195-9/+13
| | | ... and enable Community Layout support
* [Keyboard] Add Switchplate 910 keyboard (#13235)Jumail Mundekkat2021-06-1810-0/+581
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Add my keymaps for the Keebio Iris and Planck (#13005)Mats Nilsson2021-06-1812-0/+493
|
* [Keyboard] add dztech/dz65rgb/v3 keyboard (#13017)moyi46812021-06-1817-136/+704
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] adding keymap for pistachio (#12996)rate2021-06-184-1/+149
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Murphpad Changes and Updates (#12995)Kyle McCreery2021-06-184-66/+80
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Docs] update Japanese translation of tap_hold.md (#12820)umi2021-06-181-6/+24
| | | | | * update tap_hold.md translation * restore unnecessary change line
* [Docs] update Japanese translation of hardware_keyboard_guidelines.md (#12769)umi2021-06-181-2/+21
| | | | | * update hardware_keyboard_guidelines.md translation * update based on comment
* [Docs] update Japanese translation of feature_haptic_feedback.md (#12737)umi2021-06-181-6/+13
| | | | | | | | | * update feature_haptic_feedback.md translation * change url of driver pdf location * change buzz word * update based on comment
* [Keyboard] Fix revision issues with Kyria (#13208)Drashna Jaelre2021-06-173-62/+43
| | | Co-authored-by: Ryan <fauxpark@gmail.com>