This change does two things:
* Rounds up instead of down, so that a low count check isn't needed.
* When the matrix col is odd, by rounding up, and checking if the right
and left indices are the same, skip one since we don't need to process
the same column twice.
* Initial commit orbiter
Left side support. Need to look into split support next.
* Start adding split configurations
* Not really working but it compiles
* WORKING CONFIG
* Add via support
remove via json file later
* added oled driver and i2c configuration
* update to correct driver block macros
* fix faulty configuration for i2c
* remove via support
* enable console by default
* rework layout slightly
* fix default keymap
* cleanup
* fix comment
* update readme
* add copyright headers to pass lint check
* apply clang-formatter
* refactor folder structure slightly
* quickfix name
* bump readme
* rework for data driven conf
* apply formatter json and update naming
* forgot one
* slight adjustment
* use smaller copyright
* minor change to name
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
* remove .mk file and rename oled.c
* apply formatter
* git-format text
* Use DMA offloading
* add dma config
* remove lto
* Update keyboards/supercrisp/orbiter/readme.md
Co-authored-by: Joel Challis <git@zvecr.com>
---------
Co-authored-by: rasmus <rasmus_lindy@hotmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
* Add Aftermarket Keycult (Per Key RGB) PCB Support
* Well since local lint and the real lint argue...I'm keeping to what I know and removing rules.mk. I'll fix C formatting later...again local lint thinks it's great.
* literally lowercased already locally and git has it cached...I hate working with git.
* c fix
* c fix2
* c...sure would be nice to see the errors so I'm not just guessing...
* magic?
* Suggestions
* Update keyboards/jubakuba/aftermarket_keycult_tkl/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/jubakuba/aftermarket_keycult_tkl/keyboard.json
Co-authored-by: Joel Challis <git@zvecr.com>
---------
Co-authored-by: Joel Challis <git@zvecr.com>