mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 12:46:41 +00:00
add license header
This commit is contained in:
parent
5b9d208ee1
commit
b27f81c9b9
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2024 takashicompany (@takashicompany)
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define ANALOG_JOYSTICK_X_AXIS_PIN GP28
|
#define ANALOG_JOYSTICK_X_AXIS_PIN GP28
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2024 takashicompany (@takashicompany)
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "analog.h"
|
#include "analog.h"
|
||||||
#include "gpio.h"
|
#include "gpio.h"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2024 takashicompany (@takashicompany)
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2024 takashicompany (@takashicompany)
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user