- Notifications
You must be signed in to change notification settings - Fork0
Personal keymap for the redox keyboard
License
NotificationsYou must be signed in to change notification settings
ahueck/redox-keymap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Further information for the keyboard specifics:Redox repository andRedox qmk firmware
Note: Not fully tested w.r.t. flashing; see alsoGithub CI
Always do the flashing procedure for both sides.Reset button (pinhole) is on the underside of each half, respectively.
- python3 -m pip install --user qmk
- qmk setup -H ${QMK_HOME}
1. cd ${QMK_HOME}/keyboards/redox/keymaps/2. git clone https://github.com/ahueck/redox-keymap.git ahueck3. qmk compile -kb redox/rev1 -km ahueck
1. Modem manager may need special handling, see https://docs.qmk.fm/#/faq_build?id=linux-udev-rules, or, e.g., `sudo systemctl stop ModemManager.service`2. qmk flash -kb redox/rev1 -km ahueck3. Repeat step 2. for second half (switch USB connection)4. Restart modem manager if applicable
Always do the flashing procedure for both sides.Reset button (pinhole) is on the underside of each half, respectively.
- git clone --recurse-submodules https://github.com/qmk/qmk_firmware.git- cd qmk_firmware- util/qmk_install.sh- (ubuntu: sudo apt-get install gcc unzip wget zip gcc-avr binutils-avr avr-libc dfu-programmer dfu-util gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi)- sudo apt-get install avrdude
0. Ubuntu 18.10 hard requirement: sudo systemctl stop ModemManager.service1. sudo make redox/rev1:*keymap repo name*:avrdude2. hit reset button, when USB device detection is active (*Detecting USB port, reset your controller now*)3. repeat for right half of keyboard
sudo make redox/rev1:ahueck:avrdudeQMK Firmware 0.6.368Making redox/rev1 with keymap ahueck and target avrdudeavr-gcc (GCC) 5.4.0Copyright (C) 2015 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.Size before: text data bss dec hexfilename 0 23686 0 23686 5c86.build/redox_rev1_ahueck.hexCompiling: tmk_core/common/command.c [OK]Linking: .build/redox_rev1_ahueck.elf [OK]Creating load file for flashing: .build/redox_rev1_ahueck.hex [OK]Copying redox_rev1_ahueck.hex to qmk_firmware folder [OK]Checking file size of redox_rev1_ahueck.hex [OK] * The firmware size is fine - 23686/28672 (4986 bytes free)Detecting USB port, reset your controller now..................Device /dev/ttyACM0 has appeared; assuming it is the controller.Waiting for /dev/ttyACM0 to become writable.Connecting to programmer: .Found programmer: Id = "CATERIN"; type = S Software Version = 1.0; No Hardware Version given.Programmer supports auto addr increment.Programmer supports buffered memory access with buffersize=128 bytes.Programmer supports the following devices: Device code: 0x44avrdude: AVR device initialized and ready to accept instructionsReading | ################################################## | 100% 0.00savrdude: Device signature = 0x1e9587 (probably m32u4)avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed To disable this feature, specify the -D option.avrdude: erasing chipavrdude: reading input file ".build/redox_rev1_ahueck.hex"avrdude: input file .build/redox_rev1_ahueck.hex auto detected as Intel Hexavrdude: writing flash (23686 bytes):Writing | ################################################## | 100% 2.23savrdude: 23686 bytes of flash writtenavrdude: verifying flash memory against .build/redox_rev1_ahueck.hex:avrdude: load data flash data from input file .build/redox_rev1_ahueck.hex:avrdude: input file .build/redox_rev1_ahueck.hex auto detected as Intel Hexavrdude: input file .build/redox_rev1_ahueck.hex contains 23686 bytesavrdude: reading on-chip flash data:Reading | ################################################## | 100% 0.47savrdude: verifying ...avrdude: 23686 bytes of flash verifiedavrdude: safemode: Fuses OK (E:FB, H:D8, L:FF)avrdude done. Thank you.
About
Personal keymap for the redox keyboard
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published