Desoldering, Mill-Maxing, And Why You Might Want To Learn Both
Thanks to StoryboardTech’s fantastic article, you finally learned how to solder! Or at least, you’re committed to learning. So, what’s next? Well, if you’re brave enough, why not learn how to desolder as well? And when you feel confident with that, how about Mill-Max? You don’t necessarily have to know or learn how to solder before learning how to desolder or Mill-max, but in my opinion, getting comfortable with soldering is a great step towards learning how to do the other two, and if you know how to solder, you can practice desoldering and mill-maxing to your heart’s content since you’ll already have the tools from learning how to solder! Well, at least most of the tools. Let’s start off with the good ol’ disclaimer section first, however. Disclaimer These are my own opinions and my own thoughts, and if I’ve learned anything in life, it’s that we all do things in slightly different ways. Whether it be deadlifting, desoldering, Mill-Maxing or even baking...
Jan 13, 2025
Array ( [0] => Array ( [0] => [1] => [2] => [3] => [4] => [5] => [6] => [7] => [8] => [9] => [10] => [11] => [12] => [13] => [14] => [15] => [16] => [17] => [18] => [19] => [20] => [21] => [22] => [23] => [24] => [25] => [26] => [27] => [28] => [29] => [30] => [31] => [32] => [33] => [34] => [35] => [36] => [37] => [38] => [39] => [40] => [41] => [42] => [43] => [44] => [45] => [46] => [47] => [48] => [49] => [50] => [51] => [52] => [53] => [54] => [55] => [56] => [57] => [58] => [59] => [60] => [61] => [62] => [63] => [64] => [65] => [66] => [67] => [68] => [69] => [70] => [71] => [72] => [73] => [74] => [75] => [76] => [77] => [78] => [79] => [80] => )
[1] => Array ( [0] => [1] => [2] => [3] => [4] => [5] => [6] => [7] => [8] => [9] => [10] => [11] => [12] => [13] => [14] => [15] => [16] => [17] => [18] => [19] => [20] => [21] => [22] => [23] => [24] => [25] => [26] => [27] => [28] => [29] => [30] => [31] => [32] => [33] => [34] => [35] => [36] => [37] => [38] => [39] => [40] => [41] => [42] => [43] => [44] => [45] => [46] => [47] => [48] => [49] => [50] => [51] => [52] => [53] => [54] => [55] => [56] => [57] => [58] => [59] => [60] => [61] => [62] => [63] => [64] => [65] => [66] => [67] => [68] => [69] => [70] => [71] => [72] => [73] => [74] => [75] => [76] => [77] => [78] => [79] => [80] => )
) COMPILE ERROR: Archive: /home/ec2-user/controller.zip -- Compiler Family: -- Chip Selected: -- Chip Family: -- CPU Selected: -- Compiler Source Files: -- Bootloader Type: -- Detected Scan Module Source Files: -- Detected Macro Module Source Files: -- Detected Output Module Source Files: -- Detected Debug Module Source Files: -- Found Git: /usr/bin/git (found version "2.0.5") -- Found Ctags: /usr/bin/ctags (found version "5.8") -- Checking for latest kll version: First, rewinding head to replay your work on top of it... Fast-forwarded master to 25043fa0ee1beccc1d17dcabf5e5c88a672688e1. -- Detected Layout Files: -- Configuring done -- Generating done -- Build files have been written to: /var/compileOutput/20150220_214500_54e81b5c3dfbf6.17114323/controller/build [ 5%] Generating KLL Layout Scanning dependencies of target kiibohd.elf [ 11%] Building C object CMakeFiles/kiibohd.elf.dir/main.c.o [ 17%] Building C object CMakeFiles/kiibohd.elf.dir/Lib/mk20dx.c.o [ 23%] Building C object CMakeFiles/kiibohd.elf.dir/Lib/delay.c.o [ 29%] Building C object CMakeFiles/kiibohd.elf.dir/Scan/MD1/scan_loop.c.o [ 35%] Building C object CMakeFiles/kiibohd.elf.dir/Scan/MatrixARM/matrix_scan.c.o [ 41%] Building C object CMakeFiles/kiibohd.elf.dir/Macro/PartialMap/macro.c.o CMakeFiles/kiibohd.elf.dir/build.make:182: recipe for target 'CMakeFiles/kiibohd.elf.dir/Macro/PartialMap/macro.c.o' failed CMakeFiles/Makefile2:98: recipe for target 'CMakeFiles/kiibohd.elf.dir/all' failed Makefile:75: recipe for target 'all' failed does file exist? =>
DATA: 1
I'm also trying to do some custom kll stuff via the kiibohd controller (I set up a vagrant archlinux box that seems to work fine) , but I'm getting a bit confused as to where to start. The info on the 'modules' isn't very clear on the readme, so I'm not sure where I would go to manually setup the associations.
Is there a solid tutorial on how to go from a building-kiibohd controller project to customizing a configuration?