d7eb09949d
* Add dactyl manu 6x6 with stm32 support and 5thumb cluster * Add review changes * Add license to new files * Fix enums for custom keymap * Readme update * Fix readme to follow one from template * Add missing licence to files * Update keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/rules.mk * Update keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/rules.mk * Remove readme from onekey keyboard * Make separate macro for 5thumb
8 lines
159 B
Makefile
8 lines
159 B
Makefile
# Copyright 2021 Bartosz Nowak (@dumam)
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = caterina
|