summaryrefslogtreecommitdiff
path: root/ferris
diff options
context:
space:
mode:
Diffstat (limited to 'ferris')
-rw-r--r--ferris/config.h20
-rw-r--r--ferris/keymap.c26
-rw-r--r--ferris/rules.mk6
3 files changed, 0 insertions, 52 deletions
diff --git a/ferris/config.h b/ferris/config.h
deleted file mode 100644
index e234df0..0000000
--- a/ferris/config.h
+++ /dev/null
@@ -1,20 +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 <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-// our shared config parts
-#include "/home/cullmann/data/qmk/christoph-cullmann/common/config.h"
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 <http://www.gnu.org/licenses/>.
- */
-
-#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"
diff --git a/ferris/rules.mk b/ferris/rules.mk
deleted file mode 100644
index 97e98eb..0000000
--- a/ferris/rules.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-# include common settings
-include /home/cullmann/data/qmk/christoph-cullmann/common/rules.mk
-
-# build
-# qmk compile -kb ferris/sweep -km christoph-cullmann
-# qmk flash -kb ferris/sweep -km christoph-cullmann