[Keyboard] Update dz60rgb default keymap (#12488)
The keymap for this PCB as of April 5, 2020 has a 4rth, largely superfluous layer, creating a total of 5 layers.
When ported to VIA, this results in a layer that users can access but cannot edit. I propose removing this layer completely along with it's access from the default.
Fix F303 audio output on A4 with the dac_basic driver (#12480)
The dac_basic driver did not work properly with `#define AUDIO_PIN A4`
(instead of configuring the A4 pin, the driver actually was switching
the A5 pin to analog mode, breaking any other usage of that pin in
addition to emitting a distorted signal on the improperly configured
A4 pin). Fix the code to configure the A4 pin as intended.
[Keymap] add kinesis/keymaps/stapelberg (#12430)
[Keyboard] Add wilba.tech WT60-G2 (#12395)
[Keyboard] Add wilba.tech WT65-FX (#12394)
[Keyboard] Add wilba.tech WT65-F (#12393)
[Keyboard] Add handwired/frankie_macropad (#12349)
Co-authored-by: Ryan <fauxpark@gmail.com>
[Keyboard] Updates for 0xCB 1337 (#12336)
[Keymap] add my quefrency layout (#12104)
[Keyboard] Add G1_65 keyboard (#12140)
Co-authored-by: Drashna Jaelre <drashna@live.com>
[Keyboard] Helen80 matrix fixes (#11969)
Co-authored-by: LIParadise <a58524andy>
[Keyboard] Added Koolertron AMAG23 (#11725)
Fixup Satisfaction75 bootprocess. (#12621)
- Use normal ChibiOS I2C driver.
- Move drawing code to housekeeping -- previously it was during matrix
scan, which gets executed during bootmagic checks. However, bootmagic
is invoked before QWIIC subsystem is enabled, which means I2C isn't
configured yet. All I2C calls to the OLED fail with timeouts while
bootmagic is being checked. Housekeeping ensures this is executed once
the system has initialised and settled.
- QWIIC OLED driver: properly clear out OLED buffer when clearing screen.
Add RGB controls to picture; label Layer 3 correctly (#12337)