diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-10-17 12:52:07 -0500 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-10-17 12:52:07 -0500 |
| commit | bf9ccc339a2da236afdbad0fe63eb0c9bcb74d7e (patch) | |
| tree | bd3519b472ea1203353f4a47e193ffc4cbc2c670 /keyboards/shared/rules.mk | |
| parent | 3c986ff650f04bb19597e3d519d3ebcfbd9e18a7 (diff) | |
| download | fw-manager-bf9ccc339a2da236afdbad0fe63eb0c9bcb74d7e.tar fw-manager-bf9ccc339a2da236afdbad0fe63eb0c9bcb74d7e.tar.gz fw-manager-bf9ccc339a2da236afdbad0fe63eb0c9bcb74d7e.tar.bz2 fw-manager-bf9ccc339a2da236afdbad0fe63eb0c9bcb74d7e.tar.lz fw-manager-bf9ccc339a2da236afdbad0fe63eb0c9bcb74d7e.tar.xz fw-manager-bf9ccc339a2da236afdbad0fe63eb0c9bcb74d7e.tar.zst fw-manager-bf9ccc339a2da236afdbad0fe63eb0c9bcb74d7e.zip | |
Trying to get the pieces to stick together
Diffstat (limited to 'keyboards/shared/rules.mk')
| -rw-r--r-- | keyboards/shared/rules.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/shared/rules.mk b/keyboards/shared/rules.mk new file mode 100644 index 0000000..1636b99 --- /dev/null +++ b/keyboards/shared/rules.mk @@ -0,0 +1,12 @@ +# SRC += leader.c + +CONSOLE_ENABLE = no +COMMAND_ENABLE = yes +EXTRAKEY_ENABLE = yes +BACKLIGHT_ENABLE = no +RGBLIGHT_ENABLE = no +SLEEP_LED_ENABLE = no +NKRO_ENABLE = no +BLUETOOTH_ENABLE = no +AUDIO_ENABLE = no +LEADER_ENABLE = yes |
