aboutsummaryrefslogtreecommitdiff
path: root/keyboards/jj40
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-05-29 14:38:50 -0700
committerGitHub <noreply@github.com>2021-05-29 14:38:50 -0700
commit1646c0f26cfa21a7023d404008e4d0aa4917193d (patch)
tree337ab0498a929285a234518fee34a4d9dcf51656 /keyboards/jj40
parentf55e39e8a2246f6f96fd5d4a84a866e2615cde7b (diff)
downloadqmk_firmware-1646c0f26cfa21a7023d404008e4d0aa4917193d.tar.gz
qmk_firmware-1646c0f26cfa21a7023d404008e4d0aa4917193d.zip
2021 May 29 Breaking Changes Update (#13034)
* Add Per Key functionality for AutoShift (#11536) * LED Matrix: Reactive effect buffers & advanced indicators (#12588) * [Keyboard] kint36: switch to sym_eager_pk debouncing (#12626) * [Keyboard] kint2pp: reduce input latency by ≈10ms (#12625) * LED Matrix: Split (#12633) * [CI] Format code according to conventions (#12650) * feat: infinite timeout for leader key (#6580) * feat: implement leader_no_timeout logic * docs(leader_key): infinite leader timeout docs * Format code according to conventions (#12680) * Update ADC driver for STM32F1xx, STM32F3xx, STM32F4xx (#12403) * Fix default ADC_RESOLUTION for ADCv3 (and ADCv4) Recent ChibiOS update removed ADC_CFGR1_RES_10BIT from the ADCv3 headers (that macro should not have been there, because ADCv3 has CFGR instead of CFGR1). Fix the default value for ADC_RESOLUTION to use ADC_CFGR_RES_10BITS if it is defined (that name is used for ADCv3 and ADCv4). * Update ADC docs to match the actually used resolution ADC driver for ChibiOS actually uses the 10-bit resolution by default (probably to match AVR); fix the documentation accordingly. Also add both ADC_CFGR_RES_10BITS and ADC_CFGR1_RES_10BIT constants (these names differ according to the ADC implementation in the particular MCU). * Fix pinToMux() for B12 and B13 on STM32F3xx Testing on STM32F303CCT6 revealed that the ADC mux values for B12 and B13 pins were wrong. * Add support for all possible analog pins on STM32F1xx Added ADC mux values for pins A0...A7, B0, B1, C0...C5 on STM32F1xx (they are the same at least for STM32F103x8 and larger F103 devices, and also F102, F105, F107 families). Actually tested on STM32F103C8T6 (therefore pins C0...C5 were not tested). Pins F6...F10, which are present on STM32F103x[C-G] in 144-pin packages, cannot be supported at the moment, because those pins are connected only to ADC3, but the ChibiOS ADC driver for STM32F1xx supports only ADC1. * Add support for all possible analog pins on STM32F4xx Added ADC mux values for pins A0...A7, B0, B1, C0...C5 and optionally F3...F10 (if STM32_ADC_USE_ADC3 is enabled). These mux values are apparently the same for all F4xx devices, except some smaller devices may not have ADC3. Actually tested on STM32F401CCU6, STM32F401CEU6, STM32F411CEU6 (using various WeAct “Blackpill” boards); only pins A0...A7, B0, B1 were tested. Pins F3...F10 are inside `#if STM32_ADC_USE_ADC3` because some devices which don't have ADC3 also don't have the GPIOF port, therefore the code which refers to Fx pins does not compile. * Fix STM32F3xx ADC mux table in documentation The ADC driver documentation had some errors in the mux table for STM32F3xx. Fix this table to match the datasheet and the actual code (mux settings for B12 and B13 were also tested on a real STM32F303CCT6 chip). * Add STM32F1xx ADC pins to the documentation * Add STM32F4xx ADC pins to the documentation * Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) (#12600) * Add support for jumping to tinyuf2 bootloader. Adds blackpill UF2 example. * Update flashing.md * Update chconf.h * Update config.h * Update halconf.h * Update mcuconf.h * eeprom driver: Refactor where eeprom driver initialisation (and EEPROM emulation initialisation) occurs to make it non-target-specific. (#12671) * Add support for MCU = STM32F446 (#12619) * Add support for MCU = STM32F446 * Update platforms/chibios/GENERIC_STM32_F446XE/configs/config.h * Restore mcuconf.h to the one used by RT-STM32F446RE-NUCLEO64 * stm32f446: update mcuconf.h and board.h for 16MHz operation, with USB enabled, and other peripherals disabled. * Format code according to conventions (#12682) * Format code according to conventions (#12687) * Add STM32L433 and L443 support (#12063) * initial L433 commit * change to XC * fix L433 * disable all peripherals * update system and peripheral clocks * 433 change * use its own board files * revert its own board files * l433 specific change * fix stm32l432xx define * remove duplicate #define * fix bootloader jump * move to L443xx and add i2c2, spi2, usart3 to mcuconf.h * move to L443 * move to L443 * fix sdmmc in mcuconf.h * include STM32L443 * add L443 * Include L443 in compatible microcontrollers * Include L443 in compatible microcontrollers * Update config bootloader jump description * Update ChibiOS define reasoning * Update quantum/mcu_selection.mk * fix git conflict * Updated Function96 with V2 files and removed chconf.h and halconf.h (#12613) * Fix bad PR merge for #6580. (#12721) * Change RGB/LED Matrix to use a simple define for USB suspend (#12697) * [CI] Format code according to conventions (#12731) * Fixing transport's led/rgb matrix suspend state logic (#12770) * [CI] Format code according to conventions (#12772) * Fix comment parsing (#12750) * Added OLED fade out support (#12086) * fix some references to bin/qmk that slipped in (#12832) * Resolve a number of warnings in `qmk generate-api` (#12833) * New command: qmk console (#12828) * stash poc * stash * tidy up implementation * Tidy up slightly for review * Tidy up slightly for review * Bodge environment to make tests pass * Refactor away from asyncio due to windows issues * Filter devices * align vid/pid printing * Add hidapi to the installers * start preparing for multiple hid_listeners * udev rules for hid_listen * refactor to move closer to end state * very basic implementation of the threaded model * refactor how vid/pid/index are supplied and parsed * windows improvements * read the report directly when usage page isn't available * add per-device colors, the choice to show names or numbers, and refactor * add timestamps * Add support for showing bootloaders * tweak the color for bootloaders * Align bootloader disconnect with connect color * add support for showing all bootloaders * fix the pyusb check * tweaks * fix exception * hide a stack trace behind -v * add --no-bootloaders option * add documentation for qmk console * Apply suggestions from code review * pyformat * clean up and flesh out KNOWN_BOOTLOADERS * Remove pointless SERIAL_LINK_ENABLE rules (#12846) * Make Swap Hands use PROGMEM (#12284) This converts the array that the Swap Hands feature uses to use PROGMEM, and to read from that array, as such. Since this array never changes at runtime, there is no reason to keep it in memory. Especially for AVR boards, as memory is a precious resource. * Fix another bin/qmk reference (#12856) * [Keymap] Turn OLED off on suspend in soundmonster keymap (#10419) * Fixup build errors on `develop` branch. (#12723) * LED Matrix: Effects! (#12651) * Fix syntax error when compiling for ARM (#12866) * Remove KEYMAP and LAYOUT_kc (#12160) * alias KEYMAP to LAYOUT * remove KEYMAP and LAYOUT_kc * Add setup, clone, and env to the list of commands we allow even with broken modules (#12868) * Rename `point_t` -> `led_point_t` (#12864) * [Keyboard] updated a vendor name / fixed minor keymap issues (#12881) * Add missing LED Matrix suspend code to suspend.c (#12878) * LED Matrix: Documentation (#12685) * Deprecate `send_unicode_hex_string()` (#12602) * Fix spelling mistake regarding LED Matrix in split_common. (#12888) * [Keymap] Fix QWERTY/DVORAK status output for kzar keymap (#12895) * Use milc.subcommand.config instead of qmk.cli.config (#12915) * Use milc.subcommand.config instead * pyformat * remove the config test * Add function to allow repeated blinking of one layer (#12237) * Implement function rgblight_blink_layer_repeat to allow repeated blinking of one layer at a time * Update doc * Rework rgblight blinking according to requested change * optimize storage * Fixup housekeeping from being invoked twice per loop. (#12933) * matrix: wait for row signal to go HIGH for every row (#12945) I noticed this discrepancy (last row of the matrix treated differently than the others) when optimizing the input latency of my keyboard controller, see also https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/ Before this commit, when tuning the delays I noticed ghost key presses when pressing the F2 key, which is on the last row of the keyboard matrix: the dead_grave key, which is on the first row of the keyboard matrix, would be incorrectly detected as pressed. After this commit, all keyboard matrix rows are interpreted correctly. I suspect that my setup is more susceptible to this nuance than others because I use GPIO_INPUT_PIN_DELAY=0 and hence don’t have another delay that might mask the problem. * ensure we do not conflict with existing keymap aliases (#12976) * Add support for up to 4 IS31FL3733 drivers (#12342) * Convert Encoder callbacks to be boolean functions (#12805) * [Keyboard] Fix Terrazzo build failure (#12977) * Do not hard set config in CPTC files (#11864) * [Keyboard] Corne - Remove legacy revision support (#12226) * [Keymap] Update to Drashna keymap and user code (based on develop) (#12936) * Add Full-duplex serial driver for ARM boards (#9842) * Document LED_MATRIX_FRAMEBUFFER_EFFECTS (#12987) * Backlight: add defines for default level and breathing state (#12560) * Add dire message about LUFA mass storage bootloader (#13014) * [Keyboard] Remove redundant legacy and common headers for crkbd (#13023) Was causing compiler errors on some systems. * Fix keyboards/keymaps for boolean encoder callback changes (#12985) * `backlight.c`: include `eeprom.h` (#13024) * Add changelog for 2021-05-29 Breaking Changes merge (#12939) * Add ChangeLog for 2021-05-29 Breaking Changes Merge: initial version * Add recent develop changes * Sort recent develop changes * Remove sections for ChibiOS changes per tzarc No ChibiOS changes this round. * Add and sort recent develop changes * add notes about keyboard moves/deletions * import changelog for PR 12172 Documents the change to BOOTMAGIC_ENABLE. * update section headings * re-sort changelog * add additional note regarding Bootmagic changes * remove changelog timestamp * update dates in main Breaking Changes docs * fix broken section anchors in previous changelogs * add link to backlight/eeprom patch to changelog * highlight some more changes * link PRs from section headers * Restore standard readme * run: qmk cformat --core-only
Diffstat (limited to 'keyboards/jj40')
-rw-r--r--keyboards/jj40/jj40.h16
-rw-r--r--keyboards/jj40/keymaps/fun40/rules.mk2
-rw-r--r--keyboards/jj40/keymaps/like_jis/config.h49
-rw-r--r--keyboards/jj40/keymaps/like_jis/keymap.c200
-rw-r--r--keyboards/jj40/keymaps/like_jis/rules.mk5
-rw-r--r--keyboards/jj40/keymaps/waples/rules.mk2
6 files changed, 2 insertions, 272 deletions
diff --git a/keyboards/jj40/jj40.h b/keyboards/jj40/jj40.h
index fce68eda5..a77f35af2 100644
--- a/keyboards/jj40/jj40.h
+++ b/keyboards/jj40/jj40.h
@@ -63,20 +63,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
63} 63}
64 64
65 65
66#define LAYOUT_kc( \
67 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \
68 k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \
69 k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \
70 k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b \
71) \
72LAYOUT_ortho_4x12( \
73 KC_##k00, KC_##k01, KC_##k02, KC_##k03, KC_##k04, KC_##k05, KC_##k06, KC_##k07, KC_##k08, KC_##k09, KC_##k0a, KC_##k0b, \
74 KC_##k10, KC_##k11, KC_##k12, KC_##k13, KC_##k14, KC_##k15, KC_##k16, KC_##k17, KC_##k18, KC_##k19, KC_##k1a, KC_##k1b, \
75 KC_##k20, KC_##k21, KC_##k22, KC_##k23, KC_##k24, KC_##k25, KC_##k26, KC_##k27, KC_##k28, KC_##k29, KC_##k2a, KC_##k2b, \
76 KC_##k30, KC_##k31, KC_##k32, KC_##k33, KC_##k34, KC_##k35, KC_##k36, KC_##k37, KC_##k38, KC_##k39, KC_##k3a, KC_##k3b \
77)
78
79
80#define LAYOUT LAYOUT_planck_mit 66#define LAYOUT LAYOUT_planck_mit
81#define LAYOUT_kc_ortho_4x12 LAYOUT_kc
82#define KC_LAYOUT_ortho_4x12 LAYOUT_kc
diff --git a/keyboards/jj40/keymaps/fun40/rules.mk b/keyboards/jj40/keymaps/fun40/rules.mk
index 92f168a16..3ec0a7515 100644
--- a/keyboards/jj40/keymaps/fun40/rules.mk
+++ b/keyboards/jj40/keymaps/fun40/rules.mk
@@ -1,6 +1,6 @@
1 1
2 2
3BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) 3BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration(+1000)
4MOUSEKEY_ENABLE = no # Mouse keys(+4700) 4MOUSEKEY_ENABLE = no # Mouse keys(+4700)
5EXTRAKEY_ENABLE = yes # Audio control and System control(+450) 5EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
6CONSOLE_ENABLE = no # Console for debug(+400) 6CONSOLE_ENABLE = no # Console for debug(+400)
diff --git a/keyboards/jj40/keymaps/like_jis/config.h b/keyboards/jj40/keymaps/like_jis/config.h
deleted file mode 100644
index cd9709272..000000000
--- a/keyboards/jj40/keymaps/like_jis/config.h
+++ /dev/null
@@ -1,49 +0,0 @@
1/*
2This is the c configuration file for the keymap
3
4Copyright 2012 Jun Wako <wakojun@gmail.com>
5Copyright 2015 Jack Humbert
6
7This program is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 2 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program. If not, see <http://www.gnu.org/licenses/>.
19*/
20
21#pragma once
22
23// place overrides here
24
25#define TAPPING_TERM 200
26
27#ifdef MOUSEKEY_ENABLE
28 #undef MOUSEKEY_INTERVAL
29 #define MOUSEKEY_INTERVAL 5
30
31 #undef MOUSEKEY_TIME_TO_MAX
32 #define MOUSEKEY_TIME_TO_MAX 150
33
34 #undef MOUSEKEY_MAX_SPEED
35 #define MOUSEKEY_MAX_SPEED 3
36
37 #undef MOUSEKEY_MOVE_DELTA
38 #define MOUSEKEY_MOVE_DELTA 3
39
40 #undef MOUSEKEY_DELAY
41 #define MOUSEKEY_DELAY 0
42#endif
43
44#undef BACKLIGHT_LEVELS
45#define BACKLIGHT_LEVELS 15
46// #undef BACKLIGHT_LEVELS
47// #define BACKLIGHT_BREATHING
48// #undef BREATHING_PERIOD
49// #define BREATHING_PERIOD 4
diff --git a/keyboards/jj40/keymaps/like_jis/keymap.c b/keyboards/jj40/keymaps/like_jis/keymap.c
deleted file mode 100644
index 24db91947..000000000
--- a/keyboards/jj40/keymaps/like_jis/keymap.c
+++ /dev/null
@@ -1,200 +0,0 @@
1#include QMK_KEYBOARD_H
2
3#define _QWERTY 0
4#define _LOWER 3
5#define _RAISE 4
6#define _ADJUST 16
7
8enum custom_keycodes {
9 LOWER = SAFE_RANGE,
10 RAISE,
11 ADJUST,
12 RGBRST
13};
14
15#define KC______ KC_TRNS
16#define KC_XXXXX KC_NO
17#define KC_KANJI KC_GRV
18
19#define KC_LOWER LOWER
20#define KC_RAISE RAISE
21#define KC_ADJST ADJUST
22
23#define KC_RST RESET
24
25#define KC_LRST RGBRST
26#define KC_LTOG RGB_TOG
27#define KC_LHUI RGB_HUI
28#define KC_LHUD RGB_HUD
29#define KC_LSAI RGB_SAI
30#define KC_LSAD RGB_SAD
31#define KC_LVAI RGB_VAI
32#define KC_LVAD RGB_VAD
33#define KC_LMOD RGB_MOD
34#define KC_BTOG BL_TOGG
35#define KC_BINC BL_INC
36#define KC_BDEC BL_DEC
37// #define KC_BRTG BL_BRTG
38
39#define KC_KNRM AG_NORM
40#define KC_KSWP AG_SWAP
41
42// Layer Mode aliases
43// #define KC_L_LO MO(_LOWER)
44// #define KC_L_RA MO(_RAISE)
45// #define KC_L_AD MO(_ADJUST)
46#define KC_TBSF LSFT_T(KC_TAB)
47// #define KC_SPSF LSFT_T(KC_SPC)
48// #define KC_GUAP LALT_T(KC_APP)
49
50const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
51 [_QWERTY] = KC_LAYOUT_ortho_4x12( \
52 //,-----------------------------------------------------------------------------------.
53 ESC, Q, W, E, R, T, Y, U, I, O, P, MINS,\
54 //|------+------+------+------+------+------|------+------+------+------+------+------|
55 TBSF, A, S, D, F, G, H, J, K, L, SCLN, ENT,\
56 //|------+------+------+------+------+------|------+------+------+------+------+------|
57 LSFT, Z, X, C, V, B, N, M, COMM, DOT, UP, RSFT,\
58 //|------+------+------+------+------+------|------+------+------+------+------+------|
59 LCTRL, LALT, LGUI, ADJST, LOWER, BSPC, SPC, RAISE, APP, LEFT, DOWN, RGHT \
60 //|------+------+------+------+------+-------------+------+------+------+------+------|
61 ),
62
63 [_LOWER] = KC_LAYOUT_ortho_4x12( \
64 //,-----------------------------------------------------------------------------------.
65 TAB, F1, F2, F3, F4, F5, XXXXX, MINS, EQL, JYEN, LBRC, RBRC,\
66 //|------+------+------+------+------+------|------+------+------+------+------+------|
67 _____, F6, F7, F8, F9, F10, XXXXX, XXXXX, XXXXX, SCLN, QUOT, BSLS,\
68 //|------+------+------+------+------+------|------+------+------+------+------+------|
69 _____, F11, F12, XXXXX, KANJI, ENT, XXXXX, XXXXX, COMM, DOT, SLSH, RO,\
70 //|------+------+------+------+------+-------------+------+------+------+------+------|
71 _____, _____, _____, _____, _____, DEL, _____, _____, _____, _____, _____, _____ \
72 //|------+------+------+------+------+-------------+------+------+------+------+------|
73 ),
74
75 [_RAISE] = KC_LAYOUT_ortho_4x12( \
76 //,-----------------------------------------------------------------------------------.
77 _____, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,\
78 //|------+------+------+------+------+------|------+------+------+------+------+------|
79 _____, XXXXX, XXXXX, XXXXX, XXXXX, XXXXX, XXXXX, 4, 5, 6, QUOT, PLUS,\
80 //|------+------+------+------+------+------|------+------+------+------+------+------|
81 _____, XXXXX, XXXXX, XXXXX, XXXXX, XXXXX, 0, 1, 2, 3, DOT, SLSH,\
82 //|------+------+------+------+------+-------------+------+------+------+------+------|
83 _____, _____, _____, _____, _____, BSPC, _____, _____, _____, _____, _____, _____ \
84 //|------+------+------+------+------+-------------+------+------+------+------+------|
85 ),
86
87 [_ADJUST] = KC_LAYOUT_ortho_4x12( \
88 //,-----------------------------------------------------------------------------------.
89 XXXXX, RST, LRST, KNRM, KSWP, XXXXX, XXXXX, WH_L, WH_U, HOME, PGUP, XXXXX,\
90 //|------+------+------+------+------+------|------+------+------+------+------+------|
91 XXXXX, LTOG, LHUI, LSAI, LVAI, BTOG, BINC, WH_R, WH_D, END, PGDN, XXXXX,\
92 //|------+------+------+------+------+------|------+------+------+------+------+------|
93 XXXXX, LMOD, LHUD, LSAD, LVAD, XXXXX, BDEC, XXXXX, BTN1, BTN2, MS_U, XXXXX,\
94 //|------+------+------+------+------+-------------+------+------+------+------+------|
95 _____, _____, _____, _____, _____, XXXXX, XXXXX, _____, _____, MS_L, MS_D, MS_R \
96 //|------+------+------+------+------+-------------+------+------+------+------+------|
97 )
98};
99
100
101#ifdef BACKLIGHT_ENABLE
102 extern backlight_config_t backlight_config;
103
104 inline void enable_backright(bool on) {
105 backlight_config.enable = on;
106 if (backlight_config.raw == 1) // enabled but level = 0
107 backlight_config.level = 1;
108 eeconfig_update_backlight(backlight_config.raw);
109 // dprintf("backlight toggle: %u\n", backlight_config.enable);
110 backlight_set(backlight_config.enable ? backlight_config.level : 0);
111 }
112
113 uint8_t bl_breath_count;
114 uint8_t bl_breath_speed = 10;
115 int8_t bl_breath_updown = 1;
116 bool bl_breath_on;
117 backlight_config_t bl_breath_backup;
118
119 void bl_breath_start(uint8_t speed) {
120
121 bl_breath_on = true;
122 bl_breath_speed = speed;
123 bl_breath_backup = backlight_config;
124 }
125
126 void bl_breath_end(void) {
127
128 bl_breath_on = false;
129 backlight_config = bl_breath_backup;
130 eeconfig_update_backlight(backlight_config.raw);
131 backlight_set(backlight_config.enable ? backlight_config.level : 0);
132 }
133
134 void bl_breath_update(void) {
135
136 if (bl_breath_on) {
137 ++bl_breath_count;
138 if (bl_breath_count > bl_breath_speed) {
139 bl_breath_count = 0;
140
141 backlight_config.level += bl_breath_updown;
142 bl_breath_updown = (backlight_config.level > BACKLIGHT_LEVELS) ? -1 :
143 (backlight_config.level <= 0) ? 1 :
144 bl_breath_updown;
145 enable_backright(true);
146 }
147 }
148 }
149
150 #define BL_BREATH_START bl_breath_start
151 #define BL_BREATH_END bl_breath_end
152 #define BL_BREATH_UPDATE bl_breath_update
153
154#else
155
156 #define BL_BREATH_START(a)
157 #define BL_BREATH_END()
158 #define BL_BREATH_UPDATE()
159#endif
160
161// Loop
162void matrix_scan_user(void) {
163
164 BL_BREATH_UPDATE();
165}
166
167bool process_record_user(uint16_t keycode, keyrecord_t *record) {
168
169 switch (keycode) {
170 case LOWER:
171 if (record->event.pressed) {
172 BL_BREATH_START(50);
173 layer_on(_LOWER);
174 } else {
175 BL_BREATH_END();
176 layer_off(_LOWER);
177 }
178 break;
179 case RAISE:
180 if (record->event.pressed) {
181 BL_BREATH_START(100);
182 layer_on(_RAISE);
183 } else {
184 BL_BREATH_END();
185 layer_off(_RAISE);
186 }
187 break;
188 case ADJUST:
189 if (record->event.pressed) {
190 layer_on(_ADJUST);
191 } else {
192 layer_off(_ADJUST);
193 }
194 break;
195 default:
196 return true;
197 }
198
199 return false;
200}
diff --git a/keyboards/jj40/keymaps/like_jis/rules.mk b/keyboards/jj40/keymaps/like_jis/rules.mk
deleted file mode 100644
index 0103be5f4..000000000
--- a/keyboards/jj40/keymaps/like_jis/rules.mk
+++ /dev/null
@@ -1,5 +0,0 @@
1MOUSEKEY_ENABLE = yes
2BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
3
4# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
5SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
diff --git a/keyboards/jj40/keymaps/waples/rules.mk b/keyboards/jj40/keymaps/waples/rules.mk
index 69b7c18d4..4395f7f8f 100644
--- a/keyboards/jj40/keymaps/waples/rules.mk
+++ b/keyboards/jj40/keymaps/waples/rules.mk
@@ -1,5 +1,5 @@
1# build options 1# build options
2BOOTMAGIC_ENABLE = yes 2BOOTMAGIC_ENABLE = full
3MOUSEKEY_ENABLE = no 3MOUSEKEY_ENABLE = no
4EXTRAKEY_ENABLE = yes 4EXTRAKEY_ENABLE = yes
5CONSOLE_ENABLE = no 5CONSOLE_ENABLE = no