[Keyboard] Add Orbit keyboard (#5306)
* Get things working except indicators * Attempt to get things working * hmm * Compiles but doesn't run * Make data transfer work * Get all indicators working * Remove old transport * Prepare for pullreq * Revert keymap from testing to production * Final error checking for pull request * Remove autogenerated is_command from config.h * Rewrite pin toggles using qmk functions
This commit is contained in:
5
keyboards/ai03/orbit/split_flags.c
Normal file
5
keyboards/ai03/orbit/split_flags.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "split_flags.h"
|
||||
|
||||
volatile bool RGB_DIRTY = false;
|
||||
|
||||
volatile bool BACKLIT_DIRTY = false;
|
||||
Reference in New Issue
Block a user