~ruther/qmk_firmware

d1be25e9 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
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
4039c5dd — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
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
e0213572 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
e2c6dadf — James Young 4 years ago
Noxary 378 Layout Macro rework (#13998)

* physically arrange layout macro

* add info.json
30361895 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
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>
1715fa0e — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
088d6abf — Ramon Imbao 4 years ago
[Keyboard] Add Irene Keyboard (#13991)

Co-authored-by: Drashna Jaelre <drashna@live.com>
fd3dc3a9 — Pete Sevander 4 years ago
Fix `combo_disable` (#13988)

- Dump key buffer when combos are disabled.
- Recursive calls to `dump_key_buffer` need to start dumping the buffer
  from index i+1 to avoid possible infinite loops.
- Handle combo key releases even though combo processing is disabled.
28815170 — Drashna Jaelre 4 years ago
Fix Line endings in Absinthe VIA keymap (#13997)

e80772da — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
ade98996 — Joshua T 4 years ago
[Keymap] clean up userspace, add XD75 / Keyboardio Atreus (#13121)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
1412a785 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
424b9ff7 — James Young 4 years ago
Crin Refactor (#13982)

* rename LAYOUT_default to LAYOUT_all

* apply human-friendly formatting to info.json

* correct keyboard dimensions

* correct data for LAYOUT_tsangan

* add labels to LAYOUT_ansi data

* add labels to LAYOUT_all data

* add labels to LAYOUT_iso data

* crin.h: update grid alignment of matrix identifiers

* crin.h: add matrix diagram

* physically position matrix identifiers for LAYOUT_all

- move k2d to top row (right half of split Backspace)
- move k41 to fourth row (right half of split Left Shift [KC_NUBS])

* physically position matrix identifiers for LAYOUT_iso

- move k1d to top row ([KC_NUHS])
- add k41 to fourth row ([KC_NUBS], previously missing)

* refactor keymaps

- grid-align keycodes
- use four-space indent

* correct data for LAYOUT_iso

- move Enter key to home row

* rename LAYOUT_tsangan to LAYOUT_ansi_tsangan

* add LAYOUT_iso_tsangan

* update readme.md

- add `make` command for building
- add "Flashing example..."
- touch-up bootloader jump instructions (previous Markdown didn't render ideally on GitHub)

* extend keymap functionality

- add Grave Accent, Function keys, Print Screen, Scroll Lock and Pause keycodes to keymaps
- add RESET keycode (Fn+R)
- use KC_RGHT for Right arrow

* touch-up bootloader instructions on readme

- note that Bootmagic Lite jump erases persistent settings
- note that Fn+R is RESET keycode by default
7ef4d0c8 — Drashna Jaelre 4 years ago
Fix pmw3360 code to only output debug info if mouse debugging is enabled (#13993)

7ed235d1 — Drashna Jael're 4 years ago
Merge remote-tracking branch 'origin/master' into develop
af98005b — Evelien-Lillian Dekkers 4 years ago
[Keyboard] Add Gud70 (#12575)

Co-authored-by: Drashna Jaelre <drashna@live.com>
9b922d55 — alittlepeace 4 years ago
[Keyboard] Adding VIA to Absinthe (#13031)

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