This commit is contained in:
Henry Hiles 2025-10-27 10:54:28 -04:00
commit 9f863d0d4d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// layer win Fn
[3] = LAYOUT_75_ansi(
_______, KC_BRID, KC_BRIU, KC_TASK, _______, _______, _______, KC_MPRV, KC_MPLY, KC_MNXT, KC_MUTE, KC_VOLD, KC_VOLU, _______, _______, _______,
_______, KC_BRID, KC_BRIU, _______, _______, _______, _______, KC_MPRV, KC_MPLY, KC_MNXT, KC_MUTE, KC_VOLD, KC_VOLU, _______, _______, _______,
_______, LNK_BLE1, LNK_BLE2, LNK_BLE3, LNK_RF, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, DEV_RESET, _______, BAT_SHOW, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,

View file

@ -1,4 +1,4 @@
{
"userspace_version": "1.0",
"build_targets": [["keychron/v1_max/ansi_encoder", "default"]]
"build_targets": [["nuphy/air75_v2/ansi", "default"]]
}