2016-08-07 20:04:39 +06:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-21 01:51:37 +06:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
2016-08-07 20:04:39 +06:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
2021-08-07 12:59:56 +06:00
|
|
|
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
|
2020-01-31 00:47:48 +06:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2017-07-01 02:09:52 +06:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
CUSTOM_MATRIX = yes # Custom matrix file for the HHKB
|
2016-08-07 20:04:39 +06:00
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
2017-07-01 02:09:52 +06:00
|
|
|
# SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
|
|
|
|
# NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2021-08-16 02:51:13 +06:00
|
|
|
MIDI_ENABLE = no # MIDI support
|
2017-07-01 02:09:52 +06:00
|
|
|
# UNICODE_ENABLE = yes # Unicode
|
2016-08-07 20:04:39 +06:00
|
|
|
|
2018-07-10 07:12:59 +06:00
|
|
|
|
|
|
|
# HHKB_RN42_ENABLE = yes # Enable support for hasu's BT alt controller -- code borrowed from tmk source tree.
|
|
|
|
|
|
|
|
# Either uncomment the HHKB_RN42_ENABLE line above, or run make enabling the
|
|
|
|
# feature. Be sure to clean any existing build before trying to enable rn42
|
|
|
|
# support. For example:
|
|
|
|
#
|
|
|
|
# make hhkb-keymap-clean
|
|
|
|
# make hhkb-keymap-dfu HHKB_RN42_ENABLE=yes
|
|
|
|
|
2019-10-21 01:51:37 +06:00
|
|
|
# project specific files
|
|
|
|
SRC = matrix.c
|
|
|
|
|
2017-08-24 08:29:07 +06:00
|
|
|
# debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION
|
|
|
|
# debug-on: all
|
2016-08-07 20:04:39 +06:00
|
|
|
|
2017-08-24 08:29:07 +06:00
|
|
|
# debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT
|
|
|
|
# debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS))
|
|
|
|
# debug-off: all
|
2020-04-05 13:29:17 +06:00
|
|
|
|
|
|
|
LAYOUTS = 60_hhkb
|