~ruther/qmk_firmware

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
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.
13f3e30e — precondition 3 years ago
Fix link from feature_tap_dance.md to tapping term settings (#14741)

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
12b9bede — Bahrul Hidayat 3 years ago
update product id for selka40 (#14629)

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>
d5fae3a6 — Grayson Carr 3 years ago
Updated Keychron Q1 user keymap (#14666)

* Updated Keychron Q1 user keymap
- Added Caps Lock indicator
- Mission Control and Launchpad custom keycodes are now defined using the VIA user keycodes range so they can be labeled properly in VIA

* Only use VIA keycode range if VIA is enabled

* Reformatted led_indexes enum to match layout

* Feature: When the Fn layer is active, RGB lighting turns off for keys that are not assigned

* Fixes

* Cleanup: Updated method signature of rgb_matrix_set_color_by_keycode to more closely match rgb_matrix_set_color

* Fixed int sizing for keycodes
Next