Changeset a6ad6e8 in avrstuff for kbd/pcw2hid/code/makefile


Ignore:
Timestamp:
Feb 7, 2023, 6:24:17 PM (16 months ago)
Author:
PulkoMandy <pulkomandy@…>
Branches:
main
Children:
110c692
Parents:
3a3fe84
git-author:
Adrien Destugues <adrien.destugues@…> (07/02/2023 12:30:52)
git-committer:
PulkoMandy <pulkomandy@…> (07/02/2023 18:24:17)
Message:

pcw2hid: move code to subdirectory

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kbd/pcw2hid/code/makefile

    r3a3fe84 ra6ad6e8  
    1818F_USB        = $(F_CPU)
    1919OPTIMIZATION = s
    20 TARGET       = Joystick
    21 SRC          = $(TARGET).c Descriptors.c grip.cpp $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
     20TARGET       = Keyboard
     21SRC          = $(TARGET).c Descriptors.c protocol.cpp $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
    2222LUFA_PATH    ?= lufa-LUFA-210130/LUFA
    2323CC_FLAGS     = -DUSE_LUFA_CONFIG_HEADER -IConfig/
Note: See TracChangeset for help on using the changeset viewer.