Joel Challis
99bffc2a21
Migrate some tmk_core files to quantum ( #11791 )
...
* Migrate some tmk_core files to quantum
* Fix build errors
2021-02-07 23:16:15 +00:00
Ryan
f325bd6eb2
Remove DESCRIPTION
, B-D ( #11513 )
2021-01-15 05:00:04 +11:00
Zach White
6368a5697d
Exclude more keyboards from CI ( #11436 )
...
* exclude all of handwired
* exclude more keyboards from CI
2021-01-13 08:12:28 -08:00
Zach White
c0dcee96a8
Initial list of keyboards to exclude from CI ( #11213 )
2020-12-21 15:38:39 +01:00
Ryan
9366ed7282
Normalise include statements in keyboard code ( #11185 )
2020-12-16 14:27:23 +11:00
Erovia
ad86894ae7
Rename keyboard-level readmes to lower-case ( #10759 )
...
This is the recommendation in the [PR
Checklist](https://docs.qmk.fm/#/pr_checklist?id=keyboard-prs ) and it
will make working with them easier in the CLI/API/etc.
2020-10-25 15:23:42 +00:00
Ryan
d46b8ef67c
Add STM32Duino to bootloader selection ( #10558 )
2020-10-13 03:19:50 +11:00
Vitja Makarov
6b1c58629f
[Keyboard] Fix adb_usb/aek layout keypad equal key ( #10248 )
2020-09-06 21:03:16 -07:00
Drashna Jaelre
92385b3fb6
Better handle LTO_ENABLE ( #9832 )
...
* Better handle LTO_ENABLE
Especially when calling from command line
* Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE
* Remove long for LTO from show_options.mk
2020-08-29 14:30:02 -07:00
Ryan
9ef4526a2f
Remove unused CORTEX_VTOR_INIT ( #10053 )
2020-08-29 14:30:02 -07:00
Drashna Jaelre
9d3b26a475
Update features to use Custom Tapping Term when appropriate ( #6259 )
...
* Update Space Cadet to use Custom Tapping Term functionality
* Detect correct keycode for space cadet tapping term
* Update tap dancing to use global custom tapping term
* Update documentation for Tap Dances
* formatting pass
* Apply suggestions from code review
Co-Authored-By: fauxpark <fauxpark@gmail.com >
* Update docs/feature_tap_dance.md
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com >
* Update for future
* Update user keymaps for space cadet
* Fix typos
* Clean up tapping term stuff
* Fix compiler issue if NO_ACTION_TAPPING is enabled
Co-authored-by: fauxpark <fauxpark@gmail.com >
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com >
2020-08-29 14:30:02 -07:00
Pete Sevander
b0335b2731
Bigger combo index ( #9318 )
...
* Add change log
* Change combo index from uint8_t to uint16_t
2020-08-29 14:30:02 -07:00
James Young
4e8af9d41b
Remove HD44780 References, Part 2 ( #9918 )
...
* remove HD44780_ENABLE rules: C-F
* remove HD44780_ENABLE config: C-F
2020-08-07 02:06:14 -07:00
Ryan
2344b6865a
Fix siemens_tastatur info.json ( #9568 )
2020-06-28 22:21:37 +10:00
Ryan
c85e010d45
Add missing info.jsons for a few boards ( #9549 )
2020-06-28 11:56:50 +01:00
James Young
fced377ac0
2020 May 30 Breaking Changes Update ( #9215 )
...
* Branch point for 2020 May 30 Breaking Change
* Migrate `ACTION_LAYER_TOGGLE` to `TG()` (#8954 )
* Migrate `ACTION_MODS_ONESHOT` to `OSM()` (#8957 )
* Migrate `ACTION_DEFAULT_LAYER_SET` to `DF()` (#8958 )
* Migrate `ACTION_LAYER_MODS` to `LM()` (#8959 )
* Migrate `ACTION_MODS_TAP_KEY` to `MT()` (#8968 )
* Convert V-USB usbdrv to a submodule (#8321 )
* Unify Tap Hold functions and documentation (#8348 )
* Changing board names to prevent confusion (#8412 )
* Move the Keyboardio Model01 to a keyboardio/ subdir (#8499 )
* Move spaceman keyboards (#8830 )
* Migrate miscellaneous `fn_actions` entries (#8977 )
* Migrate `ACTION_MODS_KEY` to chained mod keycodes (#8979 )
* Organizing my keyboards (plaid, tartan, ergoinu) (#8537 )
* Refactor Lily58 to use split_common (#6260 )
* Refactor zinc to use split_common (#7114 )
* Add a message if bin/qmk doesn't work (#9000 )
* Fix conflicting types for 'tfp_printf' (#8269 )
* Fixed RGB_DISABLE_AFTER_TIMEOUT to be seconds based & small internals cleanup (#6480 )
* Refactor and updates to TKC1800 code (#8472 )
* Switch to qmk forks for everything (#9019 )
* audio refactor: replace deprecated PLAY_NOTE_ARRAY (#8484 )
* Audio enable corrections (2/3) (#8903 )
* Split HHKB to ANSI and JP layouts and Add VIA support for each (#8582 )
* Audio enable corrections (Part 4) (#8974 )
* Fix typo from PR7114 (#9171 )
* Augment future branch Changelogs (#8978 )
* Revert "Branch point for 2020 May 30 Breaking Change"
2020-05-30 13:14:59 -07:00
Ryan
e4823aadec
Fix capitalisation of "GitHub" ( #9184 )
2020-05-25 19:43:14 -07:00
Ryan
16a15c1cfc
QMK-ify some GPIO macros ( #8315 )
2020-04-30 16:24:47 +10:00
Chris Ko
e1217dae5a
[Keymap] add chriskopher keymap for usb-usb converter ( #8856 )
2020-04-28 03:10:42 -07:00
Joel Challis
1592d7df24
Fix hasu usb converter bootloader ( #8613 )
2020-03-30 22:15:08 +01:00
Yann Hodique
cce2420bb2
[Keymap] fix sigma keymaps build ( #8427 )
...
handle unicode input properly.
2020-03-15 21:42:10 -07:00
James Young
26eef35f07
2020 February 29 Breaking Changes Update ( #8064 )
2020-02-29 11:59:30 -08:00
ridingqwerty
66fe3001e4
Trim firmware sizes from default rules.mk, part 1 ( #8027 )
...
* Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files
* Correct some 'rules.mk' in boards buried under vendor folders
* PR8027 patch
Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com >
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com >
2020-01-29 12:51:25 -05:00
Nick Brassel
4d06d2835c
Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.
2020-01-28 23:45:42 +11:00
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
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
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
fauxpark
9dc5432a3e
[Keyboard] XT converter: add config_common.h include and fix E0 collision ( #7341 )
2019-11-13 00:38:37 -08: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
fauxpark
006ec86786
[Keyboard] Fix Print Screen key for XT to USB converter ( #7039 )
...
* Fix Print Screen key for XT to USB converter
* While I'm here, get rid of led.c as it does absolutely nothing
* Fix info.json too
* "]" key is 1.25U and stepped on the Model F XT
2019-10-25 18:23:11 -07:00
Manassarn "Noom" Manoonchai
81f36ab74d
[Keymap] Add narze keymap for usb-usb converter ( #6881 )
...
* Revert raise/backspace mod tap to just backspace
* Initialize usb_usb/narze
* Modify keys
* Add readme
* Support Right shift to )
* Add Dev layer
* Use Dev layer on holding z key
* Add Dev layer for Ergodox
* Update keyboards/converter/usb_usb/keymaps/narze/README.md
Fix the command & close the code block as suggested
Co-Authored-By: Drashna Jaelre <drashna@live.com >
* Reduce rules
2019-10-16 10:48:37 -07:00
Duncan Elliot
2fc3494fd9
[Keyboard] Update formatting of README for usb_usb ( #7037 )
...
Minor updates to make the README a little more readable.
2019-10-16 01:22:28 -07:00
fauxpark
e8b65d0170
Cleanup rules.mk for 32U4 keyboards, A-F ( #6804 )
...
* Cleanup rules.mk for 32U4 keyboards, A-F
* Put back stuff in VIA keymaps
2019-10-05 11:09:35 -07:00
fauxpark
f34299efd7
Cleanup rules.mk for USB64 and USB128 keyboards ( #6769 )
2019-09-19 09:55:03 -07:00
Michael Pishchagin
28f53462d0
[Keyboard] Backport two fixes from TMK: usb-usb converter ( #6383 )
...
* usb_usb: Order of init prevents uneeded bus reset
7c228967a4 (diff-deed77fb597e3a0019ce59fc1d09e260)
* usb_usb: Fix startup block bug
c2ce617a36 (diff-deed77fb597e3a0019ce59fc1d09e260)
2019-07-22 02:07:28 -07:00
fauxpark
ba42a5ae68
Remove commented out MCUs in rules.mk ( #5884 )
2019-07-16 00:26:38 -07:00
yiancar
105c90bd1c
[Keyboard] Siemens Tastatur Converter ( #6090 )
...
* initial commit
* Siemens Tastatur
* Update keyboards/handwired/siemens_tastatur/keymaps/default/keymap.c
Co-Authored-By: fauxpark <fauxpark@gmail.com >
* beauty fixes
* More tidying up
* Update keyboards/converter/siemens_tastatur/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com >
2019-06-11 09:14:54 -07:00
Drashna Jaelre
faaaa134fd
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE ( #5997 )
2019-06-06 12:09:56 -07:00
Mark
4f1537b879
[Keyboard] Fix formatting on keyboard to micro connection table ( #5968 )
...
* Fix formatting on keyboard to micro connection table
* Add whitespace to make more readable
2019-05-24 14:18:57 -07:00
Chris Broekema
7a0174f871
[Keyboard] keypad enter should not be remapped in Model M default keymap ( #5897 )
2019-05-17 12:58:28 -07:00
iw0rm3r
4974683040
[Keyboard] IBM Model M (ANSI/ISO) Teensy 2.0++ conversion ( #5560 )
...
* Added initial modelm101 config
* Update keyboards/modelm101/keymaps/default/keymap.c
Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com >
* Update keyboards/modelm101/keymaps/iw0rm3r/keymap.c
Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com >
* Update keyboards/modelm101/readme.md
Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com >
* Added wiring notes to clarify use of the config
* Small fix
* Small fix
* Moved modelm101 to converter directory
* Added info.json file for QMK configurator
* Corrected path
Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com >
* Update keyboards/converter/modelm101/readme.md
Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com >
* Update keyboards/converter/modelm101/modelm101.c
Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com >
* Update keyboards/converter/modelm101/modelm101.c
Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com >
* Update keyboards/converter/modelm101/modelm101.c
Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com >
* Update keyboards/converter/modelm101/modelm101.c
Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com >
* Update keyboards/converter/modelm101/modelm101.c
Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com >
* Update keyboards/converter/modelm101/modelm101.c
Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com >
* Replaced DDR and PORT with QMK functions
2019-04-14 20:58:56 -07:00
Drashna Jaelre
0072fdd799
Cleanup Default Keymaps ( #5442 )
...
* Cleanup Default Keymaps to conform to QMK Firmware standards
* Minor fixes
* Revert some changes
2019-03-19 12:57:40 -07:00
Ray Cielencki
9b0a548687
[Keyboard] matrix_init_user shouldn't call itself ( #5298 )
2019-03-03 10:38:12 -08:00
Adam Newbold
b5d85ddc90
[Keyboard] Adding Numeric Keypad //e converter ( #5294 )
...
* Adding Numeric Keypad //e to conversions
* Update keyboards/converter/numeric_keypad_IIe/config.h
//e -> IIe
Co-Authored-By: newbold <adam@neatnik.net >
* Update keyboards/converter/numeric_keypad_IIe/config.h
//e -> IIe and wrapped description in quotes for comma inclusion
Co-Authored-By: newbold <adam@neatnik.net >
* Updating info.json for Configurator
* Corrected legend
* Update keyboards/converter/numeric_keypad_IIe/info.json
Corrected layout
Co-Authored-By: newbold <adam@neatnik.net >
2019-03-03 10:29:27 -08:00
Ray Cielencki
6aba3ce9d2
[Keyboard] Add support for matrix_scan_user to usb-usb converter ( #5291 )
...
* [Keyboard] Add support for matrix_scan_user to usb-usb converter
* update to matrix_scan_quantum
* also add init calls
2019-03-03 10:25:08 -08:00
zvecr
fc06986989
Remove CUSTOM_MATRIX option from diode direction ( #5090 )
...
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION
* Remove '#define DIODE_DIRECTION CUSTOM_MATRIX'
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
2019-02-18 08:49:51 -08:00