summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-17Fix ssd1306 compilation on avr-gcc 10 (#9267)Joel Challis
2020-09-16add VIA support for boardsource/5x12 (#10236)Adam Gwilliam
* add via support for boardsource/5x12 * make product id for 5x12 unique (there is already an 0x0512) by setting it to 0x5012 * un-swap the readme's for 3x4 and 5x12 * Update keyboards/boardsource/5x12/config.h update vendor id * Update keyboards/boardsource/5x12/keymaps/via/keymap.c use correct number of layers for VIA * update product id to use same pattern as others * Update keyboards/boardsource/5x12/keymaps/via/readme.md * Update keyboards/boardsource/5x12/keymaps/via/readme.md
2020-09-16[Core] DYNAMIC_KEYMAP_EEPROM_MAX_ADDR check (#10315)Xelus22
* add error check * remove quotes * update error message Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-09-15[Keyboard] add Stoutgat v2; move Stoutgat v1 (#10233)vattern
* initial add * stoutgat working * Ready for release * Ready for release * Ready for release * Ready for release * Ready for release * fix typos * update flash instructions in readme * update copyright * Update keyboards/tkw/stoutgatv2/keymaps/default/keymap.c * Apply suggestions from code review * Fix typo * Update lib/vusb * Update keyboards/tkw/stoutgatv2/rules.mk * Update desc add v2 * Add ANSI * Move to v1 and v2 folders * fix typo * fix v1 readme * Fix copypasta from v1 keymap * fix missing trailing slash * Delete keymap.json * Apply suggestions from code review Fixed layout and removed erroneous keymap.json
2020-09-14Add ISO layouts for YMD75 (#10244)Lasse Bjerre
* Update rev2.h * Update info.json * Create keymap.c * Add ISO layout to rev1 * Removed redundant keycount * Add fix for rev1 board + additional key * Updated default iso keymap * Add layout with 1.5u keys to the right of spacebar * Fixed rev2 rwkl and added default layout
2020-09-14[Keymap] Hub16 AutoHotKey Companion (#10159)Nick Blyumberg
* Hub16 AutoHotKey Companion * Revised after PR comments by Drashna * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/hub16/keymaps/ahk_companion/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/hub16/keymaps/ahk_companion/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2020-09-14[Keyboard] add Phoenix keyboard (#10256)LSChyi
* setup keyboard * fit v1 board setting * remove unused def and add ergodox_pretty * add user hooks * add ergodox_pretty to info * apply suggestions * use default split usb timeout
2020-09-13Fixed typo in vscode docs (#10303)undermark5
.vscode/c_cpp_properies.json -> .vscode/c_cpp_properties.json
2020-09-13[fix] dfu-programmer <0.7 doesn't support --force flag (#10292)Frans de Jonge
Fixes <https://github.com/qmk/qmk_firmware/issues/10286>.
2020-09-12Remove use of sudo in lily58 make docs (#10301)Darren Meehan
2020-09-12[Keyboard] add binepad/bn003 (#10276)binepad
* ADD BINEPAD/BN003 * Update keyboards/binepad/bn003/config.h * Update keyboards/binepad/bn003/config.h * Update keyboards/binepad/bn003/rules.mk * Update keyboards/binepad/bn003/keymaps/via/keymap.c * Update readme.md added macro pad info * Update keyboards/binepad/bn003/readme.md * Update keyboards/binepad/bn003/bn003.c * Update keyboards/binepad/bn003/config.h * Update keyboards/binepad/bn003/config.h * Update keyboards/binepad/bn003/info.json * Update keyboards/binepad/bn003/rules.mk * Update keyboards/binepad/bn003/rules.mk * Update keyboards/binepad/bn003/rules.mk * Update bn003.c * Update keyboards/binepad/bn003/readme.md * Update keyboards/binepad/bn003/rules.mk * Update keyboards/binepad/bn003/config.h * Update keyboards/binepad/bn003/keymaps/via/rules.mk * Update keyboards/binepad/bn003/rules.mk
2020-09-12added VIA keymap for Keebio Viterbi (#10168)TheLibra23
* added via keymap * replaced PRODUCT_ID 0x1157 with PRODUCT_ID 0x2157 replaced product id to distinguish rev2 from rev1. bakingpy gave me permission through discord chat. * Update keyboards/keebio/viterbi/keymaps/via/keymap.c * Update keyboards/keebio/viterbi/keymaps/via/rules.mk * made a simplier keymap.c for via folder Based from the default keymap, removed unnecessary codes.
2020-09-11Add VIA keymap for Plaid-Pad (#10057)Ben
* Add via keymap for Plaid-Pad - Add VIA support for the Plaid-Pad - Changes Vendor ID and Product ID (to follow VIA's guidelines) * Add extra encoder pads for rev1.1 * Change Product Id from pp to PP (hex value) * improved readme - detailed informations about rotary encoder, bootloader and firmware * Improved encoder informations in via keymap * Improved encoder infos and code in default keymap * add revision folder for rev1 and rev1.1 * change encoder assignment for defaul a via keymap * Update keyboards/keycapsss/plaid_pad/config.h * change revision number * Update keyboards/keycapsss/plaid_pad/rules.mk * Update keyboards/keycapsss/plaid_pad/rules.mk * Update keyboards/keycapsss/plaid_pad/rules.mk * Update keyboards/keycapsss/plaid_pad/rules.mk * Update keyboards/keycapsss/plaid_pad/readme.md * add license to header of *.h and *.c files * remove the list of alternate bootloaders - due to the pr checklist * Update keyboards/keycapsss/plaid_pad/rules.mk
2020-09-11[Docs] Update Japanese translation of feature_split_keyboard.md (#10283)Takeshi ISHII
Apply #10242 changes to ja/feature_split_keyboard.md
2020-09-11[Keymap] Added ToyoshimaHidenori's keymap for Ergodash mini (#10228)hidenori
* Add ToyoshimaHidenori's keymap * Remove some dead code and characters * Change the folder name from uppercase to lowercase * Remove uppercase folder
2020-09-11[Keyboard] added SQUARE.X by iNETT Studio (#10066)yulei
* added SQUARE.X keyboard from the iNETT Studio * split to two sub directories * Apply suggestions from code review * Update keyboards/inett_studio/sqx/universal/universal.h * Apply suggestions from code review * update the matrix control keycodes settings * use the offical macro to the rgb matrix control * fixed led position issue * Apply suggestions from code review * removed the redundant #endif * update default keymap * Apply suggestions from code review * add license header
2020-09-11Add VIA support for JJ40 (#10263)Alvaro Muente
* via support * Removing backspaces from jj40 keymap.c * Updating jj40/via/rules.mk
2020-09-09[Keymap] major keymap overhaul (#10185)Callum Oakley
* experiment with userspace * reorganise * readme * missing oneshot shift from ignored keys * recombine hands in layout macro
2020-09-10Use the force when flashing with dfu-programmer (#10070)Ryan
2020-09-08[Keymap] Added nchristus userspace (#10261)Nick Christus
* userspace: added nchristus * userspace: updates per PR review
2020-09-08[Keyboard] Add Squishy65 keyboard (#10266)Ramon Imbao
* Add Squishy65 keyboard * Edit info.json * Fix incorrect ISO layout * Add missing license in files * Update keyboards/ramonimbao/squishy65/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ramonimbao/squishy65/keymaps/via/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ramonimbao/squishy65/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-09-08add keyboard: bemeier/bmek (revisited) (#10144)Jan Kolkmeier
* bmek keyboard support * Update keyboards/bemeier/bmek/bmek.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/bemeier/bmek/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * moved shutdown behavior to shutdown hook * removed dynamic macro option statement * Apply suggestions from code review Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * change layout name in via * move/copy root rules to revs * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-09-08[Keymap] Romac Keymap with VIA and OLED Support (#10249)boss566y
* Add Personal Keymap with VIA and OLED * Update keyboards/kingly_keys/romac/keymaps/boss566y/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/kingly_keys/romac/keymaps/boss566y/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/kingly_keys/romac/keymaps/boss566y/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kingly_keys/romac/keymaps/boss566y/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kingly_keys/romac/keymaps/boss566y/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-09-08[Keyboard] Added the proper RGB settings to allow via control (#10223)Nick Blyumberg
2020-09-08[Docs] Japanese translation of docs/reference_keymap_extras.md (#10138)umi
* add reference_keymap_extras.md translation * update based on comment * update based on comment * update based on comment
2020-09-07updated readme.md of yushakobo/quick7 keyboard (#10243)MakotoKurauchi
* update "Hardware Availability" * add a section of "How to build" * update "Hardware Supported"
2020-09-07Update treadstone48/rev2 info.json (#10241)marksard
* Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization * Updated treadstone48 info.json file * remove kc define * Nested layout macro 1/2 * Nested layout macro 2/2
2020-09-07Update marksard/leftover30 info.json (#10240)marksard
* Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization * Updated leftover30 info.json file
2020-09-07Remove HD44780 References, Part 3 (#10238)James Young
* remove HD44780_ENABLE rules: G-H * remove HD44780_ENABLE config: G-H
2020-09-06Replace figures in docs/feature_split_keyboard.md (#10242)Takeshi ISHII
* Replace figures in feature_split_keyboard.md * fig update * Update docs/feature_split_keyboard.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-09-06Add Bakeneko 65 (#10234)Drashna Jaelre
* Add Bakeneko 65 * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-09-06[Keyboard] Fix adb_usb/aek layout keypad equal key (#10248)Vitja Makarov
2020-09-07format code according to conventions [skip ci]QMK Bot
2020-09-06[Keymap] Added Finnish SFS 5966 keymap for planck. (#10200)gitdrik
* Added Finnish SFS 5966 keymap for planck. * Modified comments and added copyright header.
2020-09-06[Keyboard] Add VIA support for lazydesigners\bolt (#10218)jackytrabbit
* Add VIA support for lazydesigners\bolt Add VIA support for lazydesigners\bolt * Update keyboards/lazydesigners/bolt/via/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-09-06[Keyboard] add via support for boardsource/4x12 (#10220)Adam Gwilliam
Co-authored-by: Adam Gwilliam <agwilliam@yaharasoftware.com>
2020-09-06[Keymap] Personal Keymap (nathanvercaemert) Update (#10107)nathanvercaemert
* updates to incorporate combined mouse key acceleration functionality * tab switching in chrome works, updated readme * updated keymap image * updated keymap image Co-authored-by: Nathan Vercaemert <nathan.vercaemert@gmail.com>
2020-09-06[Keyboard] add Maja soldered keyboard (#10152)moyi4681
* add maja_soldered keyboard add maja_soldered keyboard * Update info.json * update keymap * Update keyboards/kbdfans/maja_soldered/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keymap.c * Update keyboards/kbdfans/maja_soldered/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kbdfans/maja_soldered/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keymap.c * Update keymap.c * Update keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-09-06[Keyboard] Update JJ40 VID and PID (#10215)Alvaro Muente
Co-authored-by: Alvaro <afmuente@outlook.com>
2020-09-07Apply suggestions from code reviewKoichi Katano
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-09-06[Keymap] Add indicator light bootup fanfare (#10158)stanrc85
* Add indicator light bootup fanfare * move fanfare code to new file * fanfare code in new file and remove unused boards * new startup fanfare code * add lock/unlock indicator animation * input key presses before changing lights * remove old code
2020-09-06quantum/debounce: rename debouncing algorithms (#9564)Purdea Andrei
* quantum/debounce: rename debouncing algorithms according to Issue 8763 This is the second attempt at implementation, with no ts_ and cy_ prefixes, since those will be implemented with macros. * Debouncing documentation: Refactor, add some generic info, and merge into a single document
2020-09-06[Keymap] danielo515/redox-1 (#9935)Daniel Rodríguez Rivero
* chore: pulled the latest from master Bring my redox layout from my latest redox branch Bring my latest user stuff from my redox branch * Update users/danielo515/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * chore: small cleanup Co-authored-by: Drashna Jaelre <drashna@live.com>
2020-09-06Docs/PR_checklist: Reorder, unify and pet-peeves (#10253)Erovia
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-09-06[Keyboard] add Plume Keyboards Plume65 (#10176)Maarten Dekkers
* Add Plume65 * Changes
2020-09-05[Keyboard] add Solheim68 by Maartenwut (#10190)Maarten Dekkers
* Add Solheim68 * Update info.json * Layout rename and config cleanup
2020-09-06Unflip < and > for canadian mutlilingual (#10222)Olivier Li
Co-authored-by: Olivier Li <olivierli@google.com>
2020-09-05[Keyboard] add Pandamic handwired (#10227)Brandon Claveria
* Add pandemic keyboard * Fix default keymap * Add via keymap * Fix via keymap * Fix keymaps and pandamic.h * add info.json * update info.json * Apply suggestions from code review * Update keyboards/handwired/swiftrax/pandamic/info.json * make suggested changes
2020-09-05Update file changes action (#10245)Ryan
2020-09-05[Docs] Japanese translation of docs/reference_configurator_support.md (#9879)umi
* add reference_configurator_support.md translation * update based on comment * update based on comment * update based on comment * update based on comment