Skip to content

Instantly share code, notes, and snippets.

View marceliwac's full-sized avatar
🔥
Fighting entropy since 97'

Marceli Wac marceliwac

🔥
Fighting entropy since 97'
View GitHub Profile
@multiarts
multiarts / ClipShadowPath.dart
Last active October 16, 2024 20:06 — forked from coman3/ClipShadowPath.dart
Updated to null safety
import 'package:flutter/material.dart';
class ClipShadowPath extends StatelessWidget {
final Shadow shadow;
final CustomClipper<Path> clipper;
final Widget child;
const ClipShadowPath({
Key? key,
required this.shadow,
@fauxpark
fauxpark / applefn.patch
Last active September 4, 2026 08:29
QMK Apple Fn
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk
index 18f8b0bbfc..4ef3e230e4 100644
--- a/builddefs/common_features.mk
+++ b/builddefs/common_features.mk
@@ -878,6 +878,10 @@ ifeq ($(strip $(JOYSTICK_ENABLE)), yes)
endif
endif
+ifeq ($(strip $(APPLE_FN_ENABLE)), yes)
+ OPT_DEFS += -DAPPLE_FN_ENABLE