Joel Challis
7342c335d2
Refactor stm32duino f103 keyboards to use new central board config files ( #7706 )
...
* Create central board for bluepill
* Remove duplicate board files
* Refactor to use new central board config files
* Fix cannonkeys f103 boards
2020-01-27 22:39:30 +00:00
Joel Challis
50855593ff
Migrate common ld scripts to common location ( #7887 )
...
* Migrate common ld scripts to common location
* Remove duplicate ld scripts
* Update build to look at common ld location
2020-01-27 22:38:55 +00:00
Mikkel Jeppesen
05d6e6ca78
Ensure setPinInput actually sets input high-Z ( #6237 )
...
* Ensure setPinInput actually sets input high-z
* Fixed _PIN_ADDRESS Macro arguments
as recommended by vomindoraan
* Fixed instances of setInput to use new behavour
* Changed kmac matrix to use input with pullups
* Update keyboards/gh60/revc/revc.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Fixed input state for unselect_rows
* fixed merge conflict
* Updated all instances of older uses of setPinInput()
* Fixed naming mistake
Co-authored-by: fauxpark <fauxpark@gmail.com>
2020-01-26 23:04:38 -05:00
zvecr
ee86be9dca
Refactor to use new central board config files
2020-01-26 23:35:57 +00:00
zvecr
98e5555705
Remove duplicate board files
2020-01-26 23:33:03 +00:00
fauxpark
ef8a4e5aaf
Remove all references to "CUSTOM_MATRIX" as a diode direction ( #7937 )
2020-01-19 23:05:51 -08:00
Spaceman
80d329bb55
[Keyboard] Addition Eagle II keyboard ( #7927 )
...
* add EagleII Keyboard
* Update eagleii.c
* Update eagleii.h
* Update keymap.c
* Update eagleii.h
* Update keymap.c
* Update keyboards/handwired/eagleii/config.h
* Update keyboards/handwired/eagleii/config.h
* Update keyboards/handwired/eagleii/rules.mk
* Update config.h
* Update rules.mk
* Update eagleii.h
* Update eagleii.h
* Update keymap.c
* Update info.json
* Update keyboards/handwired/eagleii/rules.mk
* Update keyboards/handwired/eagleii/rules.mk
* Create readme.md
* Update keyboards/handwired/eagleii/readme.md
* Update keyboards/handwired/eagleii/config.h
* Update keyboards/handwired/eagleii/readme.md
* Update keyboards/handwired/eagleii/readme.md
2020-01-19 18:07:30 -08:00
fauxpark
eb5d267e63
Enforce definition of DIODE_DIRECTION
for non-custom matrix boards ( #7915 )
...
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards
* Define diode direction for failing boards
* Matching parentheses
* Put onekey diode directions in top level config
2020-01-19 14:11:57 +11:00
John M Daly
be7d70b15c
Enable RGB underglow on the CO60 and SteamVan, switch backlight code to QMK built-in code ( #7874 )
...
* Add: RGB underglow support using SPI to SteamVan and CO60
* Update: Switch to QMK's baclight implementation for CO60 and SteamVan
* Fix: Remove now unnecessary backlighting code from keyboard files
2020-01-13 03:48:24 +00:00
fauxpark
9397bffd01
Fix a couple of USB VIDs for the API ( #7848 )
2020-01-09 23:50:55 -08:00
Joel Challis
e34af631c2
Refactor f103,f072,f042 based keyboards to use new MCU selection defaults ( #7705 )
...
* refactor keyboards using ST_STM32F072B_DISCOVERY to use 'MCU = STM32F072'
* refactor keyboards using GENERIC_STM32_F042X6 to use 'MCU = STM32F042'
* refactor keyboards using GENERIC_STM32_F103 to use 'MCU = STM32F103'
2020-01-10 01:31:01 +00:00
fauxpark
d3bd1d893b
Ensure PROGMEM
is present on default keymaps ( #7836 )
2020-01-09 10:19:24 +00:00
James Young
d2e6a4bf5e
Handwired Minorca Refactor ( #7833 )
...
* update config.h
- use #pragma once include guard
- update USB Device Descriptor strings
* update minorca.c
- remove matrix_init_kb function (same as QMK default)
* update minorca.h
- use #pragma once include guard
- update matrix identifiers
* update info.json
- update matrix identifiers
- change to four-space indent
* update rules.mk
- remote firmware size impact notes
- disable RGBLIGHT_ENABLE (no RGB config present)
- templating
* update readme.md
- templating
* update keymaps/default/rules.mk
- remove firmware size impact numbers
- templating
* update keymaps/rgb/rules.mk
- remote firmware size impact notes
- templating
* update keymaps/rgb/readme.md
- fix header
* remove keymaps/default/rules.mk
- identical to keyboard's rules.mk
* elevate Bootmagic configurations to keyboard level
* update keymaps/rgb/config.h
- use #pragma once include guard
- remove redundant config.h include
* update keymaps/rgb/rules.mk
- remove redundant rules
* update keymaps/rgb/readme.md
- change RGB function list to a table
- make wiring call-out a header
* remove keymaps/default/config.h
- it's blank now
* update minorca.h
- use four-space indent
* add Teensy 2.0 to readme
2020-01-09 10:47:33 +11:00
Robert Snyder
957b8f553c
[Keyboard] add info.json for dactyl_promicro ( #6993 )
...
* add info.json for dactyl_promicro
* tabs to spaces
reformat dactyl_promicro to match the LAYOUT_6x6
changed the default map to match dactyl
2020-01-07 13:23:47 -08:00
Wilba
320822d75b
VIA Configurator Refactor ( #7268 )
...
* VIA Refactor
* Remove old code
* review changes
* review changes
* Fix cannonkeys/satisfaction75/prototype:via build
* Add via.h to quantum.h
* Move backlight init to after backlight config load
* Merge branch 'master' into via_refactor_pr
* Update user's rules.mk to new way of enabling VIA
* Added id_switch_matrix_state
* Review changes
2020-01-03 12:52:00 -08:00
marhalloweenvt
53757f9705
[Keyboard] Add p65rgb PCB ( #7753 )
...
* [Keyboard] Add new keyboard Symmetry60
* Add new keyboard Symmetry60
* Fix Typo
* Update keyboards/handwired/symmetry60/config.h
* Update keyboards/handwired/symmetry60/readme.md
* Update keyboards/handwired/symmetry60/readme.md
* Update keyboards/handwired/symmetry60/readme.md
* Update keyboards/handwired/symmetry60/rules.mk
* Update keyboards/handwired/symmetry60/symmetry60.h
* Update keyboards/handwired/symmetry60/symmetry60.h
* Update keyboards/handwired/symmetry60/symmetry60.h
* Update readme.md
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Update rules.mk
* Update symmetry60.c
* Update keyboards/handwired/symmetry60/rules.mk
* Add ColorLice
* Update ColorLice
- Adjust info.json to support Configurator
- Adjust layout name to fit with info.json
- Seperate 2 feature: RGB Switch and RGB Underglow
* Update new way of control lock leds
* Remove #ifndef COLORLICE_H
* Update make example
* Revert Helix
* Revert Helix
* Revert Helix
* Revert Helix
* Update keyboards/handwired/colorlice/colorlice.h
* Update keyboards/handwired/colorlice/colorlice.h
* Update default keymap
* Revert Helix
* Update keyboards/handwired/colorlice/readme.md
* Update keyboards/handwired/colorlice/rules.mk
* Update keyboards/handwired/colorlice/colorlice.c
* Update keyboards/handwired/colorlice/colorlice.c
* Remove unnecessary function
* Update keyboards/handwired/colorlice/colorlice.c
* Adjust rules option for working with Configurator
- Move RGB_MATRIX_ENABLE and RGBLIGHT_ENABLE to keyboard rule.
- Add RGB_DI_PIN in keyboard config
* Update keyboards/helix/rev2/keymaps/default/keymap.c
* Update keyboards/handwired/colorlice/readme.md
* Update keymap for Colorlice
* Adjust rules.mk to use space indent
* Update ColorLice to work with QMK online configurator
- Delete rgb_underglow keymap
- Move config from keymap layer to keyboard layer
- Tweak a little layout so it can appear default layout on QMK config
* Update keyboards/handwired/colorlice/rules.mk
* Update keyboards/handwired/colorlice/rules.mk
* Add p65rgb
* Update keyboards/handwired/p65rgb/config.h
* Update p65rgb.c
* Update keymap.c
* Update rules.mk
2020-01-02 08:57:47 -08:00
Arda Kılıçdağı
c4061f003c
[Keyboard] Aranck handwired keyboard to support community MIT layouts, also minor optimisations done ( #7737 )
...
* Aranck now supports community MIT layouts, also minor optimisations done
* Update keyboards/handwired/aranck/keymaps/turkishish/readme.md
* Update keyboards/handwired/aranck/readme.md
2020-01-01 09:44:22 -08:00
Lukas Klingsbo
91c8a9314a
Dactyl manuform layout optimized for Swedish ( #7724 )
...
* Dactyl manuform layout optimized for Swedish
* Layers as enum
2019-12-31 02:34:12 +11:00
Martin Karlsson
4edc8fc3c7
K-Nunmpad17 ( #7708 )
...
* Initial commit for K-Nunmpad
* Changed layoutname
Corrected the files according to drashnas suggestions.
* Some names have been changed
* Some code thats not been used has been removed
* Fixed rules.mk
When adding the commnity layout, tapdancing broke. This was fixed with
rules.mk was changed in the k-numpad and karlssn keymap.
* Cleanup according fauxpark
Cleaned up the readme.md and the rules.mk according to feedback from
fauxpark.
2019-12-26 15:45:14 +00:00
Arda Kılıçdağı
78ffc4f7fe
Heisenberg handwired keyboard added ( #7643 )
...
* Chotanck keyboard added
* Chotanck renamed to Heisenberg
* Further updates to Heisenberg Keyboard done
* Update keyboards/handwired/heisenberg/info.json
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/handwired/heisenberg/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/handwired/heisenberg/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-12-18 09:41:41 +11:00
Dmitry Nosachev
4ebecc424e
[Keyboard] Magnavox Videowriter conversion with Pro Micro ( #7634 )
...
* Magnavox Videowriter convertion
* Magnavox Videowriter: readme, images
* Update keyboards/handwired/videowriter/info.json
* Update keyboards/handwired/videowriter/README.md
* Update keyboards/handwired/videowriter/README.md
* Update keyboards/handwired/videowriter/info.json
* Update keyboards/handwired/videowriter/info.json
* Update keyboards/handwired/videowriter/info.json
* Update keyboards/handwired/videowriter/info.json
* Update keyboards/handwired/videowriter/info.json
* suggested changes
* suggested changes
* fix comment symbol
* Update keyboards/handwired/videowriter/rules.mk
* Update keyboards/handwired/videowriter/rules.mk
* Update keyboards/handwired/videowriter/rules.mk
2019-12-16 21:42:03 -08:00
Noan Mousy
20d3a979f1
Adding Backlight on the handwired AEK64 keyboard ( #7629 )
...
* Implementing backlight with breathing
* Rework of my personal keymap and adding some macros.
2019-12-13 06:39:10 -08:00
fauxpark
e4dd9e1393
[Keyboard] Remove PREVENT_STUCK_MODIFIERS
from config.h files ( #7592 )
2019-12-09 16:00:27 -08:00
marhalloweenvt
5acb7e3707
[Keyboard] Adjust ColorLice to work with QMK configurator ( #7572 )
...
* [Keyboard] Add new keyboard Symmetry60
* Add new keyboard Symmetry60
* Fix Typo
* Update keyboards/handwired/symmetry60/config.h
* Update keyboards/handwired/symmetry60/readme.md
* Update keyboards/handwired/symmetry60/readme.md
* Update keyboards/handwired/symmetry60/readme.md
* Update keyboards/handwired/symmetry60/rules.mk
* Update keyboards/handwired/symmetry60/symmetry60.h
* Update keyboards/handwired/symmetry60/symmetry60.h
* Update keyboards/handwired/symmetry60/symmetry60.h
* Update readme.md
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Update rules.mk
* Update symmetry60.c
* Update keyboards/handwired/symmetry60/rules.mk
* Add ColorLice
* Update ColorLice
- Adjust info.json to support Configurator
- Adjust layout name to fit with info.json
- Seperate 2 feature: RGB Switch and RGB Underglow
* Update new way of control lock leds
* Remove #ifndef COLORLICE_H
* Update make example
* Revert Helix
* Revert Helix
* Revert Helix
* Revert Helix
* Update keyboards/handwired/colorlice/colorlice.h
* Update keyboards/handwired/colorlice/colorlice.h
* Update default keymap
* Revert Helix
* Update keyboards/handwired/colorlice/readme.md
* Update keyboards/handwired/colorlice/rules.mk
* Update keyboards/handwired/colorlice/colorlice.c
* Update keyboards/handwired/colorlice/colorlice.c
* Remove unnecessary function
* Update keyboards/handwired/colorlice/colorlice.c
* Adjust rules option for working with Configurator
- Move RGB_MATRIX_ENABLE and RGBLIGHT_ENABLE to keyboard rule.
- Add RGB_DI_PIN in keyboard config
* Update keyboards/helix/rev2/keymaps/default/keymap.c
* Update keyboards/handwired/colorlice/readme.md
* Update keymap for Colorlice
* Adjust rules.mk to use space indent
* Update ColorLice to work with QMK online configurator
- Delete rgb_underglow keymap
- Move config from keymap layer to keyboard layer
- Tweak a little layout so it can appear default layout on QMK config
* Update keyboards/handwired/colorlice/rules.mk
* Update keyboards/handwired/colorlice/rules.mk
2019-12-09 09:44:07 -08:00
fauxpark
c74295de88
Set proper AVR part for USBasp avrdude flashing ( #7552 )
...
* Set proper AVR part for USBasp avrdude flashing
* Remove `PROGRAM_CMD` stuff from rules.mk as they should not be needed anymore
* Missed the Plaid readme
* Remove PROGRAM_CMD from Mysterium
2019-12-07 23:32:43 -08:00
marhalloweenvt
a7209533a3
[Keyboard] Add new keyboard ColorLice ( #7536 )
...
* [Keyboard] Add new keyboard Symmetry60
* Add new keyboard Symmetry60
* Fix Typo
* Update keyboards/handwired/symmetry60/config.h
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetry60/symmetry60.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetry60/symmetry60.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetry60/symmetry60.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update readme.md
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Update rules.mk
* Update symmetry60.c
* Update keyboards/handwired/symmetry60/rules.mk
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Add ColorLice
* Update ColorLice
- Adjust info.json to support Configurator
- Adjust layout name to fit with info.json
- Seperate 2 feature: RGB Switch and RGB Underglow
* Update new way of control lock leds
* Remove #ifndef COLORLICE_H
* Update make example
* Revert Helix
* Revert Helix
* Revert Helix
* Revert Helix
* Update keyboards/handwired/colorlice/colorlice.h
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update keyboards/handwired/colorlice/colorlice.h
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update default keymap
* Revert Helix
* Update keyboards/handwired/colorlice/readme.md
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update keyboards/handwired/colorlice/rules.mk
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update keyboards/handwired/colorlice/colorlice.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/colorlice/colorlice.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Remove unnecessary function
* Update keyboards/handwired/colorlice/colorlice.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Adjust rules option for working with Configurator
- Move RGB_MATRIX_ENABLE and RGBLIGHT_ENABLE to keyboard rule.
- Add RGB_DI_PIN in keyboard config
* Update keyboards/helix/rev2/keymaps/default/keymap.c
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update keyboards/handwired/colorlice/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keymap for Colorlice
* Adjust rules.mk to use space indent
2019-12-07 23:11:21 -08:00
squirrelsRduck
8030c17d63
[Keymap] Dactyl Manuform computer scientist's layout with split RGB enabled ( #7519 )
...
* Added my Dactyl Manuform layout
* Added my Dactyl Manuform layout
* finalized key layout, added reset code, no LED yet
* finalized key layout, added reset code, no LED yet
* enabled RGB backlight
* enabled RGB backlight
* enabled RGB backlight
* supporting split rgb
* supporting split rgb
* supporting split rgb
* added media controls
* allowing ctrl/command to fallthrough from mouse layer so we can ctrl scroll to zoom in/out
* addressed PR comments, and make a couple last minute adjustments to the layout, to add in the Forwards Delete keycode
* decreased brightness even more
2019-12-05 01:04:54 -08:00
fauxpark
3ad389de55
Add short aliases for Magic keycodes ( #7541 )
...
* Add short alias for `MAGIC_TOGGLE_NKRO`
* Add aliases for the other Bootmagic keycodes
* Replace long form in default keymaps
2019-12-05 00:44:39 -08:00
kevin-b-lockwood
96d4ba84c2
[Keyboard] Add handwired/floorboard ( #7478 )
...
* added handwired/plonk
* Update readme.md
* Update readme.md
* Update info.json
* Update config.h
* Update readme.md
* Update keyboards/handwired/plonk/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update rules.mk
* Update plonk.c
* Update plonk.h
* Update keymap.c
* Delete config.h
* Update keyboards/handwired/plonk/config.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update rules.mk
* Update info.json
* Update keyboards/handwired/plonk/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update rules.mk
* Renamed the Plonk to the Floorboard. Another homage, just subtler this time.
* removed old plonk files
* Update config.h
2019-12-02 12:03:35 -08:00
Drashna Jaelre
d98ed28e7c
[Keyboard] Fix calls in handwired/jotanck ( #7515 )
...
The C file for this keyboard was calling `keyboard_pre_init_user`. Which is wrong.
This fixes that behavior.
2019-11-30 12:54:57 +00:00
Can Baytok
d14573620d
[Keyboard] Added Cans12er keyboard ( #7455 )
...
* added cans12er keyboard
* updated readme
Updated the readme to conform with the provided template from the qmk_firmware githubpage
* Update keyboards/cans12er/README.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Changed configuration
Changed the configuration based on the Change Request from PR #7455 made by github user noroadsleft
2019-11-23 16:56:18 -08:00
Drashna Jaelre
6cf574396a
[Keyboard] Update default keymaps to use layer_state_t
( #7444 )
...
* Update default keymaps to use `layer_state_t`
* Convert binon32 as get_highest_layer in default keymaps
2019-11-21 22:40:29 -08:00
Yan-Fa Li
6776703d8f
Postage Board MCU ( #7424 )
...
* Postage Board MCU
* Fix keymap
* Postage mini
* Update readme
* R2
* Update readme
* flip
* better image of r1
* Add a DEFAULT_FOLDER to keep zed and ci happy
* Update keyboards/handwired/postageboard/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/handwired/postageboard/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Fix keyboard name
2019-11-20 16:38:51 -08:00
Drashna Jaelre
e6b9980bd4
Remove keymap_config extern from default keymaps ( #7399 )
...
* Remove keymap_config extern from default keymaps
* Revert unicode
Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :(
Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-11-20 22:31:36 +00:00
fauxpark
f98750de6e
[Core] Cleanup rules.mk for F303 keyboards ( #7306 )
...
* Cleanup rules.mk for F303 keyboards
* Fix small typo
2019-11-14 18:25:40 -08:00
fauxpark
519df78cdb
Set device version from config.h for V-USB boards ( #7316 )
2019-11-15 10:21:53 +11:00
fauxpark
3047335729
Add support for configurable polling interval and power usage o… ( #7336 )
...
* Add support for custom polling interval and power usage on V-USB boards
* Use 1ms as default for now
2019-11-15 10:21:22 +11:00
marhalloweenvt
b252cce18f
[Keyboard] Add new keyboard Symmetry60 ( #7327 )
...
* [Keyboard] Add new keyboard Symmetry60
* Add new keyboard Symmetry60
* Fix Typo
* Update keyboards/handwired/symmetry60/config.h
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetry60/symmetry60.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetry60/symmetry60.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetry60/symmetry60.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update readme.md
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Update rules.mk
* Update symmetry60.c
* Update keyboards/handwired/symmetry60/rules.mk
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
2019-11-11 21:04:35 -08:00
Jonathan Cameron
1d550552ca
[Keyboard] Added French layer to handwired/2x5keypad ( #7313 )
...
* Added new 2x5 Keypad with 3 LEDs to indicate the selected layer. By Jonathan Cameron.
* Minor refactor from suggestions from qmk team
* Added
* Moved to 'handwired' directory
* Update readme.md
* Update readme.md
* Update readme.md
* Update keyboards/handwired/2x5keypad/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Switch to image offsite
* Moved image offsite
* Update keyboards/handwired/2x5keypad/keymaps/default/keymap.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/handwired/2x5keypad/2x5keypad.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Moved functions into .c file per suggestions
* Cosmetic
* Fixed function called, per suggestions.
* Update keyboards/handwired/2x5keypad/2x5keypad.h
Ok
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Moved LED functions to the top level since they can be used it various flavors
* Declare those moved LED functions!
* Update keyboards/handwired/2x5keypad/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* First cut at French support
* Added French layer (green) for accented and special French characters
* Added french layer
* Fixed typo
* Updated to get more reasonable tap function
2019-11-11 09:26:14 -08:00
Joel Challis
1ea0cac998
ARM - ws2812 bitbang ( #7173 )
...
* Initial ARM bitbang ws2812 driver
* Unify chibios platform to run rgblight_task
* Remove 'avr only' comments from ws2812 docs
* Remove 'avr only' comments from ws2812 docs
* Unify chibios platform to run rgblight_task - review comments
* Remove debug flags from keymap
* Add comments from review
* Add defines for STM32L0XX
* Attempt to get arm ws2812 working on multiple gcc versions
2019-11-07 13:10:29 +00:00
fauxpark
363cdb5fc0
Remove duplicate pro_micro.h ( #7246 )
2019-11-03 22:35:43 +00:00
worthlessowl
3546932a8b
[Keyboard] Owlet60 keymap removal, matrix.c and owlet60.h fix ( #7235 )
2019-11-01 17:19:04 -07:00
asdftemp
ea8822e267
[Keyboard] Added slash keyboard ( #7042 )
...
* feat(slash): added slash keyboard
* fix(slash): fixed typo in readme
* Improvements after review
* disabled debug and print to reduce firmware size
* Fixes after review
* fixed hardware list in readme.md
2019-10-31 14:17:24 -07:00
fauxpark
2ce6adff2b
Miscellaneous rules.mk cleanups ( #7212 )
...
* Miscellaneous rules.mk cleanups
* Put back ARM bootloader rules
2019-10-31 13:11:36 +00:00
noroadsleft
e176ab11ab
[Keyboard] Complete info.json for Sticc14 handwired ( #7208 )
2019-10-30 22:02:08 -07:00
noroadsleft
878039c59c
[Keyboard] Complete info.json for Chiron handwired ( #7207 )
2019-10-30 22:01:23 -07:00
noroadsleft
c4730ba00f
[Keyboard] Fix info.json for Aranck handwired ( #7206 )
2019-10-30 21:59:54 -07:00
Angelo Gazzola
e258b10d71
[Keyboard] Add 42 keyboard ( #7071 )
...
* [Keyboard] Add 42 keyboard
* Apply suggested fixes
* Remove 42.c
* Move keyboard to handwired folder
2019-10-29 21:34:19 -07:00
Arda Kılıçdağı
24cf6dc7f4
aranck handwired keyboard added ( #7151 )
...
* aranck handwired keyboard added
* layer enum updated
* layout optimisations and general fixes done
* Readme updated
* Readme updated
* Readme updated
2019-10-28 18:04:37 +00:00
Yan-Fa Li
5777177cec
[keyboard] yanfali fruity60 prototype ( #7021 )
...
* initial commit
* README
* Unique id
* info.json
* layotus
* br
* Move to handwired
* cleanup
* Disable command for fruity out of flash space
* Old compiler
turn off command
2019-10-28 16:47:48 +00:00