1
0
Fork 0

[Keymap] Add dhertz' kanu layout (#11346)

* Add dhertz' kanu layout

* Fix delete button

* Add weak user layer change
This commit is contained in:
Dan Hertz 2021-01-12 17:53:15 -08:00 committed by GitHub
parent 1eaad6dd65
commit c81e07fef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 82 additions and 4 deletions

View file

@ -91,7 +91,7 @@ void mod_or_mod_with_macro(keyrecord_t *record, uint16_t kc_mod, char* macro) {
// Runs state check and changes underglow color and animation
// on layer change, no matter where the change was initiated
// Then runs keymap's layer change check
uint32_t layer_state_set_user (uint32_t state) {
layer_state_t layer_state_set_user (layer_state_t state) {
return layer_state_set_keymap (state);
}