chore: first commit
Some checks are pending
Build QMK firmware / QMK Userspace Build (push) Waiting to run
Build QMK firmware / QMK Userspace Publish (push) Blocked by required conditions

This commit is contained in:
Alexander Navarro 2025-04-29 15:31:58 -04:00
parent 41ee8332d1
commit 0539533d23
11 changed files with 531 additions and 2 deletions

8
.idea/runConfigurations/Compile.xml generated Normal file
View file

@ -0,0 +1,8 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Compile" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile">
<makefile filename="$PROJECT_DIR$/Makefile" target="%" workingDirectory="" arguments="sofle:aleidk">
<envs />
</makefile>
<method v="2" />
</configuration>
</component>

8
.idea/runConfigurations/Flash.xml generated Normal file
View file

@ -0,0 +1,8 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Flash" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile">
<makefile filename="$PROJECT_DIR$/Makefile" target="%" workingDirectory="" arguments="sofle:aleidk:flash">
<envs />
</makefile>
<method v="2" />
</configuration>
</component>