Skip to content

Commit

Permalink
Adapted model01 module to changes in the firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Fleissner authored and Florian Fleissner committed Mar 21, 2018
1 parent ac39654 commit 50dab30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hardware/keyboardio/avr/model01.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ set(board_id "model01")
set(usb_product "Model 01")
set(usb_manufacturer "Keyboardio")
set(platform_additional_libraries
"Kaleidoscope-Hardware-${product_id};KeyboardioScanner")
"Kaleidoscope-Hardware-${product_id}"
"KeyboardioScanner"
"Kaleidoscope-HIDAdaptor-${usb_manufacturer}HID"
)

0 comments on commit 50dab30

Please sign in to comment.