numpad, connections, and more
This commit is contained in:
@@ -145,6 +145,15 @@ int main(void)
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
// HAL_GPIO_WritePin(col_pins[col].PORT, col_pins[col].PIN, GPIO_PIN_RESET);
|
// HAL_GPIO_WritePin(col_pins[col].PORT, col_pins[col].PIN, GPIO_PIN_RESET);
|
||||||
|
// } for(int col = 0; col < COLS; col++){
|
||||||
|
// HAL_GPIO_WritePin(col_pins[col].PORT, col_pins[col].PIN, GPIO_PIN_SET);
|
||||||
|
// HAL_Delay(1);
|
||||||
|
// for(int row = 0; row < ROWS; row++){
|
||||||
|
// if(HAL_GPIO_ReadPin(row_pins[row].PORT, row_pins[row].PIN)){
|
||||||
|
// addHIDReport(matrix[row][col], 1);
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// HAL_GPIO_WritePin(col_pins[col].PORT, col_pins[col].PIN, GPIO_PIN_RESET);
|
||||||
// }
|
// }
|
||||||
USBD_HID_SendReport(&hUsbDeviceFS, (uint8_t*)&REPORT, sizeof(REPORT));
|
USBD_HID_SendReport(&hUsbDeviceFS, (uint8_t*)&REPORT, sizeof(REPORT));
|
||||||
HAL_Delay(20);
|
HAL_Delay(20);
|
||||||
|
|||||||
8
hardware/numpad/numpad/_autosave-rgb.kicad_sch
Normal file
8
hardware/numpad/numpad/_autosave-rgb.kicad_sch
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
(kicad_sch
|
||||||
|
(version 20250114)
|
||||||
|
(generator "eeschema")
|
||||||
|
(generator_version "9.0")
|
||||||
|
(uuid "b20b0154-0369-4bd1-a7a4-7485a0c59449")
|
||||||
|
(paper "A4")
|
||||||
|
(lib_symbols)
|
||||||
|
)
|
||||||
5861
hardware/numpad/numpad/matrixrot.kicad_sch
Normal file
5861
hardware/numpad/numpad/matrixrot.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -614,12 +614,8 @@
|
|||||||
"Root"
|
"Root"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"dfe9a284-a8a4-4d0d-a50f-b266aba71148",
|
"1d905906-6e74-4741-8b2e-53dc470a7c79",
|
||||||
"Numpad Matrix"
|
"Numpad Matrix + Rotary Encoder"
|
||||||
],
|
|
||||||
[
|
|
||||||
"6932ef7d-9ae6-4dd5-96f8-4416dedac8b5",
|
|
||||||
"5v to 3.3v Power Regulation"
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"text_variables": {}
|
"text_variables": {}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user