add license header

This commit is contained in:
takashicompany 2024-11-19 18:06:30 +09:00
parent 5b9d208ee1
commit b27f81c9b9
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Copyright 2024 takashicompany (@takashicompany)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define ANALOG_JOYSTICK_X_AXIS_PIN GP28

View File

@ -1,3 +1,6 @@
// Copyright 2024 takashicompany (@takashicompany)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
#include "analog.h"
#include "gpio.h"

View File

@ -1,3 +1,6 @@
// Copyright 2024 takashicompany (@takashicompany)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <stdint.h>

View File

@ -1,3 +1,6 @@
// Copyright 2024 takashicompany (@takashicompany)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "quantum.h"