mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-09 01:12:06 +00:00
ducky: requested changes
This commit is contained in:
parent
3ac4eb8fd9
commit
26a04a6db5
@ -1,19 +0,0 @@
|
|||||||
/* Copyright 2019 /u/KeepItUnder
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
// place overrides here
|
|
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
A 60% keyboard featuring per-key RGB LEDs.
|
A 60% keyboard featuring per-key RGB LEDs.
|
||||||
|
|
||||||
Keyboard Maintainer: [Reza Jelveh](https://github.com/fishman)
|
* Keyboard Maintainer: [Reza Jelveh](https://github.com/fishman)
|
||||||
Hardware Supported: Ducky One 2 Mini RGB / NUC123SD4AN0 / MBI5042GP
|
* Hardware Supported: Ducky One 2 Mini RGB / NUC123SD4AN0 / MBI5042GP
|
||||||
Hardware Availability: [Ducky Channel](http://www.duckychannel.com.tw/page-en/One_2_Mini_RGB/)
|
* Hardware Availability: [Ducky Channel](http://www.duckychannel.com.tw/page-en/One_2_Mini_RGB/)
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
|
@ -11,16 +11,10 @@ MCU_FAMILY = NUMICRO
|
|||||||
MCU_SERIES = NUC123SD4AN0
|
MCU_SERIES = NUC123SD4AN0
|
||||||
|
|
||||||
# linker script to use
|
# linker script to use
|
||||||
# it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
|
|
||||||
# or <this_dir>/ld/
|
|
||||||
MCU_LDSCRIPT = NUC123SD4AN0
|
MCU_LDSCRIPT = NUC123SD4AN0
|
||||||
|
|
||||||
# startup code to use
|
# startup code to use
|
||||||
# is should exist in <chibios>/os/common/ports/ARMCMx/compilers/GCC/mk/
|
|
||||||
MCU_STARTUP = NUC123SD4AN0
|
MCU_STARTUP = NUC123SD4AN0
|
||||||
|
|
||||||
# it should exist either in <chibios>/os/hal/boards/
|
|
||||||
# or <this_dir>/boards
|
|
||||||
BOARD = NUC123SD4AN0
|
BOARD = NUC123SD4AN0
|
||||||
|
|
||||||
# NUC123 series is Cortex M0
|
# NUC123 series is Cortex M0
|
||||||
@ -28,9 +22,6 @@ MCU = cortex-m0
|
|||||||
# ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
|
# ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
|
||||||
ARMV = 6
|
ARMV = 6
|
||||||
|
|
||||||
# Interrupt driven control endpoint task(+60)
|
|
||||||
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# change yes to no to disable
|
# change yes to no to disable
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user