summaryrefslogtreecommitdiff
path: root/keyboards/ferris
diff options
context:
space:
mode:
authorTom Barnes <tom@mechboards.co.uk>2024-02-07 00:25:15 +0000
committerGitHub <noreply@github.com>2024-02-06 16:25:15 -0800
commitffc45ac80c74a935efc921e7bca5066b5b148f0b (patch)
treef72fb9d04f78ffffcb0315206611572a168f9410 /keyboards/ferris
parent3f6e362b8d5b1b6cdc4c40576e7418304e19e3a7 (diff)
Remove ee_hands config from ferris/sweep firmware (#23029)
Diffstat (limited to 'keyboards/ferris')
-rw-r--r--keyboards/ferris/sweep/config.h9
-rw-r--r--keyboards/ferris/sweep/readme.md21
2 files changed, 0 insertions, 30 deletions
diff --git a/keyboards/ferris/sweep/config.h b/keyboards/ferris/sweep/config.h
deleted file mode 100644
index 35cf8d4151..0000000000
--- a/keyboards/ferris/sweep/config.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2018-2020
-// ENDO Katsuhiro <ka2hiro@curlybracket.co.jp>
-// David Philip Barr <@davidphilipbarr>
-// Pierre Chevalier <pierrechevalier83@gmail.com>
-// SPDX-License-Identifier: GPL-2.0+
-
-#pragma once
-
-#define EE_HANDS
diff --git a/keyboards/ferris/sweep/readme.md b/keyboards/ferris/sweep/readme.md
index b6dd436a8b..7e9eddbfa1 100644
--- a/keyboards/ferris/sweep/readme.md
+++ b/keyboards/ferris/sweep/readme.md
@@ -17,27 +17,6 @@ Make example for this keyboard (after setting up your build environment):
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
-## Setting Handedness
-
-Firmware uses [handedness by EEPROM](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom) as default and it must be *configured once* on each side. The make commands for Pro micros are:
-
- make ferris/sweep:default:avrdude-split-left
- make ferris/sweep:default:avrdude-split-right
-
-For Elite-C or compatible controllers using `DFU` bootloader, add the line `BOOTLOADER = atmel-dfu` into the user keymap `rules.mk` file and use the following make commands:
-
- make ferris/sweep:default:dfu-split-left
- make ferris/sweep:default:dfu-split-right
-
-[QMK Toolbox](http://qmk.fm/toolbox) can also be used to set EEPROM handedness. Place the controller in bootloader mode and select menu option Tools -> EEPROM -> Set Left/Right Hand
-
-### RP2040 Controllers
-
-Pro Micro RP2040 controllers are supported with [QMK Converters](https://docs.qmk.fm/#/feature_converters). The make command example with handedness setting for Adafruit's KB2040 are:
-
- make CONVERT_TO=kb2040 ferris/sweep:default:uf2-split-left
- make CONVERT_TO=kb2040 ferris/sweep:default:uf2-split-right
-
## Bootloader
Enter the bootloader in 3 ways: