diff options
Diffstat (limited to 'keyboards/hp69/keymaps/via/keymap.c')
| -rw-r--r-- | keyboards/hp69/keymaps/via/keymap.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/keyboards/hp69/keymaps/via/keymap.c b/keyboards/hp69/keymaps/via/keymap.c index d47308c8b..d72bdbf0b 100644 --- a/keyboards/hp69/keymaps/via/keymap.c +++ b/keyboards/hp69/keymaps/via/keymap.c | |||
| @@ -46,4 +46,14 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 46 | ), | 46 | ), |
| 47 | 47 | ||
| 48 | 48 | ||
| 49 | }; \ No newline at end of file | 49 | }; |
| 50 | |||
| 51 | |||
| 52 | void matrix_scan_user(void) { | ||
| 53 | writePin(A7, layer_state_is(1)); | ||
| 54 | } | ||
| 55 | |||
| 56 | bool led_update_user(led_t led_state) { | ||
| 57 | writePin(LED_CAPS_LOCK_PIN, !led_state.caps_lock); | ||
| 58 | return false; | ||
| 59 | }; | ||
