~ruther/qmk_firmware

a8f893ed — yulei 4 years ago
[Keyboard] add n6 keyboard (#13768)

Co-authored-by: Ryan <fauxpark@gmail.com>
837571ef — Charly Delay 4 years ago
[Keyboard] bastardkb/skeletyl: fix LED configuration (#14030)

cab13473 — James Young 4 years ago
ryanbaekr rb86: rename LAYOUT_numpad_6x17 to LAYOUT (#14011)

This keyboard isn't a numpad.
08b2d085 — James Young 4 years ago
MisonoWorks Chocolate Bar Configurator fixes (#14009)

* info.json: apply human-friendly formatting

* info.json: correct key sequence

Places the arrow keys in the proper place in sequence.

* correct maintainer's GitHub link in readme

User changed their GitHub username; previous URL was Error 404.
d9bb42e3 — James Young 4 years ago
Linworks Fave87 Layout Macro Refactor (#14008)

* correct LAYOUT_tkl_ansi data

Number row was positioned 0.25u too low.

* correct LAYOUT_tkl_ansi macro

- remove position K027 (right half of Split Backspace)
- remove position K096 (right portion of Split Right Shift)

* correct LAYOUT_tkl_iso macro

- remove position K027 (right half of Split Backspace)
- remove position K096 (right portion of Split Right Shift)

* enable Community Layout support

* add LAYOUT_tkl_ansi_split_bs_rshift and LAYOUT_tkl_iso_split_bs_rshift
0c6155ec — James Young 4 years ago
Pimentoso TouhouPad Layout Macro refactor (#14010)

* physically arrange layout macro, phase 1

Break the keymap up into rows.

* physically arrange layout macro, phase 2

Moves the Escape and Enter keys to the top row.

* refactor default keymap

- use QMK short-form keycodes
- grid align keycodes

* physically arrange layout macro, phase 3

Moves the X key (Bomb) to the bottom row.

* physically arrange layout macro, phase 4

Physically arrange the Escape and Enter keys.

* physically arrange layout macro, phase 5

Physically arrange the arrow keys.

* physically arrange layout macro, phase 6

Physically align the X (Bomb) key.

* align escape characters in layout macro

* info.json: apply human-friendly formatting
b512afc3 — James Young 4 years ago
Fix line endings in keyboards/absinthe/keymaps/via/rules.mk (#14028)

3c3c5965 — James Young 4 years ago
Gorthage Truck Refactor (#14006)

* info.json: apply human-friendly formatting

* info.json: make key labels more friendly to `qmk info -l`

* correct LAYOUT_3u key sequence

* correct LAYOUT_7u key sequence

* correct LAYOUT_10u key sequence

* refactor default keymap

- use QMK short-form keycodes
- update grid alignment
- use four-space indent
- touch up with `qmk cformat`

* refactor 10u keymap

- use QMK short-form keycodes
- add encoder_update_user() function
- update grid alignment
- use four-space indent

* refactor 7u keymap

- use QMK short-form keycodes
- add encoder_update_user() function
- update grid alignment
- use four-space indent

* refactor gorthage_truck.h

- update grid alignments
- use XXX for KC_NO
- insert omitted KC_NO instances

* correct keyboard metadata in info.json

- use GitHub username for maintainer
- correct keyboard dimensions

* add encoder_update_kb() function to gorthage_truck.c

Gives QMK Configurator compile jobs encoder functionality.

* update maintainer field in info.json

As requested by jpuerto96 (s8erdude).
AL1 refactor (#13679)

LFKeyboards: Replace `KC_FNx` with `F(x)` (#13999)

209fd753 — Ramon Imbao 4 years ago
[Keyboard] Add TKL-FF PCB (#14003)

1e4f0d9d — Rifaa Subekti 4 years ago
[Keyboard] add Stealth macropad (#13986)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Rework keymap_extras docs (#13949)

de293648 — James Young 4 years ago
Ducky One2mini Layout Macro fixes (#14002)

47b76f55 — James Young 4 years ago
Function96 V2 Configurator fixes (#13996)

* info.json: apply human-friendly formatting

* correct key sequence for LAYOUT_iso

* correct key sequence for LAYOUT_iso_splitspace

* add layout data for LAYOUT_all
90583a16 — James Young 4 years ago
Orthocode Layout Macro rework (#13995)

* move rotary encoder to top row of layout macro

Makes the layout macro and keycodes resemble the assembled keyboard.

* update info.json data

- convert tabs to spaces
- use human-friendly formatting
- fill in key object labels
- adjust object sequence for layout macro changes
e2c6dadf — James Young 4 years ago
Noxary 378 Layout Macro rework (#13998)

* physically arrange layout macro

* add info.json
ed350a1a — yulei 4 years ago
add falcon keyboard (#13674)

* added falcon keyboard

* Update keyboards/matrix/falcon/rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update keyboards/matrix/falcon/rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Apply suggestions from code review

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

* added description for the bootloader

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
088d6abf — Ramon Imbao 4 years ago
[Keyboard] Add Irene Keyboard (#13991)

Co-authored-by: Drashna Jaelre <drashna@live.com>
28815170 — Drashna Jaelre 4 years ago
Fix Line endings in Absinthe VIA keymap (#13997)

Next