~ruther/qmk_firmware

b6a49238 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
06593acc — DeskDaily 2 years ago
[Keyboard] Add Navi60 (#19253)

Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com>
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
89399b54 — yiancar 2 years ago
[Keyboard] Crypt Macro (#19279)

Co-authored-by: yiancar <yiancar@gmail.com>
35477a38 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
15ef0a7e — dztech 2 years ago
[Keyboard] add d45 lite keyboard (#19288)

Co-authored-by: Joel Challis <git@zvecr.com>
4b6d458f — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
68f550a3 — mechlovin 2 years ago
[Keyboard] Add Zed65-monoLED and Zed65-Cor65 (#18872)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
b44317ff — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
6d0f944e — T.Shinohara 2 years ago
Keyboard rura66 (#15853)

* add : BlackMask60 and MayShi.No30

* fix:spell miss

* change:keyboard name area

* change: default keymap

* 配列を自分用に変更

* MyKemap Update

* 構成変更

* Add RURA66 new keyboard

* remove additional files

* fix file

* fix info.json from rura66

* fix KC_LANG to KC_LNG from rura66

* Fix readme
- fix purchase URL
- adjust to the recent standard

* Fix rules.mk
- no backlight
- remove DIP switch/Bluetooth
- OLED_DRIVER_ENABLE -> OLED_ENABLE

* Fix rura66.h: add LICENSE

* Fix config.h
- UNUSED_PINS is deprecated
- accept suggestion on PR

* Fix oled_display.c
- remove snprintf()
- OLED_DRIVER_ENABLE->OLED_ENABLE
- oled_task_user() returns false

* Fix config.h
- no SPLIT_HAND_MATRIX_GRID
- no RGB Matrix

* move default keymap readme

* add VIA keymap

* Fix info.json
- Fix keyboard URL
- Change VID/PID

* Fix comments in rules.mk

* fix info.json keyboard url

Co-authored-by: yswallow <1426202+yswallow@users.noreply.github.com>
ecdc7684 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
25790fc8 — xofyarg 2 years ago
[Keyboard] add ydpm40 keyboard (#19294)

57aff7ff — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
454edf68 — precondition 2 years ago
Tests that caps word stays active after use of OSL (#19303)

[Keyboard] Switch heliotrope from rgblight to rgb matrix (#19296)

008f1312 — Alabastard-64 2 years ago
Cleanup pmw3389.c (#19301)

102f22f7 — jpe230 2 years ago
[Core] Quantum Painter - LVGL Integration (#18499)

Co-authored-by: Nick Brassel <nick@tzarc.org>
2d19e59d — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
1431f314 — lalalademaxiya1 2 years ago
Add Keychron Q10 (#19127)

Co-authored-by: Nick Brassel <nick@tzarc.org>
598735a2 — QMK Bot 2 years ago
Format code according to conventions (#19305)

cbabc8db — Albert Y 2 years ago
[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)

* Replace Tapping Force Hold feature with Quick Tap Term

* Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0

* Deprecate force hold in info_config.json

* Before and after quick tap term unit tests

* Quick tap unit tests iteration

* Keymap config.h correction

* Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed

* Add two more test cases for quick tap

* Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2

* Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2

* Add function declaration for get_quick_tap_term

Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
Next