Skip to content

Commit

Permalink
Merge branch 'apple_magic_keyboard_support'
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Jan 25, 2023
2 parents 4df8a27 + 463b08e commit 8fd2ba9
Show file tree
Hide file tree
Showing 6 changed files with 2,154 additions and 2,122 deletions.
2 changes: 2 additions & 0 deletions converter/usb_usb/Makefile.8mhz
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
TARGET = usb_usb_8mhz
F_CPU = 8000000
F_USB = 16000000
UNIMAP_ENABLE = yes
KEYMAP_SECTION_ENABLE = yes
NO_DEBUG = yes
include Makefile
27 changes: 27 additions & 0 deletions converter/usb_usb/Makefile.8mhz_debug
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
TARGET = usb_usb_8mhz_debug

F_CPU = 8000000
F_USB = 16000000

#UNIMAP_ENABLE = yes
#KEYMAP_SECTION_ENABLE = yes

# LUFA debug print
# This may prevent USB enumeration and keyboard init
#TMK_LUFA_DEBUG = yes
# Select one of outputs for debug print
#TMK_LUFA_DEBUG_UART = yes
#TMK_LUFA_DEBUG_SUART = yes

# USB_Host_Shield_2.0 debug print
# This may prevent USB enumeration and keyboard init
OPT_DEFS += -DDEBUG_USB_HOST

CONSOLE_ENABLE = yes
MOUSEKEY_ENABLE = no
EXTRAKEY_ENABLE = no
COMMAND_ENABLE = no
OPT_DEFS += -DNO_ACTION_TAPPING
OPT_DEFS += -DNO_ACTION_LAYER
OPT_DEFS += -DNO_ACTION_MACRO
include Makefile
Loading

0 comments on commit 8fd2ba9

Please sign in to comment.