~ruther/qmk_firmware

ac33dc12 — Max Bridgland 4 years ago
[Keyboard] Add VIA keymap to duckyPad, update M4cs keymap for duckyPad (#11703)

Co-authored-by: M4cs <mabridgland@protonmail.com>
9a2b0a5d — mrT1ddl3s 4 years ago
[Keyboard] Knob Goblin add via support (#11831)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
4a10dfb5 — Stefan Schulze 4 years ago
Fix submodule check for qmk setup (#11379)

The initialization of the submodules would succeed, but the result of the subsequent
check_submodules() run wasn't checked correctly.

Co-authored-by: Stefan Schulze <stefan.andre.schulze@posteo.de>
95304f26 — Daniil Kivenko 4 years ago
[Keymap] Adding HHKB Keymap for dz60rgb_wkl:v2 (#11840)

* adding new hhkb layout

* adding license header

* fix end of lines symbol

Co-authored-by: Daniil Kivenko <d.kivenko@evrone.com>
Co-authored-by: Daniil macbet Kivenko <macbet@wisebits.com>
43e314b6 — Matt Gilbert 4 years ago
Add mattir2 keymap for Kyria (#11752)

* added files to support my 2nd kyria

* fixed missing line

* swapped thumb keys

* Update keyboards/kyria/keymaps/mattir2/keymap.c

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
35592848 — xgnxs 4 years ago
Update IGNORE_MOD_TAP_INTERRUPT (#11452)

Current wording of IGNORE_MOD_TAP_INTERRUPT is incorrect, and very confusing when attempting to correct a somewhat common issue for quick typists that have Mod-Tap on a commonly used key.  Research indicates this wording has been incorrect for some time, and has tripped up others attempting to solve the issue of Mod + Key being sent, when Tap + Key is expected after quickly pressing keys.
3fed8bce — yiancar 4 years ago
Dc01 fixes (#11843)

* dc01-fixes

* dc01-fixes

* Cleanup and add VIA

* Updated JSONs

* fix
fa740f81 — James Young 4 years ago
AMJ40 Refactor (#11854)

* update keyboard source files

- add license headers (attributed to original keyboard submitter)
- #pragma once include guards
- file template matching
- readme update and template matching

* set sensible default keyboard settings

- enable Bootmagic Lite and Mouse Keys
- disable Console and Command
- remove default keymap's rules.mk file

* remove unnecessary files from default keymap

* refactor default keymap

* add additional layouts/keymaps

* update keyboard readme

- add images and bootloader instructions
- reformat link list

* convert tabs to spaces in default keymap
e768fb83 — Drashna Jaelre 4 years ago
[Keyboard] PloopyCo VIA updates (#11290)

Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Glen D'souza <gdsouza@linuxmail.org>
LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)

6f44c2ec — Atsushi NAGASE 4 years ago
[Keymap] Add MOC keymap for meishi2 (#11833)

3134698a — Galib, Muhammad 4 years ago
initial add S20 keyboard into polycarbdiet folder (#11865)

5a37c1bd — csc027 4 years ago
csc027/windows-terminal-shortcuts (#11867)

* Fixed some comments in the defines file.

* Replaced the Git command layer with a Windows Terminal shortcut layer.

* Added numbered tab switching to the Windows Terminal layer.

* Added 'new tab' and 'command pane' commands to the Windows Terminal layer.

* Shortened the USB polling interval for the Iris to 1 millisecond.

* Disabled old style macros and functions for the Iris.
[Docs] Japanese translation of adc_driver.md (#10971)

* add adc_driver.md translation

* update based on comment

* update based on comment

* update based on comment
[Docs] Japanese translation of feature_unicode.md (#10985)

* add feature_unicode.md translation

* consolidate sentence end

* update based on comment

* update based on comment

* update based on comment

* update based on comment
ecbbdbcd — James Young 4 years ago
[Keyboard] YMDK YMD40 v2 (#11835)

* [Keyboard] YMDK YMD40 v2

* fork default keymap into default and factory

- factory keymap is as assigned by the extracted JSON provided by the vendor
- default keymap is based on the Planck

* add AUDIO_SUPPORTED rule per drashna

* modify factory keymap's readme

Recommend users copy the default keymap instead.
d035bb51 — James Young 4 years ago
[Keyboard] NEO Keys Palette G67 Hotswap & Soldered (#11850)

537b7614 — Joshua Diamond 4 years ago
unscramble Durgod k320 keymap / fix Issue #11883 (#11885)

* unscramble Durgod k320 keymap / fix Issue #11883

* fix a few keymaps
LED Matrix: add led_matrix_types.h and implement g_led_config (#11741)

* LED Matrix: add led_matrix_types.h and implement g_led_config

* Set correct flags for non-"modifier" LEDs

* Clean up docs a little

* Add license headers for [led,rgb]_matrix_types.h
de8caf70 — Joel Challis 4 years ago
Split gpio and atomic to platform (#11792)

Next