[Keymap] Userspace update Rgb layers code (#8659)
* enable rgblight layers
* rgblight layers code
* switch to new rgblight layers
* testing led positions
* fix caps typo
* lights and colors working
* rules updated for different rgb use
* Extra spaces removed
Add Choconum (#8709)
* Add Choconum
* Disable SPI/I2C, add mem fix
* Rename layouts
* Nuke unused config.h files
* Fix username
Fix edge-case with config
Without this check, users can lock themselves out by enabling developer
mode, than disabling the dependencies. They wouldn't be able to turn off
developer mode as none of the subcommands (including 'config') would
work.
Apply @skullydazed's suggestions, move 'import milc'
Only 'import milc' after we are sure that the minimum required modules
are available, as it depends on a few of them.
Make dedicated sections for user/dev commands in docs
Rebase on master, hide some other subcommands
The list of hidden subcommands were approved by @skullydazed ;)
Currently hidden if 'user.developer' is not True:
- cformat
- docs
- kle2json
- pyformat
- pytest
Use milc for config check, requirements fixes
Use milc's config finding and parsing to check if the user is a
developer or not.
'requirements-dev.txt' will now load 'requirements.txt', so no need to
run pip twice.
Add missing 'yapf' dependency to 'requirements-dev.txt'.
CLI: Add development mode support
Hide development specific options and don't require dev modules unless
`user.developer` is set to `True`.
Update info.json (#8723)
Addressed a key shift in the QMK Configurator.
format code according to conventions [skip ci]
spi_master for AVR (#8299)
* Change _delay_ms/us() to wait_ms/us()
* Switch to platform-agnostic GPIO macros
* Add AVR spi_master and migrate Adafruit BLE code
* Set verbose back to false
* Add clock divisor, bit order and SPI mode configuration for init
* Add start and stop functions
* Move configuration of mode, endianness and speed to `spi_start()`
* Some breaks here would be good
* Default Adafruit BLE clock divisor to 4 (2MHz on the Feather 32U4)
* Remove mode and divisor enums
* Add some docs
* No hr at EOF
* Add links in sidebar
DennyTom's buttery_engine (#8138)
* Selectively adding pieces
* Adding georgi keymap
* Adding more files, fixing make
* Smaller makefiles
* Fixing make rules
* README more inline with QMK's guidelines
* Turning off buggy assert
* Improving documentation based on a user feedback.
* Slightly better schema
* Resurrected state machine diagram
add via support for kira80 (#8677)
* add via support for kira80
* remove redundant raw enable from rules.mk
* clean additional layers for via
* changed USB Vendor ID
[Keyboard] Wheatfield Split75 (#8511)
* Added split75 keyboard
* tidy up commented out code + removed default
* added visual map
* proper led functions. more layers for keymap
* led functions. moved mod keys to numbers
* double tapping toggle + leds on power on
* media keys fix
* clean up of commented out code and unnecessary functions. readme update.
default keymap
* removed bootloadHID file
* Update keyboards/split75/config.h
* Update keyboards/split75/config.h
* Update keyboards/split75/config.h
* Update keyboards/split75/config.h
* removed python flashing script
* Update keyboards/split75/keymaps/default/keymap.c
* Update keyboards/split75/split75.h
* Update keyboards/split75/keymaps/art/keymap.c
* Update keyboards/split75/keymaps/art/keymap.c
* Update keyboards/split75/keymaps/art/keymap.c
* Update keyboards/split75/keymaps/default/keymap.c
* reintroduced empty matrix_scan_user to default keymap
* Update keyboards/split75/keymaps/art/keymap.c
* Update keyboards/split75/keymaps/art/keymap.c
* Update keyboards/split75/usbconfig.h
* Update keyboards/ergodone/config.h
* Update keyboards/split75/keymaps/art/keymap.c
* updated readme file
* Update keyboards/split75/usbconfig.h
* Update keyboards/split75/rules.mk
* Update keyboards/split75/split75.c
* code fix after suggestions
* defined tapping toggle as double tap
* added info.json
* Update keyboards/split75/config.h
* fix for leds not displaying properly when initialising
* Update keyboards/split75/README.md
* Update keyboards/split75/keymaps/default/keymap.c
* Update keyboards/split75/keymaps/art/keymap.c
* changed product description fields
* renamed user functions
* indentation fix
* Update keyboards/split75/usbconfig.h
* Update keyboards/split75/usbconfig.h
* Update keyboards/split75/usbconfig.h
* Update keyboards/split75/usbconfig.h
* Update keyboards/split75/usbconfig.h
* Update keyboards/split75/split75.c
* Update keyboards/split75/split75.c
* art keymap update
* Update keyboards/split75/config.h
* Update keyboards/split75/keymaps/art/keymap.c
* Update keyboards/split75/keymaps/art/keymap.c
* Update keyboards/split75/keymaps/art/keymap.c
* Update keyboards/split75/keymaps/art/keymap.c
* Update keyboards/split75/keymaps/art/keymap.c
* Update keyboards/split75/split75.c
* Update keyboards/split75/keymaps/art/keymap.c
* Update keyboards/split75/keymaps/default/keymap.c
* Update keyboards/split75/split75.c
* Update keyboards/split75/matrix.c
* Update keyboards/split75/rules.mk
* Update keyboards/split75/split75.c
* Update keyboards/split75/split75.c
* Update keyboards/split75/split75.c
* Update keyboards/split75/config.h
* Update keyboards/split75/split75.c
* disable underglow on sleep and enabled backlighting
* Update keyboards/split75/usbconfig.h
* Update keyboards/split75/usbconfig.h
* Update keyboards/split75/usbconfig.h
* Update keyboards/split75/usbconfig.h
* Update keyboards/split75/usbconfig.h
* Update keyboards/split75/usbconfig.h
* personal keymap update
* changed boot animation
* consistent whitespace
* Tidied up default notes and unnecessary comments
* Unique Vendor ID
* remove usb config file
* corrected manufacturer
* Update keyboards/split75/config.h
* Update keyboards/split75/README.md
* Update keyboards/split75/split75.c
* Update keyboards/split75/split75.c
* Update keyboards/split75/split75.c
* Update keyboards/split75/split75.c
* Update keyboards/split75/split75.c
* Update keyboards/split75/split75.c
* Update keyboards/split75/split75.h
* Update keyboards/split75/split75.h
* Update keyboards/split75/split75.h
* Update keyboards/split75/split75.c
* Update keyboards/split75/matrix.c
* Update keyboards/split75/matrix.c
* Update keyboards/split75/matrix.c
* Update keyboards/split75/matrix.c
* Update keyboards/split75/split75.h
* Personal keymap restore after refactor
* Moved to wheatfield folder + updated readme
Correctly handle json keymaps with ANY()
Update C coding conventions to match .clang-format config for i… (#8717)
* Update C coding conventions to match current .clang-format config for indenting PP directives
* Make indenting guideline clearer
Update 072 based CannonKeys boards to rely on core QMK support (#8716)
* Swap CannonKeys 072 boards over to rely on core QMK backlight support
* Rename keymap
* Rename via_tsangan back to via
Remove keyboard level ws2812 spi drivers (#7694)