~ruther/qmk_firmware

9dec43a0 — HorrorTroll 2 years ago
Added new keyboard DOIO KB16 (Rev 2) (#18699)

cd809953 — ziptyze 2 years ago
Addition of pi60_rgb to 1upkeyboards (#18633)

Fix splitkb/aurora/sweep (#18839)

* Fix splitkb/aurora/sweep

* Add back layout alias
Fixup huytbt/h50 (#18841)

Fixup bpiphany/ghost_squid (#18842)

f100de88 — Dalius Dobravolskas 2 years ago
Callum style layout improvements and my layout changes (#16174)

846e9d4c — syntax-magic 2 years ago
[Keymap] Added tap dance to LNG1 key (LNG2) (#18682)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: syntax-magic <dkim.8881@gmail.com>
2dff3972 — Andrew Kannan 2 years ago
[Keyboard] Add Ellipse PCB support (#18706)

Co-authored-by: Ryan <fauxpark@gmail.com>
d861a35e — Andrew Kannan 2 years ago
[Keyboard] Add Ellipse hotswap PCB support (#18707)

Co-authored-by: Ryan <fauxpark@gmail.com>
67fd4e6b — Joel Challis 2 years ago
[DOCS] Use correct OSM arguments (#18835)

40aa9c87 — Peter Hindes 2 years ago
spelling fix (#18831)

51dd63c9 — James Young 2 years ago
MWStudio MW65 Black Refactor (#18824)

* mw65_black.h: add matrix diagram

* mw65_black.h: fill-in matrix definition

Fill the empty electrical positions with `KC_NO`.

* mw65_black.h: update matrix diagram

* rename LAYOUT to LAYOUT_65_ansi_blocker

* add LAYOUT_65_ansi_blocker_tsangan

* info.json: correct maintainer value
590ce134 — James Young 2 years ago
Mode SixtyFive HI Layout Refactor (#18823)

* m65hi_alpha.h: add matrix diagram

* rename LAYOUT_all to LAYOUT_65_iso_blocker

* add LAYOUT_65_iso_blocker_tsangan

* tidy-up keymaps

- use four-space indent
- polish keycode grid alignment

* touch-up keymaps

Switch one Page Down keycode for Page Up on the `default` keymap, and switch the Page Down and Page Up keycodes on the `via` keymap.
64e84419 — James Young 2 years ago
Han60 Refactor (#18819)

* info.json: apply friendly formatting

* han60.h: add matrix diagram

* han60.h: tidy file

- remove trailing whitespace
- use four-space indent

* info.json: remove key overlaps from LAYOUT_all rendering

* rename LAYOUT_tsangan to LAYOUT_60_ansi_tsangan

* rename LAYOUT_tsangan_arrowkeys to LAYOUT_60_ansi_arrow_tsangan

* refactor LAYOUT_tsangan_iso into LAYOUT_60_iso_tsangan

Moves position `K2C` (Enter) to the home row.

* refactor LAYOUT_tsangan_iso_arrowkeys into LAYOUT_60_iso_arrow_tsangan

Moves position `K2C` (Enter) to the home row.

* refactor default keymap

- use four-space indent
- use QMK-native keycode aliases
- grid-align keycodes

* bugfix layout macros

* add reference keymaps
9248a04e — James Young 2 years ago
Studio Kestra Galatea: fix ISO layout macros (#18825)

Switch the matrix positions for `KC_NUHS` and `KC_ENT`.
ac75d6e4 — James Young 2 years ago
Aurora65: Correct Layout Data (#18826)

* info.json: apply friendly formatting

* info.json: correct layout data
716969a0 — James Young 2 years ago
Macro3: rename LAYOUT to LAYOUT_ortho_2x4 (#18820)

4a9771c0 — Huy Ta Ba Thanh 2 years ago
Add H50 keyboard from huytbt (#18752)

* Add H50 keyboard from huytbt

Add H50 keyboard

The H50 is a mini keyboard with a 50 percent layout. The keyboard consists of 53 keys.

* Optimize code

* Optimize keymap code

* Optimize code H50 keyboard
9e2a0631 — Controller Works 2 years ago
Add mini36 (#18739)

69719db6 — James Young 2 years ago
Bathroom Epiphanies Ghost Squid Refactor (#18816)

* refactor default keymap

- shorten layer names
  - KM_QWERTY -> _QW
  - KM_MEDIA -> _MD
  - KM_GUI_LOCK -> _GL
- use QMK-native keycode aliases
- use four-space indent
- grid-align keycodes

* remove third layer from default keymap

The third layer only serves to disable the GUI keys, which we can do with a keycode.

* update default keymap readme

* ghost_squid.h: add matrix diagram

* add LAYOUT_fullsize_ansi

* add LAYOUT_fullsize_iso

* use LAYOUT_fullsize_iso macro in default keymap

Refactor the default keymap to use the new LAYOUT_fullsize_iso macro.

* remove LAYOUT macro

Same matrix as LAYOUT_fullsize_iso, but in a different assignment order.

* enable Community Layout support
Next