]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Moving defaultMap.kll to scancode_map.kll (less confusing)
authorJacob Alexander <haata@kiibohd.com>
Wed, 6 Jul 2016 16:00:57 +0000 (09:00 -0700)
committerJacob Alexander <haata@kiibohd.com>
Wed, 6 Jul 2016 16:03:23 +0000 (09:03 -0700)
commita07ccdd60885b828edf79cf5b63e7982b965b982
tree0de8e4589a9aa70206add7b4477d1c4220b7b640
parented19e92ead403555c5b0697ea498ef42f805d950
Moving defaultMap.kll to scancode_map.kll (less confusing)

- Changing default name from defaultMap.kll to scancode_map.kll
- Old name of defaultMap.kll will still work (and is the final fallback)
- Updated all the main projects to use the new name
- Updated BETKB (not entirely finished, but mostly complete)
- Added sub-use of interconnect scancode cache for converters
- Added infinity_led.bash

No behaviour changes, just restructuring.
21 files changed:
Keyboards/ergodox.bash
Keyboards/infinity.bash
Keyboards/infinity_led.bash [new file with mode: 0755]
Keyboards/template.bash
Keyboards/whitefox.bash
Lib/CMake/kll.cmake
Macro/PartialMap/macro.c
Macro/PartialMap/macro.h
Scan/BETKB/scan_loop.c
Scan/BETKB/scan_loop.h
Scan/BETKB/scancode_map.kll [new file with mode: 0644]
Scan/BETKB/setup.cmake
Scan/MD1.1/defaultMap.kll [deleted file]
Scan/MD1.1/scancode_map.kll [new file with mode: 0644]
Scan/MD1/defaultMap.kll [deleted file]
Scan/MD1/scancode_map.kll [new file with mode: 0644]
Scan/MDErgo1/defaultMap.kll [deleted file]
Scan/MDErgo1/scancode_map.kll [new file with mode: 0644]
Scan/UARTConnect/connect_scan.c
Scan/WhiteFox/defaultMap.kll [deleted file]
Scan/WhiteFox/scancode_map.kll [new file with mode: 0644]