aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Mac layout for XD87 (#9251)siano2020-06-013-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | * Mac layout for XD87 * Rename to mac_underglow * Removed unused file * Fixed missing KC_RGUI * Cleanup * Updated readme.
* | `French (Belgium)` was missing (#9245)Kimat Boven2020-06-011-0/+1
| |
* | Option to allow lighting layers when RGB Lighting is off (#9051)Joshua Diamond2020-06-013-6/+24
| |
* | BE_J should map to KC_J (#9243)Kimat Boven2020-06-011-1/+1
| |
* | Move plaid via keymap to correct location (#9255)Joel Challis2020-06-014-0/+0
| |
* | Fix build when using IGNORE_MOD_TAP_INTERRUPT_PER_KEY. (#9258)Nick Brassel2020-06-011-1/+1
| |
* | 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-30460-12712/+2625
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Branch point for 2020 May 30 Breaking Change * Migrate `ACTION_LAYER_TOGGLE` to `TG()` (#8954) * Migrate `ACTION_MODS_ONESHOT` to `OSM()` (#8957) * Migrate `ACTION_DEFAULT_LAYER_SET` to `DF()` (#8958) * Migrate `ACTION_LAYER_MODS` to `LM()` (#8959) * Migrate `ACTION_MODS_TAP_KEY` to `MT()` (#8968) * Convert V-USB usbdrv to a submodule (#8321) * Unify Tap Hold functions and documentation (#8348) * Changing board names to prevent confusion (#8412) * Move the Keyboardio Model01 to a keyboardio/ subdir (#8499) * Move spaceman keyboards (#8830) * Migrate miscellaneous `fn_actions` entries (#8977) * Migrate `ACTION_MODS_KEY` to chained mod keycodes (#8979) * Organizing my keyboards (plaid, tartan, ergoinu) (#8537) * Refactor Lily58 to use split_common (#6260) * Refactor zinc to use split_common (#7114) * Add a message if bin/qmk doesn't work (#9000) * Fix conflicting types for 'tfp_printf' (#8269) * Fixed RGB_DISABLE_AFTER_TIMEOUT to be seconds based & small internals cleanup (#6480) * Refactor and updates to TKC1800 code (#8472) * Switch to qmk forks for everything (#9019) * audio refactor: replace deprecated PLAY_NOTE_ARRAY (#8484) * Audio enable corrections (2/3) (#8903) * Split HHKB to ANSI and JP layouts and Add VIA support for each (#8582) * Audio enable corrections (Part 4) (#8974) * Fix typo from PR7114 (#9171) * Augment future branch Changelogs (#8978) * Revert "Branch point for 2020 May 30 Breaking Change"
* | Fix crkbd slave matrix print to require debug_matrix (#9217)Manna Harbour2020-05-281-2/+4
| | | | | | | | | | | | | | | | | | * Fix crkbd slave matrix print to require debug_matrix * Remove redundant include Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Keyboards/zsa updates (#9214)Drashna Jaelre2020-05-286-107/+76
| |
* | Community layout support for KBDpad Mk.I (#9220)Ryan2020-05-285-35/+159
| | | | | | | | | | * Community layout support for KBDpad Mk.I * Matching spacing
* | Fix projectkb/alice LED indicator (#9226)onefiftynine2020-05-281-1/+3
| | | | | | Keyboard pre initialization code for LED pins.
* | RSTHD keymap for Minidox (#9178)squizzler2020-05-274-0/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Re-add liles after hard reset * repopulate with keymap * Update keyboards/minidox/keymaps/rsthd_combos/keymap.c Updated how the layers are defined to reduce firmware bloat Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/minidox/keymaps/rsthd_combos/keymap.c Removed unnecessary key codes Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/minidox/keymaps/rsthd_combos/keymap.c Removed backslash from each line of the layers in accordance with current convention. Co-authored-by: Ryan <fauxpark@gmail.com> * Edit of readme Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Fix running qmk info without any arguments (#9218)Zach White2020-05-272-41/+59
| |
* | [Keymap] Update yttyx Planck keymap (#9191)yttyx2020-05-275-179/+89
| | | | | | | | | | | | | | | | | | * Normalise layout and README from yttyx niu keymap. * Correct case of README. * Changes following review. Co-authored-by: Nick Willis <nick@theb.org.uk>
* | Documentation for keymap_extras (#9194)Ryan2020-05-272-0/+80
| |
* | Adding TGR Tris/Tris CE Numpad (#9139)halfenergized2020-05-2710-0/+316
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add TGR Tris * Update readme.md * Update rules.mk * Update keyboards/tgr/tris/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/tgr/tris/keymaps/via/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/tgr/tris/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/tgr/tris/keymaps/via/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/tgr/tris/tris.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/tgr/tris/info.json Co-authored-by: Joel Challis <git@zvecr.com> * update formatting * Revert "update formatting" This reverts commit ae2d6832673985a874f7f43d42bdb56679d851d6. Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | ISSI driver compile error fix (#9169)Wilba2020-05-271-1/+1
| |
* | Fix the path for generated keymaps (#9213)Zach White2020-05-262-5/+5
| |
* | Fix compiling json files (#9210)Zach White2020-05-261-3/+3
| |
* | [CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White2020-05-2617-113/+921
| | | | | | | | | | You can now use `qmk info` to get information about keyboards and keymaps. Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* | [Keymap] Contributing Home-Row-Centric-Mousekey Layout (#9195)nathanvercaemert2020-05-264-0/+416
| | | | | | | | | | | | | | | | | | | | * adding personal keymap to repository * starting to customize documentation to keymap * updated readme * updated readme
* | CLI: fix `json2c` subcommand and add/fix tests (#9206)Erovia2020-05-265-8/+24
| | | | | | Co-authored-by: Zach White <skullydazed@users.noreply.github.com>
* | [Keymap] Ported ok60 to via (#9179)Leivince John Marte2020-05-263-1/+39
| | | | | | | | | | | | | | | | * Initialize ok60/via * Update vendorId for ok60 to K6 0x4b36 * Update keyboards/ok60/config.h
* | [Docs] Japanese translation of docs/feature_pointing_device.md (#8993)umi2020-05-261-0/+49
| | | | | | | | | | | | | | | | | | | | | | * add feature_pointing_device.md translation * update based on comment * update based on comment * update based on comment * update based on comment
* | [Keymap] Niu keymap and README update (#9190)yttyx2020-05-253-191/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * - Balance 12 layers now in their final form - Added Plover layer - Updated README to use layout images * Add headings to layer images. * - Remove redundent TO(_BA) from FC layer - Link to new FC layer image from README * Highlight home keys. * Changes following review.
* | [Keyboard] Add Key 65 by Fox Lab (#9116)Jumail Mundekkat2020-05-2518-0/+1172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Key65 Universal PCB * Add ISO layout to universal * Correct universal info.json * Add Key 65 Hotswap * Correct typo in Key 65 Universal * Update readmes * Correct name * Update keyboards/foxlab/key65/hotswap/config.h * Apply suggestions from code review * Invert capslock LED state * Avoid initial capslock LED flash * Apply suggestions from code review * Update rules.mk * Apply suggestions from code review
* | [Keymap] update helix/rev2:yshrsmz keymap (#9047)Yasuhiro SHIMIZU2020-05-253-135/+206
| | | | | | | | | | * update helix keymap * use set_single_persistent_default_layer
* | Fix capitalisation of "GitHub" (#9184)Ryan2020-05-2570-95/+95
| |
* | Add VIA support for kbd67rev1 (#9173)KOBAYASHI Daisuke2020-05-254-2/+80
| |
* | [Keyboard] Added wilba.tech WT60-XT (#9168)Wilba2020-05-259-0/+455
| | | | | | | | | | | | | | | | | | | | | | | | * Added wilba.tech WT60-XT * fix indent * Update keyboards/wilba_tech/wt60_xt/readme.md * Update keyboards/wilba_tech/wt60_xt/rules.mk * Update keyboards/wilba_tech/wt60_xt/wt60_xt.c
* | Added missing shutdown_user() hook (#9180)yulei2020-05-251-8/+1
| | | | | | | | | | * add missing shutdown_user() * use reset_keyboard() from quantum
* | [Keyboard] PDBDOWN should be PCBDOWN. (#9192)gmadrid2020-05-241-1/+1
| |
* | [Keyboard] Add zvecr/split_blackpill (#9166)Joel Challis2020-05-2410-0/+1848
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add split_blackpill keyboard * Add RGB config * tidy up rules * fix usage of layer_state_t * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Add configurator support
* | Fix i2c EEPROM compile issue when Console is enabled (#9186)Drashna Jaelre2020-05-241-6/+7
| | | | | | | | | | * Fix i2c EEPROM compile issue when Console is enabled * Only use if both console and debugging is enabled
* | Fix SPI EEPROM compile issue when Console is enabled (#9193)Drashna Jaelre2020-05-241-6/+7
| |
* | Fixed the indentation of the sample code in feature_pointing_device docs (#9177)Takeshi ISHII2020-05-231-9/+6
| | | | | | | | | | | | | | | | | | * Fixed the indentation of the sample code in docs/feature_pointing_device.md sample. * Update docs/feature_pointing_device.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | ymdk/bface - RGB config and minila layout (#9127)shohart2020-05-235-2/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix info about RGB LEDs on the bottom. * Added RGB LEDs support * Added RGB LEDs config options * Added minila layout with RGB keys * Create readme.md * Update keyboards/ymdk/bface/keymaps/minila/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/ymdk/bface/keymaps/minila/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/ymdk/bface/keymaps/minila/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/ymdk/bface/keymaps/minila/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/ymdk/bface/keymaps/minila/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | [Keymap] dohmain 60_tsangan_hhkb layout (#9157)Joe Doh2020-05-212-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit for tsangan_hhkb community layout * keymap.c done * wrote readme * move media keys; add shortcuts * edit to reflect changes in keymap * update readme with imgur link
* | [Keyboard] handwired/k8split (#9133)Ckat2020-05-2110-0/+322
| | | | | | | | | | | | | | | | * New Keyboard: k8split * Apply suggestions from code review * move NKRO rule to keymap scope
* | Improve the Makefile message a bit more (#9161)Ryan2020-05-221-2/+2
| |
* | [Keyboard] Wolfmark Club WM1 (#9121)MechMerlin2020-05-2112-0/+1757
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * do the basic port for the WM1 * with much help from tzarc, get the addresses correct * make the keymap more closely mirror what the board has * Add QMK Configurator support * update the readme * get indicator leds working * enable RGB underglow * fix up rgb underglow * add notes regarding existence of backlight * Update keyboards/wolfmarkclub/wm1/readme.md * Update keyboards/wolfmarkclub/wm1/rules.mk * Update keyboards/wolfmarkclub/wm1/rules.mk * Update keyboards/wolfmarkclub/wm1/rules.mk * Update keyboards/wolfmarkclub/wm1/rules.mk * Update keyboards/wolfmarkclub/wm1/config.h * Update keyboards/wolfmarkclub/wm1/ld/wm1_f103.ld * Update keyboards/wolfmarkclub/wm1/bootloader_defs.h * Update keyboards/wolfmarkclub/wm1/config.h * Update keyboards/wolfmarkclub/wm1/rules.mk * Update keyboards/wolfmarkclub/wm1/wm1.c * Update keyboards/wolfmarkclub/wm1/wm1.c * Update keyboards/wolfmarkclub/wm1/rules.mk * Update keyboards/wolfmarkclub/wm1/rules.mk * Update keyboards/wolfmarkclub/wm1/readme.md * Update keyboards/wolfmarkclub/wm1/rules.mk * Update keyboards/wolfmarkclub/wm1/rules.mk * Update keyboards/wolfmarkclub/wm1/rules.mk * Update keyboards/wolfmarkclub/wm1/rules.mk * update readme
* | Fix build. (#9163)Nick Brassel2020-05-221-1/+1
| |
* | Update ARM split keyboard docs (#9160)Joel Challis2020-05-223-5/+26
| | | | | | | | | | | | | | | | | | * Update ARM split keyboard docs * Update docs/serial_driver.md Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | CLI: Rework submodule checking (#9162)Erovia2020-05-211-11/+4
| |
* | [Keyboard] Add support for Ace of Spades TKL keyboard (#9128)Rys Sommefeldt2020-05-2111-0/+399
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for Ace of Spades * Fix the F-row mappings * Add the tkl_iso layout * Put KC_PAUS back in place of top layer reset * aholland909 personal keymap for Ace of Spades * Address PR feedback and rename to aos/tkl * Rename keyboard implementation filenames * Remove unnecessary layers * info.json for the configurator
* | [Keymap] Kyria: Updated personal keymap, added asapjockey's keymap (#8019)Thomas Baart2020-05-215-12/+401
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated personal keymap, added asapjockey's keymap * Update keyboards/kyria/keymaps/asapjockey/keymap.c * Update keyboards/kyria/keymaps/asapjockey/keymap.c * Update keyboards/kyria/keymaps/asapjockey/keymap.c * Update keyboards/kyria/keymaps/asapjockey/keymap.c * Update keyboards/kyria/keymaps/asapjockey/keymap.c * Update keyboards/kyria/keymaps/asapjockey/keymap.c * Fixed layers, brackets * Update keyboards/kyria/keymaps/asapjockey/keymap.c * Update keyboards/kyria/keymaps/asapjockey/keymap.c * Update keyboards/kyria/keymaps/asapjockey/keymap.c * Update keyboards/kyria/keymaps/asapjockey/keymap.c * Update keyboards/kyria/keymaps/asapjockey/keymap.c * Update keyboards/kyria/keymaps/asapjockey/keymap.c
* | Remove broken example from Makefile (#9159)ridingqwerty2020-05-212-2/+2
| | | | | | | | | | * Remove broken example from Makefile * Correct example in Vagrantfile
* | Initial arm serial partially based on old lets split code (#7072)Joel Challis2020-05-212-2/+292
|\ \
| * | Initial arm serial partially based on old lets split codezvecr2020-05-212-2/+292
| | |
* | | format code according to conventions [skip ci]QMK Bot2020-05-212-4/+4
|/ /