update license headers
This commit is contained in:
parent
218c5b0572
commit
fd73042e81
6 changed files with 16 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (c) 2020 The ZMK Contributors
|
# Copyright (c) 2022 The ZMK Contributors
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
zephyr_include_directories(.)
|
zephyr_include_directories(.)
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright (c) 2022 The ZMK Contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
config PMW33XX
|
config PMW33XX
|
||||||
bool "PMW33XX Mouse Sensor"
|
bool "PMW33XX Mouse Sensor"
|
||||||
depends on SPI
|
depends on SPI
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2022 The ZMK Contributors
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
#define DT_DRV_COMPAT pixart_pmw33xx
|
#define DT_DRV_COMPAT pixart_pmw33xx
|
||||||
|
|
||||||
#include <drivers/spi.h>
|
#include <drivers/spi.h>
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2022 The ZMK Contributors
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
#ifndef ZEPHYR_DRIVERS_SENSOR_PIXART_PMW33XX_H_
|
#ifndef ZEPHYR_DRIVERS_SENSOR_PIXART_PMW33XX_H_
|
||||||
#define ZEPHYR_DRIVERS_SENSOR_PIXART_PMW33XX_H_
|
#define ZEPHYR_DRIVERS_SENSOR_PIXART_PMW33XX_H_
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2020 The ZMK Contributors
|
* Copyright (c) 2022 The ZMK Contributors
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright (c) 2022 The ZMK Contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
description: |
|
description: |
|
||||||
Sensor driver for the pixart PMW33XX optical mouse sensor supports 3360 built in, and 3389 with external srom
|
Sensor driver for the pixart PMW33XX optical mouse sensor supports 3360 built in, and 3389 with external srom
|
||||||
compatible: "pixart,pmw33xx"
|
compatible: "pixart,pmw33xx"
|
||||||
|
|
Loading…
Add table
Reference in a new issue