mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-20 22:52:02 +00:00
update skyloong/gk87/q1
This commit is contained in:
parent
a6699d3288
commit
e50fb4a2f6
@ -1,12 +1,11 @@
|
|||||||
// Copyright 2023 NaturalZh (@NaturalZh)
|
// Copyright 2023 NaturalZh (@NaturalZh)
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include "atomic_util.h"
|
#include "atomic_util.h"
|
||||||
#include "gpio.h"
|
#include "gpio.h"
|
||||||
|
|
||||||
#define LED_HC595_ST_PIN B1 //74HC595 storage register clock input
|
#define LED_HC595_ST_PIN B5 //74HC595 storage register clock input
|
||||||
#define LED_HC595_SH_PIN B0 //74HC595 shift register clock input
|
#define LED_HC595_SH_PIN B4 //74HC595 shift register clock input
|
||||||
#define LED_HC595_DS B3 // 74HC595 serial data input
|
#define LED_HC595_DS B3 // 74HC595 serial data input
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user