~ruther/qmk_firmware

7c5233e0 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
7205b70e — s-show 3 years ago
Translate keycodes us ansi shifted (#13820)

* copy "keycodes_us_ansi_shifted.md" to docs/ja.

* Add japanese translation "docs/keycodes_us_ansi_shifted.md".

* Apply suggestions from code review

Co-authored-by: shela <shelaf@users.noreply.github.com>

* Update docs/ja/keycodes_us_ansi_shifted.md

Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>

Co-authored-by: shela <shelaf@users.noreply.github.com>
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
76076a03 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
d35a98ca — James Young 3 years ago
dyz selka40 touch-up (#14748)

* friendly-format info.json

* remove info.json rounding errors

* fix info.json layout macro reference

JSON data referenced `LAYOUT` instead of `LAYOUT_all`.

* correct info.json key sequence

* remove dead space from info.json layout data

* remove vertical offsets from info.json layout data

* horizontally align info.json layout data

* add matrix diagram to selka40.h

* add LAYOUT_2u_bs

* remove duplicated settings
d00282b2 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
9d070e6a — James Young 3 years ago
DYZ TKL touch-up (#14744)

* friendly-format info.json

* add LAYOUT_all layout data

* add matrix diagram to dyz_tkl.h

* add LAYOUT_tkl_ansi

* add LAYOUT_tkl_ansi_f13

* add LAYOUT_tkl_iso

* add LAYOUT_tkl_iso_f13

* remove `ENCODER_ENABLE = no` from rules.mk

* remove redundant definitions from config.h

Data-driven compilation calculates `MATRIX_ROWS` and `MATRIX_COLS` from the info.json data, so defining them in config.h isn't necessary.

* add missing comma to info.json per fauxpark
e0d688d4 — Joel Challis 3 years ago
Move converter specific tmk_core protocols (#14743)

c39170b7 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
51470dfa — James Young 3 years ago
Dyz60 touch-up (#14742)

* friendly-format info.json

* refactor keymaps

- update grid alignment
- use four-space indent
- use QMK short-form keycodes

* correct info.json layout data

Adds three missing positions, and corrects some key sizes.

* add matrix diagram to dyz60.h

* add LAYOUT_60_ansi

* add LAYOUT_60_iso

* add LAYOUT_60_ansi_split_bs_rshift

* add LAYOUT_60_iso_split_bs_rshift

* add readme

* Remove duplication between config.h and info.json

Duplicating settings between config.h and info.json leads to warnings when compiling.

Removes the duplicated settings from config.h.
8cc0f896 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
13f3e30e — precondition 3 years ago
Fix link from feature_tap_dance.md to tapping term settings (#14741)

a8866a9d — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
cbf1e0ba — James Young 3 years ago
Dyz40 Configurator fixes (#14739)

* add matrix diagram to keyboard header file

* friendly-format info.json

* correct layout data

* add legends to info.json key labels

* add LAYOUT_split_space_split_bs

Rename the `LAYOUT` tree in info.json to `LAYOUT_split_space_split_bs`, and add a corresponding layout macro.

* add LAYOUT_all data to info.json

* add LAYOUT_7u_space

* add LAYOUT_7u_space_split_bs

* add LAYOUT_split_space

* convert tabs to spaces in dyz40.h
426eab92 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
12b9bede — Bahrul Hidayat 3 years ago
update product id for selka40 (#14629)

0d72438a — precondition 3 years ago
Correct the Turkish F '?' keycode (TR_QUES) (#14740)

define TR_QUES S(TR_ASTR) // ? → define TR_QUES S(TR_SLSH) // ?
51665b1f — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
63cb273d — jmcwilliams403 3 years ago
Enabled Bootmagic Lite (#14573)

* Enabled Bootmagic Lite

* Enabled Bootmagic Lite

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
1c0347b8 — Joel Challis 3 years ago
Remove SERIAL_LINK feature (#14727)

* Remove SERIAL_LINK

* more stale paths in doxygen-todo

* Fix

* More refs

* Update testing docs

* Update doxygen-todo

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
60297a10 — Joel Challis 3 years ago
Reuse of EEPROM debounce logic (#14699)

* reuse rgb debounce logic

* Refactor led matrix

* Remove log line

* timeout should not be hard coded
Next