From 50dab3055e6463ca20fdb0438fb7522b27fea850 Mon Sep 17 00:00:00 2001 From: Florian Fleissner Date: Tue, 20 Mar 2018 18:52:51 +0100 Subject: [PATCH] Adapted model01 module to changes in the firmware --- hardware/keyboardio/avr/model01.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hardware/keyboardio/avr/model01.cmake b/hardware/keyboardio/avr/model01.cmake index 2f4c190..fcea753 100644 --- a/hardware/keyboardio/avr/model01.cmake +++ b/hardware/keyboardio/avr/model01.cmake @@ -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") \ No newline at end of file + "Kaleidoscope-Hardware-${product_id}" + "KeyboardioScanner" + "Kaleidoscope-HIDAdaptor-${usb_manufacturer}HID" + )