Skip to content

Commit

Permalink
Merge pull request #17 from CapeLeidokos/pr_m01_fix
Browse files Browse the repository at this point in the history
Adapted model01 module to changes in the firmware
  • Loading branch information
noseglasses authored Mar 21, 2018
2 parents ac39654 + 50dab30 commit d041891
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 d041891

Please sign in to comment.