summaryrefslogtreecommitdiff
path: root/keyboards/neson_design
AgeCommit message (Expand)AuthorFilesLines
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis1-1/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis1-1/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis4-4/+0
2025-03-09Only configure `STM32_HSECLK` within `board.h` (#25001)Joel Challis2-21/+8
2024-10-12Rename RGB/HSV structs: keyboard-level code (#24476)Ryan2-4/+4
2024-10-06WS2812 API rework (#24364)Ryan4-55/+69
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel8-167/+0
2024-08-25Update Underglow keycodes (#23765)Ryan8-8/+8
2024-07-26Remove duplicate calls to `housekeeping_task_user` (#24201)Joel Challis2-4/+0
2024-05-20Remove RGB keycodes from boards with no RGB config (#23709)Ryan3-4/+3
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2-2/+2
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan2-6/+6
2024-04-23Migrate build target markers to keyboard.json - N (#23589)Joel Challis4-26/+16
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis4-1/+0
2024-03-30Merge remote-tracking branch 'origin/master' into developQMK Bot8-0/+262
2024-03-29[Keyboard] add neson design 810e keyboard (#22883)yulei8-0/+262
2024-03-22Un-`extern` RGBLight `led[]` array (#23322)Ryan3-93/+1
2024-03-18Add init function to RGBLight driver struct (#23076)Ryan3-0/+3
2024-02-14Migrate RGB Matrix config to info.json (#23000)Joel Challis2-30/+2
2023-12-12Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)Ryan1-3/+3
2023-12-05Rework RGBLight driver system (#22529)Ryan9-5/+24
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis2-2/+0
2023-11-01Relocate LED driver init code (#22365)Ryan4-41/+21
2023-10-22Add `_flush()` functions to LED drivers (#22308)Ryan2-8/+2
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan4-28/+28
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan2-2/+4
2023-10-04Update ISSI LED types (#22099)Ryan2-2/+2
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan2-4/+4
2023-09-15Merge remote-tracking branch 'origin/master' into developQMK Bot4-25/+322
2023-09-15Neson Design Nico Layout Additions (#22027)James Young4-25/+322
2023-09-13is31fl3731: driver naming cleanups (#21918)Ryan2-2/+2
2023-09-04Clean up RGB LED type (#21859)Ryan3-8/+8
2023-08-23Move RGBLight animations to data driven (#21635)Ryan4-25/+25
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan2-40/+40
2023-07-25Merge remote-tracking branch 'origin/master' into developQMK Bot7-0/+298
2023-07-24[Keyboard] Add nico (#20686)yulei7-0/+298
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan4-6/+4
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan4-2/+4
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan3-2/+3
2023-04-27Move remaining `LAYOUT_all`s to data driven (#20463)Ryan3-302/+228
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan4-2/+6
2023-04-04Move 65% layouts to data driven (#20308)Ryan3-211/+136
2023-03-11Move matrix config to info.json, part 3 (#19991)Ryan4-10/+10
2023-02-17Remove matrix size defines (#19581)Ryan2-6/+0
2023-02-17Move LED indicator config to data driven (#19800)Ryan4-4/+6
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan4-12/+4
2023-02-06Remove `IS_HOST_LED_ON` and migrate usages (#19753)Ryan2-2/+2
2023-02-03Debounce defines cleanup (#19742)Ryan2-6/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2-2/+0
2023-01-10Migrate `LAYOUTS` to data driven (#19541)Ryan2-1/+1