From be26af998ee7cbcfeb5b52a366fbd2e6e0bd1017 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 30 Jul 2024 18:11:10 +0200 Subject: 42 keys layout atm --- ferris/keymap.c | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 ferris/keymap.c (limited to 'ferris/keymap.c') diff --git a/ferris/keymap.c b/ferris/keymap.c deleted file mode 100644 index 0dd36fb..0000000 --- a/ferris/keymap.c +++ /dev/null @@ -1,26 +0,0 @@ -/* Copyright 2022 Christoph Cullmann - * - * 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 . - */ - -#include QMK_KEYBOARD_H - -// Returns true if `pos` on the left hand of the keyboard, false if right. -static bool on_left_hand(keypos_t pos) { - // works not really on planck for bottom row, but we handle that differently - return pos.row < MATRIX_ROWS / 2; -} - -// our shared 34 keys keymap -#include "../common/keymap.h" -- cgit v1.2.3