aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/bear_face/rules.mk
diff options
context:
space:
mode:
authorchemicalwill <36576135+chemicalwill@users.noreply.github.com>2020-07-28 00:42:32 -0500
committerGitHub <noreply@github.com>2020-07-27 22:42:32 -0700
commit51dbca2332609ee08b98c1c0ab729b0f08f144f1 (patch)
tree93a1e7de404cd142489131ecf671683b03d66203 /keyboards/bear_face/rules.mk
parentbcfb70a4cb943fa17c221db55b155abc3598fbdd (diff)
downloadfirmware-51dbca2332609ee08b98c1c0ab729b0f08f144f1.tar.gz
firmware-51dbca2332609ee08b98c1c0ab729b0f08f144f1.tar.bz2
firmware-51dbca2332609ee08b98c1c0ab729b0f08f144f1.zip
[Keyboard] add bear_face/v2 (#9642)
* [keyboard] bear_face/v2 initial commit * restructured keyboard dir for multiple versions * fixed .json layouts for ISO * reformatted hard tabs to soft tabs * updated readmes * [keyboard] removed top-level info.json, keymaps * [bear_face/v2] changed matrix height, arrow key labels * fixed height 6 instead of 5 * symbols for arrows now directions (i.e. "Left" etc.) * [bear_face/v2] fixed ISO enter in .json * corrected placement for ISO enter * Update rules.mk * DEFAULT_FOLDER = bear_face/v1 * [bear_face] fixed matrix width in info.json * true matrix width is 15 * updated for v1 and v2 info.json * Update keyboards/bear_face/config.h * Update keyboards/bear_face/v1/info.json * Update keyboards/bear_face/v2/info.json * Update keyboards/bear_face/v2/info.json * Update keyboards/bear_face/rules.mk * Fixed default keymap tabs * changed from tabs to spaces
Diffstat (limited to 'keyboards/bear_face/rules.mk')
-rw-r--r--keyboards/bear_face/rules.mk17
1 files changed, 5 insertions, 12 deletions
diff --git a/keyboards/bear_face/rules.mk b/keyboards/bear_face/rules.mk
index fafe7ebd1..499388ed1 100644
--- a/keyboards/bear_face/rules.mk
+++ b/keyboards/bear_face/rules.mk
@@ -2,20 +2,12 @@
MCU = atmega32u4
# Bootloader selection
-# Teensy halfkay
-# Pro Micro caterina
-# Atmel DFU atmel-dfu
-# LUFA DFU lufa-dfu
-# QMK DFU qmk-dfu
-# ATmega32A bootloadHID
-# ATmega328P USBasp
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
-#
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
-MOUSEKEY_ENABLE = yes # Mouse keys
+MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
@@ -26,6 +18,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
MIDI_ENABLE = no # MIDI controls
-UNICODE_ENABLE = no # Unicode
-BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
-AUDIO_ENABLE = no # Audio output on port C6
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output6
+
+DEFAULT_FOLDER = bear_face/v1