~ruther/qmk_firmware

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>
74c9c3e9 — Sergey Omelchenko 4 years ago
[Keyboard] Macropad v2 polling rate fix (#13129)

4db9aa65 — eniigmakeyboards 4 years ago
[Keyboard] Add eniigmakeyboards/ek60 (#13140)

* add eniigmakeyboards/ek60

* Update keyboards/eniigmakeyboards/ek60/rules.mk

Updated layouts

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

* Update keymap.c

Added GPL2+ header

* Update keymap.c

Added GPL2+

* Update rules.mk

Added ISO layout here

* Update readme.md

Added instructions for resetting bootloader

* Update keyboards/eniigmakeyboards/ek60/rules.mk

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

Co-authored-by: adamws <adamws@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
504d443e — NightlyBoards 4 years ago
[Keyboard] Add n9 macropad (#13168)

0f0ebde0 — DonutCables 4 years ago
[Keyboard] Updates to ScrabblePad (#13177)

Co-authored-by: Ryan <fauxpark@gmail.com>
854b2928 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
0972789e — steve ulrich 4 years ago
[Keymap] adds sulrich crkbd (corne) personal keymap (#13186)

fcddaadc — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
2aeacf9d — Joel Elkins 4 years ago
[Keymap] Updates to jdelkins userspace and keymaps (#13216)

- Remove disused dz60/jdelkins_ss keymap
- Manage configured features for firmware size
- Improve build configuration for the secrets feature
- Various keymap tweaks
- Clean up formatting in various places
Next