aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/akko
Commit message (Collapse)AuthorAgeFilesLines
* Remove overriding of `DF()` within keyboards (#25541)Joel Challis2025-08-152-25/+4
|
* Migrate `usb.force_nkro` to `host.default.nkro` (#25468)Joel Challis2025-07-104-8/+24
|
* Remove duplicate of SPI default config from keyboards (#25266)Joel Challis2025-05-164-8/+0
|
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-244-4/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-234-4/+0
|
* Non-volatile memory data repository pattern (#24356)Nick Brassel2025-03-211-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.
* Update keycodes for keyboards with RGB Matrix (#24484)Ryan2024-11-243-23/+23
|
* Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan2024-10-122-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
* Fix rendering of `keymap_config.no_gui` within `led_update_kb` (#24473)Joel Challis2024-10-121-6/+3
|
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-258-278/+0
|
* Update GPIO API usage in keyboard code (#23361)Ryan2024-05-032-9/+9
|
* Data-Driven Keyboard Conversions: A (#23379)James Young2024-04-028-20/+24
|
* Migrate build target markers to keyboard.json (#23293)Joel Challis2024-03-308-4/+0
|
* LED drivers: update keyboard LED configs (#23073)Ryan2024-02-254-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
* Remove IS31FLCOMMON code (#22800)Ryan2024-01-022-4/+4
|
* Migrate RGB Matrix config to info.json - A (#22798)Joel Challis2024-01-028-32/+12
|
* Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan2023-12-204-4/+4
|
* Update keyboard LED driver configs (#22638)Ryan2023-12-184-4/+4
|
* Remove unnecessary driver counts (#22435)Joel Challis2023-11-223-3/+0
|
* Migrate some EEPROM config to info.json (#22434)Joel Challis2023-11-133-4/+8
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-11-1110-0/+723
|\
| * add 5087 keyboard (#20557)jonylee@hfd2023-11-1110-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>
* | Rename `DRIVER_ADDR_n` defines (#22200)Ryan2023-10-213-7/+7
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Rename CKLED2001 driver to SNLED27351 (#22071)Ryan2023-10-049-19/+19
| |
* | Migrate dynamic_keymap.layer_count >= 4 (#22087)Joel Challis2023-09-206-9/+9
| |
* | Migrate WEAR_LEVELING_*_SIZE to info.json (#22010)Joel Challis2023-09-146-6/+6
| |
* | is31fl3733: driver naming cleanups (#21905)Ryan2023-09-133-3/+3
| |
* | Migrate spi_flash WEAR_LEVELING_DRIVER to info.json (#21978)Joel Challis2023-09-126-11/+21
|/
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-233-3/+3
|
* Akko Top40: correct layout data (#21348)James Young2023-06-231-2/+2
|
* [Keyboard] add top40 keyboard. (#21199)jonylee@hfd2023-06-1510-0/+512
| | | | Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
* [Keyboard] add acr87 keyboard. (#21200)jonylee@hfd2023-06-1510-0/+792
|
* [Keyboard]add 5108 Keyboard. (#21184)jonylee@hfd2023-06-1410-0/+734
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com> Co-authored-by: jack <0x6a73@protonmail.com>