~ruther/qmk_firmware

207f0b00 — Spaceman 5 years ago
[Keyboard] add Handwired/Curiosity (#10369)

* Add curiosity

* Add default keymap

* Update config.h

* Apply suggestions from code review

* Update keyboards/handwired/curiosity/rules.mk

* Update keymap.c

* Apply suggestions from code review
4a37af79 — DonutCables 5 years ago
[Keyboard] Budget96 info cleanup and updates (#10268)

* Cleanup/updates to Budget96 info

* Add personal keymap

* Requested config.h update

Co-authored-by: Ryan <fauxpark@gmail.com>

* Requested rules.mk update

Co-authored-by: Ryan <fauxpark@gmail.com>

* Requested keymap.c update

* Requested config.h update

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
e4a4ed3b — Croktopus 5 years ago
moved encoder code to timberwolf.c (#10317)

* moved encoder code to timberwolf.c

* Update keyboards/metamechs/timberwolf/timberwolf.c

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
7ddae97c — Sergey Vlasov 5 years ago
Fix backlight for F401/F411 blackpill onekey examples (#10320)

Fix configs to make the `handwired/onekey/blackpill_f401:backlight` and
`handwired/onekey/blackpill_f411:backlight` examples actually compile
and work:

 - Use `PWMD5` instead of `PWMD2` for backlight, which matches the
   default value of `BACKLIGHT_PAL_MODE` (AF02 for pin A0 is `TIM5_CH1`)
   and does not conflict with the default value of `STM32_ST_USE_TIMER`.

 - Enable `HAL_USE_PWM` in halconf.h and `STM32_PWM_USE_TIM5` in
   mcuconf.h, so that `PWMD5` could be used.
ea0cf42e — Rustam Zagirov 5 years ago
[Keymap] Add stamm layout for ergodox_ez (#10365)

Co-authored-by: Drashna Jaelre <drashna@live.com>
bfbcfbc8 — dezli 5 years ago
[Keyboard] Add miniMACRO5 Macropad (#10392)

* add miniMACRO5

add all nessecary files for the miniMACRO5

I have rewritten the readme, and changed the keymaps to be more simple. I have tested compiling, and everything works perfectly.

* update miniMACRO5 readme

add the make example into the readme file

* Update keyboards/minimacro5/config.h

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/minimacro5/keymaps/default/keymap.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/minimacro5/keymaps/media/keymap.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/minimacro5/keymaps/media/keymap.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/minimacro5/minimacro5.c

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/minimacro5/info.json

Co-authored-by: Ryan <fauxpark@gmail.com>

* Apply suggestions from code review

applied all suggestions.

Co-authored-by: Ryan <fauxpark@gmail.com>

* drashna suggestions - enum rather than define

committed enum update by drashna

Co-authored-by: Drashna Jaelre <drashna@live.com>

* update keymap.c

incorrect brackets

Co-authored-by: dezli <m@dez.li>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
967ed19d — Ole Westendorff 5 years ago
[keyboard] xd60: add split layout for ansi and iso (#10337)

342ab6ab — Jonathan Rascher 5 years ago
Update bcat keymaps for crkbd and lily58(#10298)

* Swap ergo lower layer shortcuts for zoom keys
0b2eae76 — marksard 5 years ago
Fixed info.json file for treadstone48/rev2 (#10290)

* Keyboard: add treeadstone48

* rename layout defines

* Use of pragma once

* move common include code

* fixed info.json

* change keymap layout from kc to normal

* fix alpha revision keymap

* fixed info.json

* remove USE_Link_Time_Optimization

* Fixed info.json file.
924823cf — jotix 5 years ago
update jotix ortho_4x12 keymap: add some missing keycodes (#10289)

ccab5022 — codecoffeecode 5 years ago
[Keymap] add codecoffeecode keymap for Preonic (#10364)

* Adding preonic layout

* deleting unnecessary files

* Fixing spacing

* I need to not commit things while I'm not sober

* Update keyboards/preonic/keymaps/codecoffeecode/keymap.c

* Update keyboards/preonic/keymaps/codecoffeecode/keymap.c

* Update keyboards/preonic/keymaps/codecoffeecode/keymap.c

* Adding license header
c2366760 — Fred Silberberg 5 years ago
Add OLED driver function to determine if the screen is currently on (#10382)

dc037f13 — Adam Gwilliam 5 years ago
update vendor id of 4x12 to match 3x4 and 5x12 for boardsource (#10306)

b86fa3da — 2Moons-JP 5 years ago
Copyright Updates for basekeys/slice (#10383)

* Copyright Updates

* Copyright Updates
bc8fe91f — Eric N. Vander Weele 5 years ago
massdrop/alt: Remove unused user functions and config in default keymaps (#10313)

The default keymaps don't make use of the global `keymap_config` 
variable nor the `matrix_*_user()` functions.  Therefore, remove them to
avoid confusion for future keymap authors.
e3f9569a — Samuel Baumgartner 5 years ago
bm60rgb_iso: add underglow support (#10307)

* add underglow definition
Add Amethyst keybindings for some dcompact implementations (#10345)

* Fix missing VAI

* Add amethyst keybindings

* Add amethyst bindings for planck
6bebb123 — Brandon Schlack 5 years ago
Enable Extrakey in VIA for CFTKB keyboards (#10308)

[Keymap] Add delivrance's keymap for 40percentclub/mf68 (#10294)

b3508271 — MakotoKurauchi 5 years ago
add VIA support for Quick7 (#10281)

* update "Hardware Availability"

* add a section of "How to build"

* update "Hardware Supported"

* add VIA keymaps

* add 2 layers to VIA keymaps

Co-authored-by: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com>
Next