~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/anduril/channel-modes.c

  • Committer: Selene ToyKeeper
  • Date: 2023-06-29 08:44:53 UTC
  • mto: (483.1.175 anduril2)
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: bzr@toykeeper.net-20230629084453-82f9dddarrzcixos
Removed references to Harry Potter,
because J.K. Rowling is the figurehead of a hate group
and I don't want to condone that in any way.

I liked a 2-word phrase she wrote once, "mischief managed", but that was
decades ago...  and now she is the face of a transphobic movement known as
TERFs.  She turned out to be a pretty terrible person who uses her massive
wealth and influence to spread hate and oppress people.

To be clear:

    Trans rights are human rights.

... and anyone who has a problem with that has no place in this project.

Patch suggested by SiteRelEnby, and TBH it's embarrassing that I didn't remove
the phrase sooner.  It seemed fun and innocent in 2017 when this project
started, but ... things changed.

https://github.com/SiteRelEnby/anduril2/commit/a1cee423b4e0e16909a90d5c3e6a7b70df30d755

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
    // channel toggle menu on ... 9H?
130
130
    else if (event == EV_click9_hold) {
131
131
        push_state(channel_mode_config_state, 0);
132
 
        return MISCHIEF_MANAGED;
 
132
        return EVENT_HANDLED;
133
133
    }
134
134
    #endif
135
135