diff --git a/Sub-GHz/Sleep_Files/Hours/sleep_1h.sub b/Sub-GHz/Sleep_Files/Hours/sleep_1h.sub
new file mode 100644
index 00000000..7cf32134
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Hours/sleep_1h.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -2000000000 1000 -1599998000
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/Minutes/sleep_10m.sub b/Sub-GHz/Sleep_Files/Minutes/sleep_10m.sub
new file mode 100644
index 00000000..1b33b753
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Minutes/sleep_10m.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -599999000
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/Minutes/sleep_15m.sub b/Sub-GHz/Sleep_Files/Minutes/sleep_15m.sub
new file mode 100644
index 00000000..c3a10125
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Minutes/sleep_15m.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -899999000
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/Minutes/sleep_1m.sub b/Sub-GHz/Sleep_Files/Minutes/sleep_1m.sub
new file mode 100644
index 00000000..723ee4d9
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Minutes/sleep_1m.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -59999000
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/Minutes/sleep_2m.sub b/Sub-GHz/Sleep_Files/Minutes/sleep_2m.sub
new file mode 100644
index 00000000..995fa9a3
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Minutes/sleep_2m.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -119999000
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/Minutes/sleep_30m.sub b/Sub-GHz/Sleep_Files/Minutes/sleep_30m.sub
new file mode 100644
index 00000000..7edb637d
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Minutes/sleep_30m.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -1799999000
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/Minutes/sleep_5m.sub b/Sub-GHz/Sleep_Files/Minutes/sleep_5m.sub
new file mode 100644
index 00000000..6556f992
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Minutes/sleep_5m.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -299999000
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/ReadMe.md b/Sub-GHz/Sleep_Files/ReadMe.md
new file mode 100644
index 00000000..e57f22fb
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/ReadMe.md
@@ -0,0 +1,47 @@
+# Blank SUB files for pausing playlists
+
+While using the [SubGHz Playlist](https://github.com/darmiel/flipper-playlist) included in most custom firmware, it's been a common question as to how to pause the playlist to wait for something to finish before continuing. While you could record raw data for the needed time, you might pick up other signals that you don't wish to reply. (Plus, then you're sitting there recording a long RAW or chaining together a bunch of short ones.)
+
+Thanks to [darmiel](https://github.com/darmiel) (creator of SubGHz Playlist), the issue is solved! I've confirmed via a pulse plotter and a HackRF these files send "nothing" when played back. They are manually generated, not recorded, and are designed to "pause" playlists by filling the space with nothing. I've sorted the files into `Seconds`, `Minutes`, and `Hours` for ease of finding what you need.
+
+If you'd like to make a custom time, you can do so easily. You'll only need to change one number to the appropriate amount of time needed.
+```
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -9999000
+```
+The very last number, or `-9999000` in the above example, is the amount of time in microseconds. This should be just under the time you want by 1/1000 of a second as the first `1000` counts as one. In the above example, [this is 9.999 seconds](https://www.google.com/search?q=9999000+microseconds), which is 10 seconds when you add the first 1000 pulse.
+
+So, to set your own, it's the same as adding 6 zeros, then subtracting 1/1000. For example, 45 seconds would be `-45000000` minus 1/1000 which is `-44999000` and the full file would be
+```
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -44999000
+```
+-----
+
+## Donation Information
+
+Nothing is ever expected for the hoarding of digital files, creations I have made, or the people I may have helped.
+
+## Ordering from Lab401? [USE THIS LINK FOR 5% OFF!](https://lab401.com/r?id=vsmgoc) (Or code `UberGuidoZ` at checkout.)
+
+I've had so many asking for me to add this.
+![Flipper_Blush](https://user-images.githubusercontent.com/57457139/183561666-4424a3cc-679b-4016-a368-24f7e7ad0a88.jpg) ![Flipper_Love](https://user-images.githubusercontent.com/57457139/183561692-381d37bd-264f-4c88-8877-e58d60d9be6e.jpg)
+
+**BTC**: `3AWgaL3FxquakP15ZVDxr8q8xVTc5Q75dS`
+**BCH**: `17nWCvf2YPMZ3F3H1seX8T149Z9E3BMKXk`
+**ETH**: `0x0f0003fCB0bD9355Ad7B124c30b9F3D860D5E191`
+**LTC**: `M8Ujk52U27bkm1ksiWUyteL8b3rRQVMke2`
+
+So, here it is. All donations of *any* size are humbly appreciated.
+![Flipper_Clap](https://user-images.githubusercontent.com/57457139/183561789-2e853ede-8ef7-41e8-a67c-716225177e5d.jpg) ![Flipper_OMG](https://user-images.githubusercontent.com/57457139/183561787-e21bdc1e-b316-4e67-b327-5129503d0313.jpg)
+
+Donations will be used for hardware (and maybe caffeine) to further testing!
+![UberGuidoZ](https://cdn.discordapp.com/emojis/1000632669622767686.gif)
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/Seconds/sleep_10s.sub b/Sub-GHz/Sleep_Files/Seconds/sleep_10s.sub
new file mode 100644
index 00000000..513cdfd6
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Seconds/sleep_10s.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -9999000
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/Seconds/sleep_15s.sub b/Sub-GHz/Sleep_Files/Seconds/sleep_15s.sub
new file mode 100644
index 00000000..77b0c45a
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Seconds/sleep_15s.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -14999000
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/Seconds/sleep_30s.sub b/Sub-GHz/Sleep_Files/Seconds/sleep_30s.sub
new file mode 100644
index 00000000..8960d232
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Seconds/sleep_30s.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -29999000
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/Seconds/sleep_45s.sub b/Sub-GHz/Sleep_Files/Seconds/sleep_45s.sub
new file mode 100644
index 00000000..7a3d07b9
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Seconds/sleep_45s.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -44999000
\ No newline at end of file
diff --git a/Sub-GHz/Sleep_Files/Seconds/sleep_5s.sub b/Sub-GHz/Sleep_Files/Seconds/sleep_5s.sub
new file mode 100644
index 00000000..66a14190
--- /dev/null
+++ b/Sub-GHz/Sleep_Files/Seconds/sleep_5s.sub
@@ -0,0 +1,6 @@
+Filetype: Flipper SubGhz RAW File
+Version: 1
+Frequency: 433920000
+Preset: FuriHalSubGhzPresetOok650Async
+Protocol: RAW
+RAW_Data: 1000 -4999000
\ No newline at end of file