ducky: requested changes

This commit is contained in:
Reza Jelveh 2020-12-07 18:45:28 +08:00
parent 3ac4eb8fd9
commit 26a04a6db5
3 changed files with 3 additions and 31 deletions

View File

@ -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

View File

@ -4,9 +4,9 @@
A 60% keyboard featuring per-key RGB LEDs.
Keyboard Maintainer: [Reza Jelveh](https://github.com/fishman)
Hardware Supported: Ducky One 2 Mini RGB / NUC123SD4AN0 / MBI5042GP
Hardware Availability: [Ducky Channel](http://www.duckychannel.com.tw/page-en/One_2_Mini_RGB/)
* Keyboard Maintainer: [Reza Jelveh](https://github.com/fishman)
* Hardware Supported: Ducky One 2 Mini RGB / NUC123SD4AN0 / MBI5042GP
* 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):

View File

@ -11,16 +11,10 @@ MCU_FAMILY = NUMICRO
MCU_SERIES = NUC123SD4AN0
# linker script to use
# it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
# or <this_dir>/ld/
MCU_LDSCRIPT = NUC123SD4AN0
# startup code to use
# is should exist in <chibios>/os/common/ports/ARMCMx/compilers/GCC/mk/
MCU_STARTUP = NUC123SD4AN0
# it should exist either in <chibios>/os/hal/boards/
# or <this_dir>/boards
BOARD = NUC123SD4AN0
# 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
ARMV = 6
# Interrupt driven control endpoint task(+60)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# Build Options
# change yes to no to disable
#