This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- video explanation is HERE: https://www.youtube.com/watch?v=Arn8ExQ2Gjg | |
-- note that some of the code has changed since then (it works better now!) | |
-- Though, I have since abandoned luamacros, in favor of Interception... which i will abandon in favor of QMK. | |
-- get luamacros HERE: http://www.hidmacros.eu/forum/viewtopic.php?f=10&t=241#p794 | |
-- plug in your 2nd keyboard, load this script into LUAmacros, and press the triangle PLAY button. | |
-- Then, press any key on that keyboard to assign logical name ('MACROS') to macro keyboard | |
clear() --clear the console from last run | |
local keyboardIdentifier = '0000AAA' | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- video explanation is HERE: https://www.youtube.com/watch?v=Arn8ExQ2Gjg | |
-- note that some of the code has changed since then (it works better now!) | |
-- Though, I have since abandoned luamacros, in favor of Interception... which i will abandon in favor of QMK. | |
-- get luamacros HERE: http://www.hidmacros.eu/forum/viewtopic.php?f=10&t=241#p794 | |
-- plug in your 2nd keyboard, load this script into LUAmacros, and press the triangle PLAY button. | |
-- Then, press any key on that keyboard to assign logical name ('MACROS') to macro keyboard | |
clear() --clear the console from last run | |
local keyboardIdentifier = '0000AAA' | |