From d93062677c643b24da1f074b88bd23098915c0e7 Mon Sep 17 00:00:00 2001 From: Kymkim Date: Wed, 26 Nov 2025 15:09:53 -0800 Subject: [PATCH] rgb --- firmware/67percent/.cproject | 36 +- firmware/67percent/.project | 2 +- firmware/67percent/{modularkbd.ioc => 67.ioc} | 0 firmware/numpad/.cproject | 36 +- firmware/numpad/.project | 2 +- .../numpad/.settings/language.settings.xml | 4 +- firmware/numpad/Core/Src/main.c | 47 +- firmware/numpad/Core/Src/tim.c | 59 +- firmware/numpad/Debug/Core/Src/dma.o | Bin 1141552 -> 1141548 bytes firmware/numpad/Debug/Core/Src/gpio.o | Bin 1139748 -> 1139744 bytes firmware/numpad/Debug/Core/Src/hid_queue.o | Bin 32996 -> 32992 bytes firmware/numpad/Debug/Core/Src/i2c.o | Bin 1144148 -> 1144144 bytes firmware/numpad/Debug/Core/Src/main.cyclo | 27 +- firmware/numpad/Debug/Core/Src/main.o | Bin 1198604 -> 1200928 bytes firmware/numpad/Debug/Core/Src/main.su | 27 +- .../numpad/Debug/Core/Src/stm32f4xx_hal_msp.o | Bin 1138316 -> 1138312 bytes firmware/numpad/Debug/Core/Src/stm32f4xx_it.o | Bin 1151920 -> 1151916 bytes firmware/numpad/Debug/Core/Src/syscalls.o | Bin 83496 -> 83492 bytes firmware/numpad/Debug/Core/Src/sysmem.o | Bin 55944 -> 55940 bytes .../numpad/Debug/Core/Src/system_stm32f4xx.o | Bin 1136744 -> 1136740 bytes firmware/numpad/Debug/Core/Src/tim.cyclo | 15 +- firmware/numpad/Debug/Core/Src/tim.o | Bin 1148212 -> 1148708 bytes firmware/numpad/Debug/Core/Src/tim.su | 15 +- firmware/numpad/Debug/Core/Src/usart.o | Bin 1153168 -> 1153164 bytes .../Core/Startup/startup_stm32f446retx.o | Bin 7508 -> 7504 bytes .../STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o | Bin 1150328 -> 1150324 bytes .../Src/stm32f4xx_hal_cortex.o | Bin 1154356 -> 1154352 bytes .../Src/stm32f4xx_hal_dma.o | Bin 1148288 -> 1148284 bytes .../Src/stm32f4xx_hal_dma_ex.o | Bin 1145524 -> 1145520 bytes .../Src/stm32f4xx_hal_exti.o | Bin 1139784 -> 1139780 bytes .../Src/stm32f4xx_hal_flash.o | Bin 1143944 -> 1143940 bytes .../Src/stm32f4xx_hal_flash_ex.o | Bin 1146864 -> 1146860 bytes .../Src/stm32f4xx_hal_flash_ramfunc.o | Bin 1135988 -> 1135984 bytes .../Src/stm32f4xx_hal_gpio.o | Bin 1141388 -> 1141384 bytes .../Src/stm32f4xx_hal_i2c.o | Bin 1215548 -> 1215544 bytes .../Src/stm32f4xx_hal_i2c_ex.o | Bin 1137972 -> 1137968 bytes .../Src/stm32f4xx_hal_pcd.o | Bin 1166376 -> 1166372 bytes .../Src/stm32f4xx_hal_pcd_ex.o | Bin 1139836 -> 1139832 bytes .../Src/stm32f4xx_hal_pwr.o | Bin 1142516 -> 1142512 bytes .../Src/stm32f4xx_hal_pwr_ex.o | Bin 1141064 -> 1141060 bytes .../Src/stm32f4xx_hal_rcc.o | Bin 1147800 -> 1147796 bytes .../Src/stm32f4xx_hal_rcc_ex.o | Bin 1153644 -> 1153640 bytes .../Src/stm32f4xx_hal_tim.o | Bin 1227244 -> 1227240 bytes .../Src/stm32f4xx_hal_tim_ex.o | Bin 1171200 -> 1171196 bytes .../Src/stm32f4xx_hal_uart.o | Bin 1189884 -> 1189880 bytes .../Src/stm32f4xx_ll_usb.o | Bin 1174744 -> 1174740 bytes .../Class/HID/Src/usbd_hid.o | Bin 1182164 -> 1182160 bytes .../Core/Src/usbd_core.o | Bin 1186440 -> 1186436 bytes .../Core/Src/usbd_ctlreq.o | Bin 1185184 -> 1185180 bytes .../Core/Src/usbd_ioreq.o | Bin 1175336 -> 1175332 bytes .../numpad/Debug/USB_DEVICE/App/usb_device.o | Bin 1174056 -> 1174052 bytes .../numpad/Debug/USB_DEVICE/App/usbd_desc.o | Bin 1177216 -> 1177212 bytes .../Debug/USB_DEVICE/Target/usbd_conf.o | Bin 1201884 -> 1201880 bytes firmware/numpad/Debug/makefile | 20 +- firmware/numpad/Debug/modularkbd.elf | Bin 1405124 -> 0 bytes firmware/numpad/Debug/modularkbd.list | 29150 --------------- firmware/numpad/Debug/numpad.elf | Bin 0 -> 1411036 bytes firmware/numpad/Debug/numpad.list | 30605 ++++++++++++++++ .../Debug/{modularkbd.map => numpad.map} | 2015 +- .../numpad/{modularkbd.ioc => numpad.ioc} | 0 .../68percent-2025-11-07_214701.zip | Bin 1458571 -> 0 bytes .../68percent-2025-11-25_205005.zip | Bin 0 -> 3071998 bytes 62 files changed, 31789 insertions(+), 30271 deletions(-) rename firmware/67percent/{modularkbd.ioc => 67.ioc} (100%) delete mode 100755 firmware/numpad/Debug/modularkbd.elf delete mode 100644 firmware/numpad/Debug/modularkbd.list create mode 100755 firmware/numpad/Debug/numpad.elf create mode 100644 firmware/numpad/Debug/numpad.list rename firmware/numpad/Debug/{modularkbd.map => numpad.map} (89%) rename firmware/numpad/{modularkbd.ioc => numpad.ioc} (100%) delete mode 100644 hardware/68percent/68percent-backups/68percent-2025-11-07_214701.zip create mode 100644 hardware/68percent/68percent-backups/68percent-2025-11-25_205005.zip diff --git a/firmware/67percent/.cproject b/firmware/67percent/.cproject index 81260053..99da009b 100644 --- a/firmware/67percent/.cproject +++ b/firmware/67percent/.cproject @@ -24,7 +24,7 @@