mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Remove some use of keymap.h (#20006)
This commit is contained in:
parent
c3c40dfda8
commit
3be5d90b6d
@ -2,7 +2,6 @@
|
|||||||
#include <avr/timer_avr.h>
|
#include <avr/timer_avr.h>
|
||||||
#include <avr/wdt.h>
|
#include <avr/wdt.h>
|
||||||
#include "cu75.h"
|
#include "cu75.h"
|
||||||
#include "keymap.h"
|
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "../lfkeyboards/issi.h"
|
#include "../lfkeyboards/issi.h"
|
||||||
#include "../lfkeyboards/TWIlib.h"
|
#include "../lfkeyboards/TWIlib.h"
|
||||||
|
@ -5,9 +5,10 @@
|
|||||||
//
|
//
|
||||||
// Amen.
|
// Amen.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "mousekey.h"
|
#include "mousekey.h"
|
||||||
#include "keymap.h"
|
|
||||||
#include "keymap_steno.h"
|
#include "keymap_steno.h"
|
||||||
#include "wait.h"
|
#include "wait.h"
|
||||||
|
|
||||||
|
@ -10,9 +10,8 @@
|
|||||||
crap is removed where possible
|
crap is removed where possible
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
#include QMK_KEYBOARD_H
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -10,9 +10,9 @@
|
|||||||
crap is removed where possible
|
crap is removed where possible
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "keymap.h"
|
|
||||||
|
#include QMK_KEYBOARD_H
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
// the slave and the master. Until we return from main.
|
// the slave and the master. Until we return from main.
|
||||||
//
|
//
|
||||||
// Amen.
|
// Amen.
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "mousekey.h"
|
#include "mousekey.h"
|
||||||
#include "keymap.h"
|
|
||||||
#include "keymap_steno.h"
|
#include "keymap_steno.h"
|
||||||
#include "wait.h"
|
#include "wait.h"
|
||||||
|
|
||||||
|
@ -1,13 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
#include "matrix.h"
|
|
||||||
#include "keymap.h"
|
|
||||||
#ifdef BACKLIGHT_ENABLE
|
|
||||||
#include "backlight.h"
|
|
||||||
#endif
|
|
||||||
#include <avr/io.h>
|
|
||||||
#include <stddef.h>
|
|
||||||
|
|
||||||
#define XXX KC_NO
|
#define XXX KC_NO
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
#include <avr/timer_avr.h>
|
#include <avr/timer_avr.h>
|
||||||
#include <avr/wdt.h>
|
#include <avr/wdt.h>
|
||||||
#include "lfk65_hs.h"
|
#include "lfk65_hs.h"
|
||||||
#include "keymap.h"
|
|
||||||
|
|
||||||
bool process_record_kb(uint16_t keycode, keyrecord_t* record)
|
bool process_record_kb(uint16_t keycode, keyrecord_t* record)
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
#include <avr/timer_avr.h>
|
#include <avr/timer_avr.h>
|
||||||
#include <avr/wdt.h>
|
#include <avr/wdt.h>
|
||||||
#include "lfk87.h"
|
#include "lfk87.h"
|
||||||
#include "keymap.h"
|
|
||||||
#include "issi.h"
|
#include "issi.h"
|
||||||
#include "TWIlib.h"
|
#include "TWIlib.h"
|
||||||
#include "lighting.h"
|
#include "lighting.h"
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
#include <avr/timer_avr.h>
|
#include <avr/timer_avr.h>
|
||||||
#include <avr/wdt.h>
|
#include <avr/wdt.h>
|
||||||
#include "mini1800.h"
|
#include "mini1800.h"
|
||||||
#include "keymap.h"
|
|
||||||
#include "issi.h"
|
#include "issi.h"
|
||||||
#include "TWIlib.h"
|
#include "TWIlib.h"
|
||||||
#include "lighting.h"
|
#include "lighting.h"
|
||||||
|
@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#include <avr/timer_avr.h>
|
#include <avr/timer_avr.h>
|
||||||
#include <avr/wdt.h>
|
#include <avr/wdt.h>
|
||||||
#include "smk65.h"
|
#include "smk65.h"
|
||||||
#include "keymap.h"
|
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "issi.h"
|
#include "issi.h"
|
||||||
#include "TWIlib.h"
|
#include "TWIlib.h"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include "matrix.h"
|
#include "matrix.h"
|
||||||
#include "bootloader.h"
|
#include "bootloader.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "keymap.h"
|
#include "keycode_config.h"
|
||||||
#include "host.h"
|
#include "host.h"
|
||||||
#include "action_layer.h"
|
#include "action_layer.h"
|
||||||
#include "eeconfig.h"
|
#include "eeconfig.h"
|
||||||
|
@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#include "wait.h"
|
#include "wait.h"
|
||||||
#include "keycode.h"
|
#include "keycode.h"
|
||||||
#include "host.h"
|
#include "host.h"
|
||||||
#include "keymap.h"
|
|
||||||
#include "print.h"
|
#include "print.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "keymap.h" // to get keymaps[][][]
|
#include "keymap_introspection.h" // to get keymaps[][][]
|
||||||
#include "eeprom.h"
|
#include "eeprom.h"
|
||||||
#include "progmem.h" // to read default from flash
|
#include "progmem.h" // to read default from flash
|
||||||
#include "quantum.h" // for send_string()
|
#include "quantum.h" // for send_string()
|
||||||
|
@ -3,5 +3,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
// translates key to keycode
|
// translates key to keycode
|
||||||
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);
|
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Key mapping
|
// Key mapping
|
||||||
|
@ -22,7 +22,6 @@ extern "C" {
|
|||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "eeconfig.h"
|
#include "eeconfig.h"
|
||||||
#include "keyboard.h"
|
#include "keyboard.h"
|
||||||
#include "keymap.h"
|
|
||||||
|
|
||||||
void set_time(uint32_t t);
|
void set_time(uint32_t t);
|
||||||
void advance_time(uint32_t ms);
|
void advance_time(uint32_t ms);
|
||||||
|
Loading…
Reference in New Issue
Block a user