~ruther/qmk_firmware

5d7efc71 — Albert Y 3 years ago
[Keyboard] Add bootmagic lite keys to both halve of A.dux (#14731)

Co-authored-by: filterpaper <filterpaper@localhost>
ef7fa0fe — im a can what do you think lmao? 3 years ago
[Keyboard] update lck75 keyboard layouts (#14687)

Co-authored-by: Ryan <fauxpark@gmail.com>
ae73df00 — Shay Merrill 3 years ago
[Keymap] orthodox keymap for shaymdev (#14660)

Co-authored-by: Ryan <fauxpark@gmail.com>
5414e61f — KnoblesseOblige 3 years ago
[Keyboard] Add keebsforall/freebirdtkl (#14460)

c75bf9da — Jay Greco 3 years ago
[Keyboard] nullbitsco keyboards: common file cleanup (#14358)

5c034c43 — Wolf Van Herreweghe 3 years ago
[Keyboard] Add firmware for the TS60 (#14157)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
c8d5988b — leonardusdipa 3 years ago
[Keyboad] Add VIA support for Atreus promicro (#13169)

fa1a59e7 — Kyle McCreery 3 years ago
Changing RGB default to on so it plays well with VIA's QMK lighting section and adding the B9 init workaround to obe.c so the I2C EEPROM will initialize correctly since we are using B9 for caps lock indicator. (#14677)

06124f98 — Sergey Vlasov 3 years ago
cannonkeys/satisfaction75: Add empty layers to the via keymap (#14782)

ee9da1fc — Drashna Jaelre 3 years ago
[Keyboard] Fix DZTECH duo_s default keymap (#14772)

a8a5d204 — James Young 3 years ago
Ein_60: add Configurator layout data (#14777)

3c188d98 — Dao Tak Isaac 3 years ago
[Keyboard] Add cg108 keyboard and fix keymap Dosa40rgb (#14753)

* Add cg108 keyboard and fix keymap Dosa40rgb

* Update keyboards/dtisaac/cg108/readme.md

* Update keyboards/dtisaac/dosa40rgb/rules.mk

* Update keyboards/dtisaac/cg108/info.json

* Update keyboards/dtisaac/cg108/keymaps/default/keymap.c

* Update keyboards/dtisaac/cg108/rules.mk

* Update keyboards/dtisaac/cg108/rules.mk
f216c20f — shela 3 years ago
Update Japanese document (#14766)

5aca3f61 — shela 3 years ago
Update Japanese document (#14767)

969596bd — shela 3 years ago
Update Japanese document (#14769)

82bf688e — Drashna Jaelre 3 years ago
[Keyboard] Update Tractyl Manuform config for F411 (#14770)

f90d8b35 — Drashna Jaelre 3 years ago
[Keyboard] Fix IS31FL3741 driver flushin for Xelus pachi rgb (#14755)

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>
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
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
Next