[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:
parent
ad12acd3c0
commit
9bea41c9b2
18 changed files with 2079 additions and 0 deletions
10
keyboards/ai03/orbit/split_util.h
Normal file
10
keyboards/ai03/orbit/split_util.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
extern volatile bool isLeftHand;
|
||||
|
||||
void matrix_master_OLED_init (void);
|
Loading…
Add table
Add a link
Reference in a new issue