Browse Source

Renaming Input Club keyboard Scan Modules

- Should make it easier to follow (originally the keyboards didn't have names hence the code-names)
- See https://github.com/kiibohd/KiiConf/issues/45

MD1     -> Infinity_60%
MD1.1   -> Infinity_60%_LED
MDErgo1 -> Infinity_Ergodox
KType   -> K-Type
blockKey
Jacob Alexander 7 years ago
parent
commit
ca4271b6ff

+ 1
- 1
Keyboards/ergodox.bash View File

@@ -45,7 +45,7 @@ PartialMaps[2]="iced_numpad"
# NOTE: Changing any of these variables will require a force build to compile correctly

# Keyboard Module Configuration
ScanModule="MDErgo1"
ScanModule="Infinity_Ergodox"
MacroModule="PartialMap"
OutputModule="pjrcUSB"
DebugModule="full"

+ 1
- 1
Keyboards/infinity.bash View File

@@ -42,7 +42,7 @@ PartialMaps[1]="hhkbpro2"
# NOTE: Changing any of these variables will require a force build to compile correctly

# Keyboard Module Configuration
ScanModule="MD1"
ScanModule="Infinity_60%"
MacroModule="PartialMap"
OutputModule="pjrcUSB"
DebugModule="full"

+ 1
- 1
Keyboards/infinity_led.bash View File

@@ -42,7 +42,7 @@ PartialMaps[1]="hhkbpro2"
# NOTE: Changing any of these variables will require a force build to compile correctly

# Keyboard Module Configuration
ScanModule="MD1.1"
ScanModule="Infinity_60%_LED"
MacroModule="PartialMap"
OutputModule="pjrcUSB"
DebugModule="full"

+ 1
- 1
Keyboards/template.bash View File

@@ -43,7 +43,7 @@ PartialMaps[2]="colemak"
# NOTE: Changing any of these variables will require a force build to compile correctly

# Keyboard Module Configuration
ScanModule="MD1"
ScanModule="Infinity_60%"
MacroModule="PartialMap"
OutputModule="pjrcUSB"
DebugModule="full"

Scan/MD1/matrix.h → Scan/Infinity_60%/matrix.h View File


Scan/MD1/pinout → Scan/Infinity_60%/pinout View File


Scan/MD1/prototype.kll → Scan/Infinity_60%/prototype.kll View File


Scan/MD1/scan_loop.c → Scan/Infinity_60%/scan_loop.c View File


Scan/MD1.1/scan_loop.h → Scan/Infinity_60%/scan_loop.h View File


Scan/MD1/scancode_map.kll → Scan/Infinity_60%/scancode_map.kll View File


Scan/MD1/setup.cmake → Scan/Infinity_60%/setup.cmake View File


Scan/MD1.1/matrix.h → Scan/Infinity_60%_LED/matrix.h View File


Scan/MD1.1/pinout → Scan/Infinity_60%_LED/pinout View File


Scan/MD1.1/scan_loop.c → Scan/Infinity_60%_LED/scan_loop.c View File


Scan/MD1/scan_loop.h → Scan/Infinity_60%_LED/scan_loop.h View File


Scan/MD1.1/scancode_map.kll → Scan/Infinity_60%_LED/scancode_map.kll View File


Scan/MD1.1/setup.cmake → Scan/Infinity_60%_LED/setup.cmake View File


Scan/MDErgo1/led_conf.h → Scan/Infinity_Ergodox/led_conf.h View File


Scan/MDErgo1/leftHand.kll → Scan/Infinity_Ergodox/leftHand.kll View File


Scan/MDErgo1/leftThenRight.kll → Scan/Infinity_Ergodox/leftThenRight.kll View File


Scan/MDErgo1/matrix.h → Scan/Infinity_Ergodox/matrix.h View File


Scan/MDErgo1/pinout → Scan/Infinity_Ergodox/pinout View File


Scan/MDErgo1/rightHand.kll → Scan/Infinity_Ergodox/rightHand.kll View File


Scan/MDErgo1/scan_loop.c → Scan/Infinity_Ergodox/scan_loop.c View File


Scan/KType/scan_loop.h → Scan/Infinity_Ergodox/scan_loop.h View File


Scan/MDErgo1/scancode_map.kll → Scan/Infinity_Ergodox/scancode_map.kll View File


Scan/MDErgo1/setup.cmake → Scan/Infinity_Ergodox/setup.cmake View File


Scan/MDErgo1/slave1.kll → Scan/Infinity_Ergodox/slave1.kll View File


Scan/KType/matrix.h → Scan/K-Type/matrix.h View File


Scan/KType/scan_loop.c → Scan/K-Type/scan_loop.c View File


Scan/MDErgo1/scan_loop.h → Scan/K-Type/scan_loop.h View File


Scan/KType/defaultMap.kll → Scan/K-Type/scancode_map.kll View File


Scan/KType/setup.cmake → Scan/K-Type/setup.cmake View File


+ 1
- 0
Scan/MD1 View File

@@ -0,0 +1 @@
Infinity_60%

+ 1
- 0
Scan/MD1.1 View File

@@ -0,0 +1 @@
Infinity_60%_LED

+ 1
- 0
Scan/MDErgo1 View File

@@ -0,0 +1 @@
Infinity_Ergodox