mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-07 08:04:16 -04:00
[Keyboard] Le Chiffre rev 2 and HE additions (#17377)
* chiffre refactor for new revisions * updated led matrix config * updated per suggestions * add tapdance enable * revert tapdance (none defined in the default keymaps) * clean up rules * add readme for HE * remove notes in readme * fix perm * fix perms * Fix spacing on readme * fix perm * fix perms again?
This commit is contained in:
parent
91431c7100
commit
79ff428407
1 changed files with 2 additions and 1 deletions
|
@ -144,13 +144,14 @@ void render_mod_status(uint8_t modifiers) {
|
||||||
oled_write_ln_P(PSTR("GUI"), (modifiers & MOD_MASK_GUI));
|
oled_write_ln_P(PSTR("GUI"), (modifiers & MOD_MASK_GUI));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool oled_task_user(void) {
|
void oled_task_keymap(void) {
|
||||||
render_lechiffre_logo();
|
render_lechiffre_logo();
|
||||||
oled_set_cursor(0,3);
|
oled_set_cursor(0,3);
|
||||||
// render_layer_status(); // Renders the current keyboard state (layer, lock, caps, scroll, etc)
|
// render_layer_status(); // Renders the current keyboard state (layer, lock, caps, scroll, etc)
|
||||||
render_mod_status(get_mods()|get_oneshot_mods());
|
render_mod_status(get_mods()|get_oneshot_mods());
|
||||||
render_keylock_status(host_keyboard_led_state());
|
render_keylock_status(host_keyboard_led_state());
|
||||||
render_keylogger_status();
|
render_keylogger_status();
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue