From 52aa2298a1b42c3da24e3bb39fee1ed894231c03 Mon Sep 17 00:00:00 2001 From: Inqiyad Sabr Date: Tue, 28 Oct 2025 15:22:06 +0600 Subject: Add screen brightness module Though it's only for Unix likes... I really wanna support BSDs next time. --- modules.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules.h') diff --git a/modules.h b/modules.h index 2db07ce..c7c66bf 100644 --- a/modules.h +++ b/modules.h @@ -18,6 +18,11 @@ void cpu(void); #define MEM_H void mem(void); #endif +// screen brightness +#ifndef SCRBR_H +#define SCRBR_H +void scrbr(void); +#endif // cmus #ifndef CMUS_H #define CMUS_H -- cgit v1.2.3