Skip to content

Instantly share code, notes, and snippets.

@brianlow
Created June 11, 2023 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianlow/ae637229e0a4b6c16088018c780d38e9 to your computer and use it in GitHub Desktop.
Save brianlow/ae637229e0a4b6c16088018c780d38e9 to your computer and use it in GitHub Desktop.
~/dev/qmk_firmware on choc2 ❯ util/docker_build.sh sofle_choc:default
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
QMK Firmware 0.20.5
Making sofle_choc with keymap default
avr-gcc (GCC) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Size before:
text data bss dec hex filename
0 26374 0 26374 6706 sofle_choc_default.hex
Copying sofle_choc_default.hex to qmk_firmware folder [OK]
Checking file size of sofle_choc_default.hex [OK]
* The firmware size is fine - 26374/28672 (91%, 2298 bytes free)
~/dev/qmk_firmware on choc2 took 57s ❯ git ll
* 42f7458b04 (HEAD -> choc2, origin/choc2) Fix photo url of sofle choc
* 871e067678 Apply tri layer handling for sofle choc.
* 4217deafeb Add default encoder behaviour.
* 11a7c61569 Replace deprecated RGB_DI_PIN.
* 8ab84c008a Merge remote-tracking branch 'upstream/master' into choc2
* 5b870f649b Move soft serial pin to info.json
* a0e7668b22 Drop config_common.h include
* 3c8d1aa442 Delete KC_ADJUST
* ac0b3b19ff RGB_MATRIX_STARTUP_MODE -> RGB_MATRIX_DEFAULT_MODE
* 265a6373fa Delete DEBOUNCE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment