~ruther/qmk_firmware

ref: a4f990a431f5480d387700ba73b729c4aec2d40c qmk_firmware/keyboards d---------
a0a6820c — Joel Challis 1 year, 10 months ago
Migrate some dip switch config to info.json (#22437)

LED drivers: register naming cleanups (#22436)

e279c78b — Joel Challis 1 year, 10 months ago
Enable linking of encoders to switch within layout macros (#22264)

Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Add dnworks 997pt3 (#22466)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Merge remote-tracking branch 'origin/master' into develop
Add leonardo build target for leonardo + usb2.0 shield based projects (#22243)

Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Add Eden (#22467)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Merge remote-tracking branch 'origin/master' into develop
Bs equals (#21690)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6A73@pm.me>
1efc7906 — Joel Challis 1 year, 10 months ago
Migrate some EEPROM config to info.json (#22434)

Merge remote-tracking branch 'origin/master' into develop
56b6b28f — Duncan Sutherland 1 year, 10 months ago
add `68_ansi` Community Layout to nebula68b (#22433)

e884e42c — Joel Challis 1 year, 10 months ago
Generalise ADC driver source inclusion (#22448)

Remove requirement for `keymap_steno.h` include in keymaps (#22423)

* Remove requirement for `keymap_steno.h` include in keymaps

* Add back keymap_steno.h with a note for the time being
Merge remote-tracking branch 'origin/master' into develop
c2326c05 — John Barbero 1 year, 10 months ago
[Keyboard] Fixes to make snes_macropad play nicer with qmk configurator (#22432)

* [Keyboard] Change default implementation for get_layer_name_user

Will now show the layer number instead of "Unknown", since this is
what will be shown if QMK Configurator is used to compile the
firmware.

* [Keyboard] Update the layout info

This makes it look sort of like a macropad + gamepad rather than an 4x6
ortholinear keyboard.

* [Keyboard] Fix default implementation of get_layer_name_user

Based on feedback from code review the implementation was swapped in
favor of using get_u8_str. This implied a change to the argument type
from int to uint8_t, which cascaded into the existing keymaps. (This
made sense in general, since the return type of get_highest_layer is
also a uint8_t.)
Merge remote-tracking branch 'origin/master' into develop
0189c485 — Duncan Sutherland 1 year, 10 months ago
studiokestra/line_tkl: correct layout data (#22455)

* fix `layouts` data

* add EoF
Next