~ruther/qmk_firmware

c421ecdc — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
92548bb3 — QMK Bot 3 years ago
[CI] Format code according to conventions (#17164)

becf0307 — QMK Bot 3 years ago
[CI] Format code according to conventions (#17165)

1557455f — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
90612fce — Albert Y 3 years ago
[Keyboard] 0xc_pad LED index correction (#17120)

55914897 — Albert Y 3 years ago
[Keyboard] launch_1 LED index correction (#17118)

0dbaa7e0 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
94d89dfe — aadriance 3 years ago
[Keyboard] Add Eu isolation Keyboard (#17102)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: TuckTuckFloof <stnashmore@gmail.com>
8b33ca9f — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
c7e114e0 — anubhav dhiman 3 years ago
[Keyboard] add rad keyboard (#17088)

Co-authored-by: zvecr <git@zvecr.com>
a97ed8a1 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
38073c3d — takashicompany 3 years ago
[Keyboard] Add miniZone keyboard (#16644)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
83fa6fe9 — GloriousThrall 3 years ago
Move GMMK Pro to allow for multiple revisions (#16423)

* Added GMMK PRO Rev2 WBG7 MCU compatibility. Added GMMK 2 WBG7 MCU compatibility.

* GMMK PRO MCU Updates only (removed other kbs)

* fix problems

* Optimize the code.

* Update form develop branch

* Update

* Updater from qmk/develop

* Update

* Update config.h

* Update config.h

* Remove gmmk pro rev2

* move moults31/keymap.c

* Update

* tidy up

Co-authored-by: Joy <chang.li@westberrytech.com>
Co-authored-by: zvecr <git@zvecr.com>
b5608cbb — Pascal Getreuer 3 years ago
Continue Caps Word when AltGr (right Alt) is held. (#17156)

This is a minor bug fix for Caps Word. Currently, Caps Word turns off
whenever a non-shift mod becomes active. This is done to avoid
interfering with hotkeys.

This commit makes an exception to continue Caps Word when AltGr (right
Alt) is held. Outside the US, the AltGr key is used to type additional
symbols (https://en.wikipedia.org/wiki/AltGr_key). Depending on the
language, these may include symbols used within words like accented
letters where it would be desirable to continue Caps Word.
36c8462f — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
c4c67f2e — James Young 3 years ago
KBDfans Tiger80 Community Layout Support and Keymap Touch-Up (#17149)

* info.json: apply friendly formatting

* rename LAYOUT_all to LAYOUT_tkl_f13_ansi_tsangan

* enable Community Layout support

* refactor keymaps to use grid alignment
b4d65aac — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
394f1478 — James Young 3 years ago
KBDfans Phase One Layout Macro Additions and Configurator Data (#17148)

* phaseone.h: add matrix diagram

* add QMK Configurator data

* add LAYOUT_65_ansi_blocker_split_bs macro

* add LAYOUT_65_ansi_wkl_split_bs macro

* add LAYOUT_65_iso_blocker macro

* add LAYOUT_65_iso_blocker_split_bs macro

* add LAYOUT_65_iso_wkl macro

* add LAYOUT_65_iso_wkl_split_bs macro

* rename LAYOUT_65_ansi_wkl to LAYOUT_65_ansi_blocker_tsangan_wkl

Differentiates the layout supported here from QMK's `65_ansi_blocker_tsangan` Community Layout, which is equivalent to this but with a 1u GUI key between Left Ctrl and Left Alt.

* rename new layout macros for codebase consistency

- `LAYOUT_65_ansi_wkl_split_bs` -> `LAYOUT_65_ansi_blocker_tsangan_wkl_split_bs`
- `LAYOUT_65_iso_wkl` -> `LAYOUT_65_iso_blocker_tsangan_wkl`
- `LAYOUT_65_iso_wkl_split_bs` -> `LAYOUT_65_iso_blocker_tsangan_wkl_split_bs`

* add reference keymaps

Add keymaps which demonstrate the layout macro implementations.
19e6e6d1 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
89e0fba7 — James Young 3 years ago
Hineybush Ibis Layout Additions and Configurator Rendering Update (#17132)

* info.json: apply friendly formatting

* info.json: remove dead space from rendering

* info.json: insert line breaks between physical rows in layout data

* info.json: fix overlap in key rendering

Fixes an issue where the ANSI Enter key renders on top of the ISO Hash/Tilde key, visually hiding the latter.

* add LAYOUT_ansi_all macro with associated keymap

Duplicates `LAYOUT_all`, but with the ISO Hash/Tilde and ISO Backslash keys removed.

    - ANSI Enter and 2.25u Left Shift
    - Backspace, Right Shift, Numpad Plus and Numpad Enter all split
    - 1.5 / 1 / 1.5 / 6.25 / 1.25 / 1.25 / 1.25 Bottom Row

* add LAYOUT_iso_all macro with associated keymap

Duplicates `LAYOUT_all`, but with the ANSI Backslash key removed.

    - ISO Enter and 1.25u Left Shift
    - Backspace, Right Shift, Numpad Plus and Numpad Enter all split
    - 1.5 / 1 / 1.5 / 6.25 / 1.25 / 1.25 / 1.25 Bottom Row
Next