diff options
author | Joel Challis <git@zvecr.com> | 2022-10-20 23:15:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 23:15:15 +0100 |
commit | 08e111758d1828f206a75f2083fc026a494365b5 (patch) | |
tree | f8ab69f86c25cb558840e7fcb4e536cfc81c6b59 /users/pcoves/pcoves.h | |
parent | 00a47742433dc3d48854f2ef646c4fc332f5f443 (diff) |
Remove stale userspace/keymaps (#18700)
Diffstat (limited to 'users/pcoves/pcoves.h')
-rw-r--r-- | users/pcoves/pcoves.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/users/pcoves/pcoves.h b/users/pcoves/pcoves.h deleted file mode 100644 index 10dfc56bd3..0000000000 --- a/users/pcoves/pcoves.h +++ /dev/null @@ -1,32 +0,0 @@ -#pragma once - -#include "quantum.h" - -#define SECRET_ENABLE (__has_include("secret.h") && !defined(NO_SECRET)) - -enum { - AUTRUCHE = SAFE_RANGE, -#ifdef RAINBOW_UNICORN_ENABLE - RAINBOW_UNICORN_TOGGLE, -#endif -#ifdef UNICODE_ENABLE - EMOTE0, - EMOTE1, - EMOTE2, - EMOTE3, -#endif -#if SECRET_ENABLE - SECRET0, - SECRET1, - SECRET2, - SECRET3, - SECRET4, -#endif - PCOVES_SAFE_RANGE, -}; - -__attribute__((weak)) void eeconfig_init_keymap(void); -void eeconfig_init_user(void); - -__attribute__((weak)) bool process_record_keymap(uint16_t keycode, keyrecord_t *record); -bool process_record_user(uint16_t keycode, keyrecord_t *record); |