From 7ed78a843d4a90ae8adc69bf3c3dbf573a379f75 Mon Sep 17 00:00:00 2001 From: vin Date: Sun, 15 Oct 2023 19:46:33 -0400 Subject: remove userspace declarations --- users/d4mation/zalgo.c | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 users/d4mation/zalgo.c (limited to 'users/d4mation/zalgo.c') diff --git a/users/d4mation/zalgo.c b/users/d4mation/zalgo.c deleted file mode 100644 index 3a1688e053..0000000000 --- a/users/d4mation/zalgo.c +++ /dev/null @@ -1,21 +0,0 @@ -#include "zalgo.h" - -void zalgo_text( uint16_t keycode ) { - - tap_code( keycode ); - - int number = ( rand() % ( 8 + 1 - 2 ) ) + 2; - unsigned int index; - - unicode_input_start(); - - for ( index = 0; index < number; index++ ) { - - uint16_t hex = ( rand() % ( 0x036F + 1 - 0x0300 ) ) + 0x0300; - register_hex( hex ); - - } - - unicode_input_finish(); - -} \ No newline at end of file -- cgit v1.2.3