Skip to content

Commit

Permalink
Move scripts to submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
malcx95 committed Jan 3, 2024
1 parent 11e8a7e commit 7a43704
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 717 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "submodules/Catch2"]
path = submodules/Catch2
url = git@github.com:catchorg/Catch2.git
[submodule "submodules/scripts"]
path = submodules/scripts
url = git@github.com:ZeKeyboard/scripts.git
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ PRECOMPILE_HELPER = $(TEENSY_TOOLS)/teensy-tools/1.58.0/precompile_helper
OBJCOPY = $(TEENSY_COMPILE)/arm-none-eabi-objcopy
POST_COMPILE = $(TEENSY_TOOLS)/teensy-tools/1.58.0/teensy_post_compile
PYTHON = python3
GENERATE_LAYOUT = scripts/generate_layout.py
GENERATE_LAYOUT = submodules/scripts/generate_layout.py

KEYBOARD_LAYOUT_JSON = resources/keyboard-layout.json
KEYBOARD_LAYOUT_JSON = submodules/scripts/resources/keyboard-layout.json

PRECOMPILE_FLAGS = -x c++-header -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=158 -DARDUINO=10607 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL_HID -DLAYOUT_US_ENGLISH -I$(TEENSY4_CORE)

Expand Down
Binary file removed resources/arial.ttf
Binary file not shown.
228 changes: 0 additions & 228 deletions resources/keyboard-layout.json

This file was deleted.

Loading

0 comments on commit 7a43704

Please sign in to comment.