X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=keyboards%2Forthodox%2Fkeymaps%2Fdrashna%2Fconfig.h;fp=keyboards%2Forthodox%2Fkeymaps%2Fdrashna%2Fconfig.h;h=d83b77927411721d8aeb87cdda1a98e65f0ddaa3;hb=ccaacde4d663f50b04fcd67d1477db7e0bd46091;hp=f39c34e76d09c733574e90575817586fca6e07e5;hpb=5836d1a06a7265781fa37acf13e3ba9df7224247;p=qmk_firmware.git diff --git a/keyboards/orthodox/keymaps/drashna/config.h b/keyboards/orthodox/keymaps/drashna/config.h index f39c34e76..d83b77927 100644 --- a/keyboards/orthodox/keymaps/drashna/config.h +++ b/keyboards/orthodox/keymaps/drashna/config.h @@ -27,7 +27,7 @@ along with this program. If not, see . /* Use I2C or Serial, not both */ #define USE_SERIAL -// #define USE_I2C +#undef USE_I2C /* Select hand configuration */ @@ -71,4 +71,10 @@ along with this program. If not, see . #define STARTUP_SONG SONG(ZELDA_TREASURE) #endif +#undef PRODUCT +#ifdef KEYBOARD_orthodox_rev1 +#define PRODUCT Drashna Hacked Orthodox Rev.1 +#elif KEYBOARD_orthodox_rev3 +#define PRODUCT Drashna Hacked Orthodox Rev.3 +#endif #endif