summaryrefslogtreecommitdiff
path: root/keyboards/akko
AgeCommit message (Collapse)AuthorFilesLines
2025-08-15Remove overriding of `DF()` within keyboards (#25541)Joel Challis2-25/+4
2025-07-10Migrate `usb.force_nkro` to `host.default.nkro` (#25468)Joel Challis4-8/+24
2025-05-16Remove duplicate of SPI default config from keyboards (#25266)Joel Challis4-8/+0
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis4-4/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis4-4/+0
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-1/+1
* First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification.
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan3-23/+23
2024-10-12Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan2-11/+11
* Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge
2024-10-12Fix rendering of `keymap_config.no_gui` within `led_update_kb` (#24473)Joel Challis1-6/+3
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel8-278/+0
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan2-9/+9
2024-04-02Data-Driven Keyboard Conversions: A (#23379)James Young8-20/+24
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis8-4/+0
2024-02-25LED drivers: update keyboard LED configs (#23073)Ryan4-415/+415
* IS31FL3733: update keyboard LED config * IS31FL3736: update keyboard LED config * IS31FL3737: update keyboard LED config * IS31FL3741: update keyboard LED config * IS31FL3743A: update keyboard LED config * AW20216S: update keyboard LED config * SNLED27351: update keyboard LED config
2024-01-02Remove IS31FLCOMMON code (#22800)Ryan2-4/+4
2024-01-02Migrate RGB Matrix config to info.json - A (#22798)Joel Challis8-32/+12
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan4-4/+4
2023-12-18Update keyboard LED driver configs (#22638)Ryan4-4/+4
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis3-3/+0
2023-11-14Migrate some EEPROM config to info.json (#22434)Joel Challis3-4/+8
2023-11-11Merge remote-tracking branch 'origin/master' into developQMK Bot10-0/+723
2023-11-11add 5087 keyboard (#20557)jonylee@hfd10-0/+723
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan3-7/+7
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-04Rename CKLED2001 driver to SNLED27351 (#22071)Ryan9-19/+19
2023-09-20Migrate dynamic_keymap.layer_count >= 4 (#22087)Joel Challis6-9/+9
2023-09-14Migrate WEAR_LEVELING_*_SIZE to info.json (#22010)Joel Challis6-6/+6
2023-09-13is31fl3733: driver naming cleanups (#21905)Ryan3-3/+3
2023-09-12Migrate spi_flash WEAR_LEVELING_DRIVER to info.json (#21978)Joel Challis6-11/+21
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan3-3/+3
2023-06-23Akko Top40: correct layout data (#21348)James Young1-2/+2
2023-06-14[Keyboard] add top40 keyboard. (#21199)jonylee@hfd10-0/+512
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2023-06-14[Keyboard] add acr87 keyboard. (#21200)jonylee@hfd10-0/+792
2023-06-14[Keyboard]add 5108 Keyboard. (#21184)jonylee@hfd10-0/+734
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com> Co-authored-by: jack <0x6a73@protonmail.com>