From d3008110096db2ac098db9b5cb47ad77582c01d9 Mon Sep 17 00:00:00 2001 From: HorrorTroll Date: Mon, 3 Apr 2023 05:24:04 +0700 Subject: Add user horrortroll in userspace (#19769) --- .../pila87/keymaps/horrortroll/led/cool_diagonal.c | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 keyboards/phage_studio/pila87/keymaps/horrortroll/led/cool_diagonal.c (limited to 'keyboards/phage_studio/pila87/keymaps/horrortroll/led/cool_diagonal.c') diff --git a/keyboards/phage_studio/pila87/keymaps/horrortroll/led/cool_diagonal.c b/keyboards/phage_studio/pila87/keymaps/horrortroll/led/cool_diagonal.c deleted file mode 100644 index 900130aba5..0000000000 --- a/keyboards/phage_studio/pila87/keymaps/horrortroll/led/cool_diagonal.c +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright 2022 HorrorTroll - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -static HSV COOL_DIAGONAL_math(HSV hsv, uint8_t i, uint8_t time) { - hsv.h = (g_led_config.point[i].x / 4) - g_led_config.point[i].y - time; - return hsv; -} - -bool COOL_DIAGONAL(effect_params_t* params) { return effect_runner_i(params, &COOL_DIAGONAL_math); } -- cgit v1.2.3