adds planck light keyboard
This commit is contained in:
parent
7ff96877d2
commit
b669d115c2
20 changed files with 278 additions and 361 deletions
|
@ -1105,8 +1105,6 @@ ISR(TIMER1_COMPA_vect)
|
|||
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif // breathing
|
||||
|
||||
#else // backlight
|
||||
|
@ -1168,6 +1166,7 @@ void send_nibble(uint8_t number) {
|
|||
__attribute__((weak))
|
||||
uint16_t hex_to_keycode(uint8_t hex)
|
||||
{
|
||||
hex = hex & 0xF;
|
||||
if (hex == 0x0) {
|
||||
return KC_0;
|
||||
} else if (hex < 0xA) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue