Closed dedguy21 closed 1 year ago
Following QMK beginners guide on arch linux, using the qmk-git package from AUR. I'm getting the following error when trying to "qmk new-keymap":
✦ ❯ qmk list-keyboards | rg -i crkbd crkbd/r2g crkbd/rev1
~ took 27s ✦ ❯ qmk config user.keyboard=crkbd/rev1 user.keyboard: crkbd/rev1 -> crkbd/rev1 Ψ Wrote configuration to /home/dedguy/.config/qmk/qmk.ini
~ took 49s ✦ ❯ qmk config user.keymap=air user.keymap: crkbd/rev1 -> air Ψ Wrote configuration to /home/dedguy/.config/qmk/qmk.ini
~ took 51s ✦ ❯ nv .config/qmk/qmk.ini
~ took 27s ✦ ❯ qmk new-keymap ☒ Keyboard default /home/dedguy/qmk_firmware/keyboards/crkbd/rev1/keymaps/default does not exist!
crkbd/rev1
No response
Linux -- Arch Linux LTS Kernel 5.15
✦ ❯ qmk doctor Ψ QMK Doctor is checking your environment. Ψ CLI version: 1.1.1 Ψ QMK home: /home/air/qmk_firmware Ψ Detected Linux. Ψ Git branch: master Ψ Repo version: 0.19.6 Ψ - Latest master: 2023-01-06 21:45:23 +0000 (97910fac06) -- Bump anothrNick/github-tag-action from 1.58.0 to 1.61.0 (#19519) Ψ - Latest upstream/master: 2023-01-06 21:45:23 +0000 (97910fac06) -- Bump anothrNick/github-tag-action from 1.58.0 to 1.61.0 (#19519) Ψ - Latest upstream/develop: None Ψ - Common ancestor with upstream/master: 2023-01-06 21:45:23 +0000 (97910fac06) -- Bump anothrNick/github-tag-action from 1.58.0 to 1.61.0 (#19519) Ψ - Common ancestor with upstream/develop: None Ψ All dependencies are installed. Ψ Found arm-none-eabi-gcc version 12.2.0 Ψ Found avr-gcc version 12.2.0 ⚠ We do not recommend avr-gcc newer than 8. Downgrading to 8.x is recommended. Ψ Found avrdude version 7.0 Ψ Found dfu-util version 0.11 Ψ Found dfu-programmer version 0.7.2 Ψ Submodules are up to date. Ψ Submodule status: Ψ - lib/chibios: 2022-09-18 10:01:17 +0000 -- (0e9d558b5) Ψ - lib/chibios-contrib: 2022-10-03 18:09:41 +0200 -- (bb8356fb) Ψ - lib/googletest: 2021-06-11 06:37:43 -0700 -- (e2239ee6) Ψ - lib/lufa: 2022-08-26 12:09:55 +1000 -- (549b97320) Ψ - lib/pico-sdk: 2022-09-19 18:02:44 +0200 -- (8d56ea3) Ψ - lib/printf: 2022-06-29 23:59:58 +0300 -- (c2e3b4e) Ψ - lib/vusb: 2022-06-13 09:18:17 +1000 -- (819dbc1) Ψ QMK is ready to go, but minor problems were found
Actually it doesn't exist. I had written previosly that it did.
I copied the default folder found just one level up to rev1 folder and things moved on from there
Describe the Bug
Following QMK beginners guide on arch linux, using the qmk-git package from AUR. I'm getting the following error when trying to "qmk new-keymap":
✦ ❯ qmk list-keyboards | rg -i crkbd crkbd/r2g crkbd/rev1
~ took 27s ✦ ❯ qmk config user.keyboard=crkbd/rev1 user.keyboard: crkbd/rev1 -> crkbd/rev1 Ψ Wrote configuration to /home/dedguy/.config/qmk/qmk.ini
~ took 49s ✦ ❯ qmk config user.keymap=air user.keymap: crkbd/rev1 -> air Ψ Wrote configuration to /home/dedguy/.config/qmk/qmk.ini
~ took 51s ✦ ❯ nv .config/qmk/qmk.ini
~ took 27s ✦ ❯ qmk new-keymap ☒ Keyboard default /home/dedguy/qmk_firmware/keyboards/crkbd/rev1/keymaps/default does not exist!
Keyboard Used
crkbd/rev1
Link to product page (if applicable)
No response
Operating System
Linux -- Arch Linux LTS Kernel 5.15
qmk doctor Output
Is AutoHotKey / Karabiner installed
Other keyboard-related software installed
No response
Additional Context
No response