Cleanup of my keymaps (#1802)
* Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info * Cleanup macros * Fix odd merge issue * Tweaked RGB lighting stuff * Start to merge orthodox/ergodox keymaps (persistant layers) * Add forced NKRO * Added Colemak and Dvorak layers to default orthodox keymap * Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow
This commit is contained in:
parent
34084b4ee6
commit
e0e80c0dc1
6 changed files with 215 additions and 41 deletions
|
@ -369,6 +369,10 @@ void matrix_init_user(void) {
|
|||
// set Numlock LED to output and low
|
||||
DDRF |= (1<<7);
|
||||
PORTF &= ~(1<<7);
|
||||
if (!(host_keyboard_leds() & (1 << USB_LED_NUM_LOCK)) ){
|
||||
register_code(KC_NUMLOCK);
|
||||
unregister_code(KC_NUMLOCK);
|
||||
}
|
||||
}
|
||||
|
||||
void matrix_scan_user(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue