summaryrefslogtreecommitdiffstats
path: root/keyboards/bigseries/keymaps/8ball/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bigseries/keymaps/8ball/keymap.c')
-rwxr-xr-xkeyboards/bigseries/keymaps/8ball/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/bigseries/keymaps/8ball/keymap.c b/keyboards/bigseries/keymaps/8ball/keymap.c
index df4e3dde8..1097eb94a 100755
--- a/keyboards/bigseries/keymaps/8ball/keymap.c
+++ b/keyboards/bigseries/keymaps/8ball/keymap.c
@@ -15,7 +15,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 "../../bigseries.h"
+#include QMK_KEYBOARD_H
static const char * const ANSWERS[] = {
// "Yes" answers
@@ -51,7 +51,7 @@ static const char * const ANSWERS[] = {
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-KEYMAP(
+LAYOUT(
KC_A),
};