zmk driver for PIXART PAW3222 optical sensor
742 B
16 lines
1Copyright 2024 Google LLC
2Modifiactions Copyright 2025 sekigon-gonnoc
3
4Original source code: https://github.com/zephyrproject-rtos/zephyr/blob/19c6240b6865bcb28e1d786d4dcadfb3a02067a0/drivers/input/input_paw32xx.c
5
6Licensed under the Apache License, Version 2.0 (the “License”);
7you may not use this file except in compliance with the License.
8You may obtain a copy of the License at
9
10http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing, software
13distributed under the License is distributed on an “AS IS” BASIS,
14WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15See the License for the specific language governing permissions and
16limitations under the License.