diff options
Diffstat (limited to 'keyboards/gl516')
-rw-r--r-- | keyboards/gl516/a52gl/a52gl.c | 18 | ||||
-rw-r--r-- | keyboards/gl516/a52gl/info.json | 2 | ||||
-rw-r--r-- | keyboards/gl516/n51gl/n51gl.c | 18 | ||||
-rw-r--r-- | keyboards/gl516/xr63gl/xr63gl.c | 2 |
4 files changed, 2 insertions, 38 deletions
diff --git a/keyboards/gl516/a52gl/a52gl.c b/keyboards/gl516/a52gl/a52gl.c deleted file mode 100644 index 67c27d2d7d..0000000000 --- a/keyboards/gl516/a52gl/a52gl.c +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright 2021 Salicylic_Acid - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -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 "a52gl.h" diff --git a/keyboards/gl516/a52gl/info.json b/keyboards/gl516/a52gl/info.json index 45b2dd7423..033b1f8464 100644 --- a/keyboards/gl516/a52gl/info.json +++ b/keyboards/gl516/a52gl/info.json @@ -61,7 +61,7 @@ {"label":"3,5", "x":6.05, "y":3}, {"label":"3,6", "x":7.5, "y":3, "w":2.25}, {"label":"7,1", "x":9.75, "y":3, "w":1.25}, - {"label":"7,3", "x":12.0, "y":3}, + {"label":"7,3", "x":12, "y":3}, {"label":"7,4", "x":13.25, "y":3.25}, {"label":"7,5", "x":14.25, "y":3.25}, {"label":"7,6", "x":15.25, "y":3.25} diff --git a/keyboards/gl516/n51gl/n51gl.c b/keyboards/gl516/n51gl/n51gl.c deleted file mode 100644 index f13d0cd78e..0000000000 --- a/keyboards/gl516/n51gl/n51gl.c +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright 2021 Salicylic_Acid - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -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 "n51gl.h" diff --git a/keyboards/gl516/xr63gl/xr63gl.c b/keyboards/gl516/xr63gl/xr63gl.c index 4817f07a92..b2aa43c456 100644 --- a/keyboards/gl516/xr63gl/xr63gl.c +++ b/keyboards/gl516/xr63gl/xr63gl.c @@ -1,7 +1,7 @@ // Copyright 2022 gachiham (@gachiham) // SPDX-License-Identifier: GPL-2.0-or-later -#include QMK_KEYBOARD_H +#include "quantum.h" const matrix_row_t matrix_mask[MATRIX_ROWS] = { 0b1111111111111110, |