logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: ffc45ac80c74a935efc921e7bca5066b5b148f0b
parent 3f6e362b8d5b1b6cdc4c40576e7418304e19e3a7
Author: Tom Barnes <tom@mechboards.co.uk>
Date:   Wed,  7 Feb 2024 00:25:15 +0000

Remove ee_hands config from ferris/sweep firmware (#23029)


Diffstat:

Dkeyboards/ferris/sweep/config.h9---------
Mkeyboards/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 @@ -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 @@ -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: