X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fplanck%2Fconfig.h;h=452a99d7463d5d99ed30b1ac95cdcfe96b693d95;hb=3cf179be61a10860b2b66aecf2ec5ca6f0e30605;hp=5cf96bb88cb02c72525f8528587f0da00c7df4a2;hpb=e51001efcc3ff8b64f8264e8bd4c2dbea15f3364;p=qmk_firmware.git diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h index 5cf96bb88..452a99d74 100644 --- a/keyboards/planck/config.h +++ b/keyboards/planck/config.h @@ -23,8 +23,8 @@ along with this program. If not, see . /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x6060 -#define MANUFACTURER Ortholinear Keyboards -#define PRODUCT The Planck Keyboard +#define MANUFACTURER OLKB +#define PRODUCT Planck #define DESCRIPTION A compact ortholinear keyboard /* key matrix size */ @@ -36,7 +36,13 @@ along with this program. If not, see . #define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 } #define UNUSED_PINS +#define QMK_ESC_OUTPUT F1 +#define QMK_ESC_INPUT D5 +#define QMK_LED E6 +#define QMK_SPEAKER C6 + #define AUDIO_VOICES +#define C6_AUDIO #define BACKLIGHT_PIN B7 @@ -80,11 +86,4 @@ along with this program. If not, see . //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION -#ifdef SUBPROJECT_rev3 - #include "rev3/config.h" -#endif -#ifdef SUBPROJECT_rev4 - #include "rev4/config.h" -#endif - #endif