summaryrefslogtreecommitdiff
path: root/quantum/dip_switch.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-25Fix missing wait.h include in Dip Switch Map (#24863)Drashna Jaelre1-0/+1
2024-02-18Update GPIO macro usages in core (#23093)Ryan1-2/+2
2023-12-11Keymap introspection for Dip Switches (#22543)Joel Challis1-0/+28
2023-12-08Align Dip Switch feature (#22625)Joel Challis1-17/+12
2022-11-04Reduce includes for dip_switch header (#18951)Joel Challis1-3/+5
2022-08-30Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler1-2/+2
2022-02-12Format code according to conventions (#16322)QMK Bot1-4/+12
2021-08-20Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079)Joel Challis1-19/+8
2021-08-19Added right vs left specific pin assignments for dip switch (#13074)XScorpion21-2/+24
2021-07-01Convert Dip Switch callbacks to boolean functions (#13399)Drashna Jaelre1-4/+4
2020-07-04format code according to conventions [skip ci]QMK Bot1-9/+8
2020-07-04add DIP_SWITCH_MATRIX_GRID support (#8772)Takeshi ISHII1-4/+48
2020-04-12Bugfix for quantum/dip_switch.c (#8731)Takeshi ISHII1-2/+2
2019-11-17Run clang-format manually to fix recently changed fileszvecr1-22/+15
2019-09-03Add Dip Switch as a core feature (#6140)Drashna Jaelre1-0/+71