~ruther/qmk_firmware

6d816d94 — 4pplet 3 years ago
[Keyboard] Add ratio65 by rationalist (#16727)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
3c3662c2 — 4pplet 3 years ago
[Keyboard] Adding waffling80, TKL PCB (#16726)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
16c848ca — Takeshi ISHII 3 years ago
[Keymap] Change helix:froggy_106 keymap to use split_common (#16704)

f3a49876 — melonbred 3 years ago
[Keyboard] add pegasus (#16701)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
9a38ebc6 — Moritz 3 years ago
[Keyboard] add E80-1800 PCB (#16645)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2d05c7fc — ziptyze 3 years ago
[Keyboard] super16 update (#16494)

3f66e25b — Nabos 3 years ago
[Keyboard] add 10k (#16531)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Nicolas Ballet <balletn@igbmc.fr>
e1c777a1 — Nostril 3 years ago
[Keyboard] Add Synth Labs Solo keyboard (#16103)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
[Keyboard] Add s-ol/0xC.pad (#16057)

* [Keyboard] Add s_ol/0xc_pad

* [Keyboard] add factory testing RGB_MATRIX pattern

Co-authored-by: s-ol <s-ol@users.noreply.github.com>
a5e41615 — Daniel Perrett 3 years ago
[Keyboard] Add userspace pdl and a handwired board (#14199)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
0524a82a — Kamil Zielinski 3 years ago
Fix numbering to match the correct columns (#16831)

e13ad14c — Dasky 3 years ago
GMMK Pro return false in encoder user. (#16830)

3bde05c5 — Takeshi ISHII 3 years ago
Change helix:froggy keymap to use split_common (#16703)

* create LAYOUT_half() macro into helix/rev2/keymaps/froggy/keymap.c

* Makes QMK standerd OLED driver used by the helix:froggy keymap switchable.

* Change helix:froggy keymap to use split_common
84c9d6ff — Simon Arlott 3 years ago
[Bug] Fix matrix scan reporting interval (#16825)

98d41123 — Takeshi ISHII 3 years ago
Reduce the size of the keymap helix:fraanrosi (#16717)

e2ace195 — joedinkle 3 years ago
Header file fixes for all keymaps (#16180)

f4c6e76c — James Young 3 years ago
io_mini1800 Configurator Fixes (#16813)

* info.json: apply friendly formatting

* info.json: fix key sequence errors

Fixes out-of-sequence issue for the Numpad Plus key on both layouts.
d198d792 — Laneware 3 years ago
Update LW-67 info.json (#16788)

* Update info.json

Fixed:
-ISO Enter Position
-Up Arrow Position
-PgDn Position

Cause of Error:
-Keyboard Layout Editor Places Iso Enter on R1 Rather Than R2 like the ANSI Enter

* Update info.json

Fixed Compile Error to Previous Change

* Update keyboards/lw67/info.json
fa978542 — James Young 3 years ago
Sandwich Keeb68 Layout Macro Rework and Configurator Data (#16803)

* keeb68.h: use QMK 3-character notation

* physically arrange layout macro

Moves the keycodes for Equals and Right Bracket to their proper places on the Number and Tab rows, respectively.

Also refactors the keymaps to use QMK-native keycode aliases, grid alignment, and four-space indent.

* move `keymaps/grv_esc/readme.md` to `keymaps/default/`

The file contents say "default keymap".

* enable Community Layouts support

* add QMK Configurator data

* touch-up `rules.mk`
4a729a7b — James Young 3 years ago
QK65 Solder Community Layout Support (#16796)

* refactor solder.h

- use QMK 3-character notation
- convert tabs to spaces

* solder.h: add matrix diagram

* rename LAYOUT_solder to LAYOUT_all

* rename LAYOUT_iso to LAYOUT_65_iso_blocker

Also adds Community Layouts rule to `rules.mk`.

* info.json: improve formatting

- convert tabs to spaces
- format file to four-space indent

* refactor keymaps

- convert tabs to spaces
- update grid alignment of keycodes
- remove trailing whitespace

* add LAYOUT_65_ansi_blocker

* add LAYOUT_65_ansi_blocker_split_bs

* add LAYOUT_65_iso_blocker_split_bs

* add LAYOUT_65_ansi_blocker_tsangan

* add LAYOUT_65_iso_blocker_tsangan

* add LAYOUT_65_ansi_blocker_tsangan_split_bs

* add LAYOUT_65_iso_blocker_tsangan_split_bs

* remove 65_ansi_blocker_tsangan_split_bs from `LAYOUTS` rule
Next