474f7f399c
* feat: add initial ergoslab directory * fix: address all comments from noroadsleft * fix: address comment from drashna * feat: add swap hands config to ergoslab * chore: change ergoslab image to real photo * re
7 lines
95 B
C
7 lines
95 B
C
#pragma once
|
|
|
|
#ifdef KEYBOARD_ergoslab_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|