1
0
Fork 0

Eric Gebhart user space and keymaps (#17487)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Eric Gebhart 2022-11-12 00:09:41 +01:00 committed by GitHub
parent 49a78b8114
commit 050472a4d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
147 changed files with 13177 additions and 4102 deletions

View file

@ -22,12 +22,6 @@
#include "action.h"
#include "action_layer.h"
#include "process_keycode/process_tap_dance.h"
#include "keymap_bepo.h"
float tone_copy[][2] = SONG(SCROLL_LOCK_ON_SOUND);
float tone_paste[][2] = SONG(SCROLL_LOCK_OFF_SOUND);
userspace_config_t userspace_config;
// Add reconfigurable functions here, for keymap customization
// This allows for a global, userspace functions, and continued
@ -40,7 +34,7 @@ __attribute__ ((weak))
void matrix_scan_keymap(void) {}
__attribute__ ((weak))
layer_state_t layer_state_set_keymap (layer_state_t state) {
uint32_t layer_state_set_keymap (uint32_t state) {
return state;
}