I have a need for a circuit with cascading outputs such as a 4017 chip. I want every output to be able to reset the circuit using a jumper. I was thinking to make a pcb with solder jumpers so one gets to choose which of the outputs resets the circuit by soldering one of the jumper's pads.
example with 4 outputs: 1000 0100 0010 0001 1000
Problem #1: when an output resets the circuit I want the first output to be on. So I want to start at 1 and not at 0.
Problem #2: when the circuit is powered on. I also like the circuit to start at 1
The outputs need to pull an input of an attiny or atmega chip with internal pull-up resistors to 0V.
I was thinking to use a CD4078BE which is an 8 input NOR / OR gate. The idea was to tie all 4017's outputs to the 4078's inputs. The inverted output of the 4078 would only be '1' if all 4017's outputs are low (so in reset/power up state).
Is this a viable approach or am I overlooking something?