Skip to content

Commit

Permalink
Modernize M75H and M75S firmwares (qmk#21244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gondolindrim committed Jun 15, 2023
1 parent baa9252 commit 8785810
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 65 deletions.
32 changes: 2 additions & 30 deletions keyboards/mode/m75h/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,5 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.

#pragma once

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

#define EEPROM_I2C_24LC256
//#define I2C1_CLOCK_SPEED 400000
//#define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_2

#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE

/*
* Feature disable options
* These options are also useful to firmware size reduction.
*/

/* disable debug print */
//#define NO_DEBUG

/* disable print */
//#define NO_PRINT

/* disable action features */
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT

#define TAP_CODE_DELAY 50

#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 16383 // Overriding to use more EEPROM
#define WEAR_LEVELING_LOGICAL_SIZE 2048
#define WEAR_LEVELING_BACKING_SIZE 4096
2 changes: 0 additions & 2 deletions keyboards/mode/m75h/halconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@

#pragma once

#define HAL_USE_I2C TRUE

#include_next <halconf.h>
2 changes: 1 addition & 1 deletion keyboards/mode/m75h/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard_name": "75H",
"keyboard_name": "M75H",
"manufacturer": "Mode",
"url": "",
"maintainer": "Gondolindrim",
Expand Down
22 changes: 0 additions & 22 deletions keyboards/mode/m75h/m75h.c

This file was deleted.

9 changes: 4 additions & 5 deletions keyboards/mode/m75h/rules.mk
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EEPROM_DRIVER = i2c
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
LTO_ENABLE = yes

# Enter lower-power sleep mode when on the ChibiOS idle thread
Expand Down
5 changes: 0 additions & 5 deletions keyboards/mode/m75s/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.

#pragma once

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

#define BACKLIGHT_DEFAULT_LEVEL 20
#define BACKLIGHT_PWM_DRIVER PWMD3
#define BACKLIGHT_PWM_CHANNEL 1
Expand Down

0 comments on commit 8785810

Please sign in to comment.