diff options
Diffstat (limited to 'keyboards/cherrybstudio/cb87rgb/cb87rgb.c')
-rw-r--r-- | keyboards/cherrybstudio/cb87rgb/cb87rgb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cherrybstudio/cb87rgb/cb87rgb.c b/keyboards/cherrybstudio/cb87rgb/cb87rgb.c index 6c9d30c6ef..5c2480f3fb 100644 --- a/keyboards/cherrybstudio/cb87rgb/cb87rgb.c +++ b/keyboards/cherrybstudio/cb87rgb/cb87rgb.c @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "cb87rgb.h" +#include "quantum.h" //x = 224 / (NUMBER_OF_COLS - 1) * COL_POSITION //y = 64 / (NUMBER_OF_ROWS - 1) * ROW_POSITION |