~ruther/qmk_firmware

ref: 74d8f16c1d4754e79e9b022305e0f2468bb89243 qmk_firmware/keyboards d---------
5233c69b — Nick Brassel 2 years ago
Remove thermal printer. (#18959)

4d33f356 — Nick Brassel 2 years ago
Macro keycode name refactoring (#18958)

a070c4c5 — Joel Challis 2 years ago
Remove hardcoded VIA keycode range (#18956)

Fix "no matrix definition" errors for some boards (#18954)

Fix DD warnings for RGBKB boards (#18944)

Normalise Dynamic Macro keycodes (#18939)

* `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1`

* `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2`

* `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1`

* `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2`

* `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP`

* Update docs
Resolve info.json/rules.mk feature conflicts in three boards (#18942)

Remove more `UNUSED_PINS` defines (#18940)

9435ad19 — Joy Lee 2 years ago
Added analog support for WB32 MCU. (#18289)

Co-authored-by: Joy <chang.li@westberrytech.com>
Normalise Unicode keycodes (#18898)

* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV`

* `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*`

* `UC_MAC` -> `UNICODE_MODE_MACOS`

* `UC_LNX` -> `UNICODE_MODE_LINUX`

* `UC_WIN` -> `UNICODE_MODE_WINDOWS`

* `UC_BSD` -> `UNICODE_MODE_BSD`

* `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE`

* `UC_EMACS` -> `UNICODE_MODE_EMACS`

* `UC__COUNT` -> `UNICODE_MODE_COUNT`

* `UC_M_MA` -> `UC_MAC`

* `UC_M_LN` -> `UC_LINX`

* `UC_M_WI` -> `UC_WIN`

* `UC_M_BS` -> `UC_BSD`

* `UC_M_WC` -> `UC_WINC`

* `UC_M_EM` -> `UC_EMAC`

* Docs

* Update quantum/unicode/unicode.h
743524df — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
652b10e6 — Anton Chernenko 2 years ago
[Keyboard] Add Hubble keyboard (#18718)

Co-authored-by: Anton Chernenko <anton.chernenko@chaintrust.it>
Properly fix elephant42 (#18908)

56986e92 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
ac4b3fd1 — Joel Challis 2 years ago
Remove duplicate key in novelkeys/nk65b (#18907)

c78dc85a — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
078a5113 — mechlovin 2 years ago
[Keyboard] Update Kay65 LED state (#18895)

9d717c85 — fauxpark 2 years ago
Merge remote-tracking branch 'upstream/master' into develop
e90ff84c — Andrew Kannan 2 years ago
Add indicator LEDs to hoodrow G PCB (#18888)

bb97a78d — Toshihiro Suzuki 2 years ago
[Keymap] toshi0383 keymaps update (#18760)

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