~ruther/qmk_firmware

92a029d6 — James Young 4 years ago
Ergonomic Vertical Keyboard (EVK) handwired info.json touch-up (#13527)

* scale layout data

Seems the KLE data that was imported to make the original file was scaled 1.25x. This commit removes the scaling.

* human-friendly formatting

Insert line breaks between physical layout rows.

* remove instances where width or height is set to 1

The width and height of a key is defaulted to 1 if not provided by the JSON data, so there's no reason to set it manually.
7d2f70f3 — James Young 4 years ago
Checker Boards NOP60 touch-up (#13526)

* apply human-friendly formatting to info.json

* fix JSON tree errors in info.json

* rename layout macros

- rename LAYOUT_2x3u to LAYOUT_60_tsangan_hhkb_split_space
- rename LAYOUT_7u to LAYOUT_60_tsangan_hhkb

* rename 2x3u keymap to default
8f0bf52b — James Young 4 years ago
ID67 codebase touch-up (#13521)

* correct layout data

Fix incorrect key sizes/positions.

* rename LAYOUT to LAYOUT_65_ansi_blocker

* tweak human-friendly formatting for info.json

Add new lines for new rows.

* adjust keycode alignment in via keymap

* clean up extra lines in readme file

* enable 65_ansi_blocker Community Layout support

* clean up rules.mk

Aligns the inline comments.
c024acd7 — Albert Y 4 years ago
[Keyboard] RGB Matrix support for TBK Mini (#13506)

Co-authored-by: filterpaper <filterpaper@localhost>
6b8168c3 — Kwabena Aduse-Poku 4 years ago
[Keyboard] Add Bloop65 (#13388)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
20a28d67 — jackytrabbit 4 years ago
[Keyboard] Update lazydesigners/the60/rev2/rev2.h (#13505)

Update lazydesigners/the60/rev2/rev2.h
b71ee47c — Rys Sommefeldt 4 years ago
[Keyboard] CapsUnlocked CU7 (#13429)

Co-authored-by: Drashna Jaelre <drashna@live.com>
4f3a4eca — Drashna Jaelre 4 years ago
[Keymap] Fix Corne Via Layout properly (#13518)

0453b61e — James Young 4 years ago
[Keyboard] Wuque Studio Ikki68 Aurora codebase touch-up (#13510)

877e81f9 — Takeshi ISHII 4 years ago
Fixed the Helix keymap 'fraanrosi' compile issues (#13514)

According to `helix/rev2/keymaps/fraanrosi/readme.md`, this keymap should be compiled with the following command:

```
make helix/rev2/under:fraanrosi
```

Therefore, when compiling all helix keymaps with the following command, an error occurs when compiling `fraanrosi`.

```
make helix:all
```

Therefore, add `LED_UNDERGLOW_ENABLE = yes` to `keymaps/fraanrosi/rules.mk` to suppress the error.
0a8accae — Fredrik Salomonsson 4 years ago
[Keymap] plattfot - Keymap updates for Kyria (#13449)

- Major change in the keymap to work with EurKey. Which relaxes some
  constraints it had before when it had to take in consideration two
  layouts.

  With this the parenthesis can be moved to a better location instead
  of being in the top right corner.

  This also allows esc, del and rctrl to be moved to the base layer.

  Only downside is that ctrl+lalt needed to be removed and instead
  AltGr takes it's place. Add rctrl on right thumb cluster to
  compensate for this which need some reorganization on the thumb
  cluster.

- Split the symbol and function keys layer into two layers, one for
  each hand. Make it easier to press symbols and function keys.

- Add some symbols specific for the EurKey layout.

- Change from running C-<tab> S-C-<tab> to page up/down for the right
  rotary. As holding ctrl and using page up/down works the same in
  firefox. Which allows the rotary to be useful for other things.

- Move scroll lock and insert to right rotary.

- Introducing close tap (CLO_TAP), which is a combination of the
  double tap feature and my macros. E.g. pressing CLO_TAP and ( will
  generate ()←. Which removes the need of the macros and makes it more
  useful than DBL_TAP as it now saves me some keypresses. CLO_TAP exist
  on both the left and right hand layers to make it easy to use.

- Use text for the secondary oled, firmware is too big after rebasing
  on upstream master.

- Update image in the readme to reflect my new layout.
[Keyboard] add new firewave ikki68_aurora (#13364)

Co-authored-by: Ryan <fauxpark@gmail.com>
988942ce — James Young 4 years ago
Clawsome Hatchback & SUV: fix improperly named keymap directories (#13508)

09474cbf — Drashna Jaelre 4 years ago
Fix VIA compilation issues for RGB Matrix (#13503)

baa65d21 — Zach White 4 years ago
enable manual trigger for api data (#13000)

572a35d9 — James Young 4 years ago
Mechmini V1 Refactor (#13498)

1e51bb39 — James Young 4 years ago
nknl7en: correct key object order (#13482)

f44b4866 — Takeshi ISHII 4 years ago
Updated docs/ja/feature_ps2_mouse.md. (#13472)

Changed following the change in the definition of `PS2_MOUSE_SCROLL_BTN_MASK` in the original document.
e10e67c9 — Takeshi ISHII 4 years ago
[Update] Change Original TAGs of Japanese translations (#13473)

* Updated docs/ja/proton_c_conversion.md original tag.

* Updated docs/ja/other_vscode.md original tag.

* Updated docs/ja/feature_swap_hands.md original tag.

* Updated docs/ja/faq_general.md original tag.

* Updated docs/ja/feature_userspace.md original tag.

* Updated git co docs/ja/config_options.md original tag.
eab623f1 — Takeshi ISHII 4 years ago
[Docs] update Japanese translation of internals_gpio_control.md (#13401)

* Add 'Atomic Operation' section into docs/ja/internals_gpio_control.md

* Update docs/ja/internals_gpio_control.md

* Update docs/ja/internals_gpio_control.md

* Update docs/ja/internals_gpio_control.md
Next